@media print {
  @page {
    margin: 14mm;
  }

  * {
    color: #000 !important;
    background: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  html,
  body {
    font-size: 11pt;
    line-height: 1.4;
  }

  header,
  footer,
  nav,
  aside,
  .site-header,
  .hero-nav,
  .top-links,
  .search-shell,
  .breadcrumbs,
  .action-bar,
  .download-section {
    display: none !important;
  }

  main,
  .page,
  .record-hero,
  .record-grid,
  .guidance-grid,
  .explain-grid,
  .fact-panel,
  .source-note,
  .faq-list details {
    display: block !important;
    max-width: none !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
  }

  details:not([open]) > *:not(summary) {
    display: block !important;
  }

  h1 {
    font-size: 20pt !important;
    line-height: 1.15 !important;
  }

  h2 {
    page-break-before: always;
    break-before: page;
    font-size: 15pt !important;
    line-height: 1.2 !important;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
  }

  table {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
