/* WhatsApp click-to-chat button (shown only when a number is configured) */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: inline-flex; align-items: center; gap: 10px; padding: 11px 16px 11px 12px; border-radius: 999px; background: #25d366; color: #fff; font-weight: 600; font-size: .95rem; box-shadow: 0 10px 28px rgba(15, 28, 46, .22); text-decoration: none !important; transition: transform .15s ease, box-shadow .15s ease; }
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(15, 28, 46, .28); }
.wa-float svg { width: 26px; height: 26px; flex: none; }
.wa-float .wa-sub { display: block; font-size: .72rem; font-weight: 500; opacity: .9; }
.wa-inline { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: #fff !important; }
.wa-inline:hover { background: #1fb959; }
.wa-inline svg { width: 20px; height: 20px; }
@media (max-width: 560px) { .wa-float .wa-text { display: none; } .wa-float { padding: 13px; right: 14px; bottom: 14px; } }
