.fz-wa-float {
    position: fixed;
    left: 1.25rem;
    bottom: 1.25rem;
    z-index: 100010;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.fz-wa-float:hover {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55);
}

.fz-wa-float svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.btn-wa,
.fz-wa-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.fz-wa-icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex-shrink: 0;
}

.fz-wa-icon--sm {
    width: 18px;
    height: 18px;
}

@media (max-width: 575px) {
    .fz-wa-float {
        left: 1rem;
        bottom: 1rem;
        width: 52px;
        height: 52px;
    }

    .fz-wa-float svg {
        width: 28px;
        height: 28px;
    }
}
