/* ==========================================================================
   footer.css — footer + WhatsApp floating action button
   ========================================================================== */

/* The WhatsApp button is styled with Tailwind utility classes directly in
   footer.php (rounded-xl, bg-[#25D366], etc). This file is reserved for any
   overrides that are easier to express in plain CSS. */

a[href^="https://wa.me/"]:active {
    transform: scale(0.92);
}
