@media print {
  #header,
  .menu-dialog,
  .skip-link,
  .hero-veil,
  [data-cookie-notice] {
    display: none !important;
  }

  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #555 !important;
  }

  img,
  video {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  h1, h2, h3, h4, h5, h6,
  article,
  figure {
    page-break-inside: avoid;
  }

  footer a[href^="http"]::after {
    content: none;
  }
}