a.whatsapp-live-widget {
    position: fixed;
    width: 70px;
    background: #fff;
    padding: 10px 6px 12px 12px !important;
    border-radius: 50px;
    border: 1px solid #eee;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    height: 70px;
}

/* Keep the WhatsApp button inside mobile viewport/frame above sticky footer areas */
@media (max-width: 767px) {
    a.whatsapp-live-widget {
        right: 12px;
        bottom: calc(96px + env(safe-area-inset-bottom));
        width: 62px;
        height: 62px;
        padding: 8px 6px 10px 10px !important;
    }
}

a.whatsapp-live-widget:focus {
    outline: 0;
}

.whatsapp-live-widget:hover {
    border-color: #4FCE5D;
}

.whatsapp-live-widget a:hover {
    background: transparent !important;
}
