.cac-global-wa-floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.28);
    line-height: 1;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.cac-global-wa-floating:hover,
.cac-global-wa-floating:focus {
    background: #1fb857;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.32);
}

.cac-global-wa-floating__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.cac-global-wa-floating__icon img {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 767px) {
    .cac-global-wa-floating {
        right: 16px;
        bottom: 16px;
        width: 56px;
        height: 56px;
    }
}
