/* m-checkout-fit — intentionally empty.
   ------------------------------------------------------------------
   This slot exists in the stylesheet chain for the React MOSS checkout
   component (inline + pop-up variants). It holds no rules, on purpose:

   1. The component's own work belongs in assets/checkout-modal.css.
      CheckoutModal re-injects that stylesheet into <head> when it mounts,
      i.e. AFTER this file, so anything here that only ties on specificity
      loses the race. Putting component rules here is a trap.

   2. The hero teaser (.mz-hero-card) is a static copy of the same .co-*
      markup, and it is owned by assets/m-hero.css — which styles it with
      `!important` throughout (min-height, padding, gap, font-size on
      .co-signbtn / .co-list / .co-h1 / .co-sub / .co-method / .co-receipt …).
      The three hero declarations that used to live here were dead code:
      measured at 320px the hero's .co-signbtn computed m-hero's 14px padding
      and its .co-list m-hero's 9px gap, never the values written here.

   If you need a rule for the checkout component, add it to
   assets/checkout-modal.css. If you need a rule for the hero teaser, it
   belongs to the hero's owner, not to this file.
   ------------------------------------------------------------------ */
