/* Print styles */
@media print {
  #header, #sidebar-wrapper, #search-box, .foot, #footer, .navigation { display: none !important; }
  #main { display: block !important; width: 100% !important; }
  #content-wrapper { width: 100% !important; }
  #main-wrapper { padding: 0 !important; max-width: 100% !important; }
  body { font-size: 12pt; color: #000; background: #fff; }
  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.8em; }
  #content pre { white-space: pre-wrap; border: 1px solid #ccc; padding: 0.5rem; }
  h1, h2, h3 { page-break-after: avoid; }
  p, li { orphans: 3; widows: 3; }
}
