@media print {
  .loader,
  .header,
  .cookie-banner,
  #back-to-top,
  .cf-nav,
  .cf-wizard__progress,
  video {
    display: none !important;
  }

  body {
    background: #fff !important;
    color: #000 !important;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 0.75em;
  }

  .container {
    max-width: none !important;
  }
}
