.giga-desktop-wa,
.giga-desktop-wa * {
    box-sizing: border-box !important;
}

.giga-desktop-wa {
    position: fixed !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    min-height: 56px !important;
    padding: 10px 10px 10px 22px !important;
    border: 0 !important;
    outline: none !important;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: 0 16px 35px rgba(37, 211, 102, .28), 0 8px 18px rgba(0,0,0,.14) !important;
    transform: translateZ(0) !important;
    transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease !important;
    will-change: transform !important;
}

.giga-desktop-wa:hover,
.giga-desktop-wa:focus {
    text-decoration: none !important;
    transform: translateY(-3px) translateZ(0) !important;
    box-shadow: 0 20px 42px rgba(37, 211, 102, .34), 0 10px 24px rgba(0,0,0,.16) !important;
}

.giga-desktop-wa__text {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    color: inherit !important;
}

.giga-desktop-wa__icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.giga-desktop-wa__icon svg {
    display: block !important;
}

@media (max-width: 1024px) {
    .giga-desktop-wa {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}
