:root {
    --whatsapp-anchor-size: 60px;
}

.whatsapp-chat-wrapper {
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 999997;
}

.whatsapp-contact-anchor {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: var(--whatsapp-anchor-size);
    justify-content: center;
    width: var(--whatsapp-anchor-size);
}

.whatsapp-contact-anchor.hidden {
    display: none;
}
