.cantantes-whatsapp-float {
    position: fixed !important;
    right: 28px;
    bottom: 82px;
    z-index: 2147483000 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff !important;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(1, 21, 38, 0.22);
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.cantantes-whatsapp-float:hover,
.cantantes-whatsapp-float:focus {
    background: #1ebe5d;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(1, 21, 38, 0.28);
}

.cantantes-whatsapp-float .fa {
    font-size: 26px;
    line-height: 1;
    text-align: center;
    width: 1em;
}

.cantantes-whatsapp-float__text {
    font-size: 14px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    html body .cantantes-whatsapp-float {
        position: fixed !important;
        right: 5px !important;
        bottom: 58px !important;
        left: auto !important;
        top: auto !important;
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        min-height: 54px !important;
        padding: 0 !important;
        justify-content: center;
        display: inline-flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none;
    }

    html body .cantantes-whatsapp-float__text {
        display: none !important;
    }

    html body .cantantes-whatsapp-float .fa {
        transform: translateX(2px);
    }
}
