/* Print styles */
@media print {
  .topbar, .header, .sidenav, .mobile-menu, .fab, .hero__controls, .hero__progress,
  .lightbox, .cta-band, .footer__bottom .to-top, .filters, .archive-toolbar, form .form-actions { display: none !important; }
  * { background: #fff !important; color: #000 !important; box-shadow: none !important; }
  body { font-size: 11pt; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555 !important; }
  a[href^="#"]::after, a[href^="/"]::after { content: ""; }
  .hero { height: auto; min-height: 0; color: #000 !important; }
  .hero__scrim { display: none; }
  .section { padding-block: 1.2rem; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  h1, h2, h3 { page-break-after: avoid; }
}
