/* =====================================================================
   KlinikPlus – Shared FOOTER · MOBILE (generic / all pages)
   ---------------------------------------------------------------------
   The footer is a shared layout partial, but its compact mobile sizing
   for the "Get Started" CTA button originally shipped only in
   home-mobile.css (loaded on the landing page only), so every other page
   showed the oversized desktop button on phones. This file carries that
   same compact sizing and is loaded globally, so the footer button looks
   identical on every page. Wrapped in `@media (max-width: 991px)`, so
   large screens are never affected.
   ===================================================================== */

@media (max-width: 991px) {
    .footer-cta-btn {
        padding: 7px 18px !important;
        font-size: 0.8125rem !important;
    }

    .footer-cta-btn svg {
        width: 18px !important;
        height: 18px !important;
    }
}
