/* WhatsApp Community floating button */
.wa-community-fab {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 10048;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    background: #128c7e;
    background: linear-gradient(135deg, #075e54 0%, #128c7e 55%, #25d366 100%);
    box-shadow: 0 6px 18px rgba(7, 94, 84, 0.4);
    line-height: 1;
}

.wa-community-fab:hover,
.wa-community-fab:focus {
    color: #fff !important;
    text-decoration: none !important;
    filter: brightness(1.06);
}

.wa-community-fab i {
    font-size: 20px;
}

.wa-community-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    color: #25d366;
    font-weight: 700;
    text-decoration: none;
}

.wa-community-footer-link:hover {
    color: #128c7e;
    text-decoration: underline;
}

.wa-community-footer-link i {
    font-size: 18px;
}

@media (max-width: 640px) {
    .wa-community-fab-text {
        display: none;
    }

    .wa-community-fab {
        width: 48px;
        height: 48px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .wa-community-fab i {
        font-size: 24px;
    }
}
