#qlwapp {
    display: none !important;
    visibility: hidden !important;
}

.byg-whatsapp-float {
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.3);
    z-index: 9999;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.byg-whatsapp-float:hover,
.byg-whatsapp-float:focus {
    background: #1ebe5b;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(30, 190, 91, 0.34);
}

.byg-whatsapp-float:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.28);
    outline-offset: 3px;
}

.byg-whatsapp-float__icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.byg-whatsapp-float__label {
    white-space: nowrap;
}

@media only screen and (max-width: 690px) {
    .byg-whatsapp-float {
        left: 16px;
        bottom: 16px;
        width: 58px;
        height: 58px;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
    }

    .byg-whatsapp-float__label {
        display: none;
    }
}
