@media print {
  body {
    font-size: 11pt;
    line-height: 1.4;
    color: #000;
    background: #fff;
  }

  .site-header,
  .site-footer,
  .header-nav,
  .header-tools,
  .hero-visual,
  .aside-stack,
  .sticky-panel,
  .action-bar {
    display: none !important;
  }

  main,
  .container,
  .page-layout,
  .cardless-list {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .panel,
  .result-link,
  .code-card,
  .chip {
    box-shadow: none !important;
    background: #fff !important;
    border-color: #ddd !important;
  }

  details {
    display: block !important;
  }

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

  h2 {
    page-break-before: always;
  }

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