/**
 * WhatsApp Click Analytics - Frontend Styles
 * Minimal styles for the floating button (most styling is inline via JS)
 */

/* Smooth entry animation fallback */
#wca-whatsapp-container {
    will-change: opacity, transform;
}

/* Button focus state for accessibility */
#wca-whatsapp-btn:focus {
    outline: 3px solid rgba(37, 211, 102, 0.5);
    outline-offset: 3px;
}

/* CTA responsive adjustments */
@media (max-width: 480px) {
    #wca-cta-label {
        font-size: 12px !important;
        padding: 6px 12px !important;
        max-width: 150px;
        white-space: normal !important;
        text-align: center;
    }
}
