/* wf-supplement.css — site-specific QA overrides (populated in Phase 4). */

/* Montessori/Cargo theme sets body{visibility:hidden} and reveals it via JS that
   depends on the (now dead) Cargo API. Force the body visible so restored static
   content — and the monetization strip — always render. */
body { visibility: visible !important; }
