/* =====================================================================
   footer-minimal.css — Docokids landing footer (.site-footer--minimal).

   Conversion landings drop the full sitemap (Rams: only load-bearing
   sections). This is an ADDITIVE modifier on the shared .site-footer
   (components/footer.css): it reuses the footer chrome (paper bg, hairline
   top, padding, logo, tagline, disclaimer, copyright styling) and only
   removes the column grid — the minimal footer never renders the columns,
   so there is little to override. The home keeps the plain .site-footer and
   is untouched. Every value is a var(--token).
   ===================================================================== */
.site-footer--minimal .footer-tagline {
  margin-bottom: 0;
}
