@media print {
  header,
  footer,
  .breadcrumbs,
  .back-to-top,
  .action-bar,
  .nav-desktop,
  .nav-mobile {
    display: none !important;
  }

  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 11pt;
    line-height: 1.4;
  }

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

  details {
    display: block !important;
  }

  details[open] summary,
  details summary {
    list-style: none;
  }

  details > div {
    display: block !important;
  }

  h2 {
    page-break-before: always;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
}
