/* =============================================================
   woodle.cloud — print

   Loaded with media="print", so it is never render-blocking and never part
   of first paint. That is also why it lives here rather than in woodle.css:
   a printed page is a real deliverable on this site, but it is not what a
   visitor downloads to read one.

   A printed guide is the takeaway the site did not have. The guides already
   say they are free to copy; this makes that true on paper — checklists come
   out as boxes to tick, link destinations resolve, and nothing breaks across
   a page boundary mid-item.  14 Sep 2026.
   ============================================================= */
.site-nav,.site-foot,.endcta,aside,.tether-rail,.skip,.navtoggle{display:none}
body{background:#fff;color:#000}
.in,.in-narrow{max-width:none;padding:0}
article{font-size:11pt;line-height:1.5}
h1,h2,h3,.ci,.check,.pull,.note{break-inside:avoid;page-break-inside:avoid}
h2,h3{break-after:avoid;page-break-after:avoid}
.ci .bx{border:1pt solid #000}          /* an empty box to tick by hand */
.check,.note,.inline-cta{border:1pt solid #999}
a[href^="http"]::after{content:" (" attr(href) ")";font-size:9pt;color:#555}
.toc a::after,.rel a::after,.btn::after{content:""}
