@media print {
  @page { margin: 18mm 16mm; }
  .fr-rail, .fr-mast, .fr-menu, .fr-action, .fr-footer, .fr-filter-console, .fr-mobile-only { display: none !important; }
  .fr-site { margin-left: 0 !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-family: monospace; font-size: 8pt; overflow-wrap: anywhere; }
  .fr-page-cover, .fr-guide-cover { color: #000 !important; background: #fff !important; border: 2px solid #000; }
  .fr-page-cover * { color: #000 !important; }
  .fr-article-shell { display: block !important; }
  .fr-article-index, .fr-guide-docket { position: static !important; break-inside: avoid; margin: 0 0 12mm; }
  .fr-boundary, .fr-short-answer, .fr-source-ledger, blockquote { break-inside: avoid; border: 1.5px solid #000 !important; background: #fff !important; color: #000 !important; box-shadow: none !important; }
  h1, h2, h3 { break-after: avoid; }
  table { border-collapse: collapse; width: 100%; }
  th, td { border: 1px solid #000; padding: 5pt; }
}
