@media print {
  .site-header, .site-footer, .hero__plate, .plate, .skip-link, .btn-group {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.75em;
  }

  .section {
    border: none;
    padding: 12px 0;
  }

  .card {
    border: 1px solid #000;
    break-inside: avoid;
  }

  h1, h2, h3 {
    color: #000;
  }
}
