/**
 * Harvest Ledger interaction reminder: this is a clear, mobile-first WhatsApp route for
 * Rwanda quote requests. It remains visually distinct from saffron ordering actions,
 * accessible by keyboard, and easy to edit through the theme Customizer.
 */
.whatsapp-float{align-items:center;background:#168445;border:1px solid rgba(255,255,255,.55);border-radius:999px;bottom:19px;box-shadow:0 12px 26px rgba(20,61,41,.25);color:#fff;display:inline-flex;font-family:var(--sans);font-size:.67rem;font-weight:800;gap:8px;letter-spacing:.06em;padding:12px 16px 12px 13px;position:fixed;right:19px;text-transform:uppercase;transition:background .16s var(--ease),transform .16s var(--ease),box-shadow .16s var(--ease);z-index:40}.whatsapp-float:hover{background:#0e6c36;box-shadow:0 16px 30px rgba(20,61,41,.31);transform:translateY(-2px)}.whatsapp-float:active{transform:scale(.97)}.whatsapp-mark{align-items:center;background:rgba(255,255,255,.16);border-radius:50%;display:inline-flex;font-size:1.3rem;height:24px;justify-content:center;line-height:1;width:24px}@media(max-width:640px){.whatsapp-float{bottom:14px;min-height:50px;padding:12px 15px;right:14px}}
