/* GoedOnline — print stylesheet. */

@media print {
  .site-header,
  .site-footer,
  .skip-link,
  .nav-toggle,
  .package-card__cta,
  .hero__cta,
  video {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 11pt;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555;
  }

  .section {
    padding-block: 1cm;
    page-break-inside: avoid;
  }
}
