@media print {
  .site-header,
  .independence-banner,
  .site-nav,
  .btn,
  .gallery__item,
  .lightbox,
  .skip-link {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
    line-height: 1.4;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    word-break: break-all;
  }

  .site-footer {
    background: #fff;
    color: #000;
    border-top: 1pt solid #000;
  }

  .section,
  .hero {
    padding: 0.8rem 0;
  }

  .venue-card,
  .hero__frame,
  .takeaway,
  .notice-box {
    break-inside: avoid;
    box-shadow: none !important;
    outline: 1pt solid #000;
  }

  .dossier-num {
    color: #000;
  }
}
