.bookplus-whatsapp-widget {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 55;
    display: inline-flex;
    align-items: center;
    width: 56px;
    height: 56px;
    justify-content: center;
    padding: 10px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-family: var(--bp-font-sans, inherit);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(37, 211, 102, .32), 0 8px 18px rgba(15, 23, 42, .16);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.bookplus-whatsapp-widget:hover,
.bookplus-whatsapp-widget:focus {
    background: #1ebe5d;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(37, 211, 102, .38), 0 10px 22px rgba(15, 23, 42, .18);
}

.bookplus-whatsapp-widget:focus-visible {
    outline: 3px solid rgba(0, 68, 151, .28);
    outline-offset: 4px;
}

.bookplus-whatsapp-widget__icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
}

.bookplus-whatsapp-widget__icon svg {
    width: 27px;
    height: 27px;
}

@media (max-width: 767px) {
    .bookplus-whatsapp-widget {
        right: 16px;
        bottom: 18px;
        width: 52px;
        height: 52px;
        padding: 9px;
    }
}

@media print {
    .bookplus-whatsapp-widget {
        display: none;
    }
}
