/* ------------------------------------------------------------------
   print.css
   (print-friendly overrides)
   ------------------------------------------------------------------ */
@media print{
  a{ color: inherit; background: transparent !important; text-decoration: underline; }
  .toc{ break-inside: avoid; box-shadow: none; }
  .card{ box-shadow: none; border-color: #ccc; }
  .site-header{ display: none; } /* print only content */
  .site-footer{ display: none; }
}

/* End of split CSS files */
