@charset "UTF-8";
@media print {
  /* Reset / base */
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  html,
  body {
    background: #ffffff !important;
    color: #000000 !important;
  }
  body {
    display: block; /* fjerner flex/grid issues */
  }
  /* Skjul UI-elementer */
  header,
  footer,
  nav,
  .navbar,
  .navbar-toggler,
  .et-social-icons {
    display: none !important;
  }
  /* Main content fylder hele bredden */
  main {
    width: 100%;
  }
  main > section {
    display: block;
    padding: 0;
  }
  /* Typografi */
  h1, h2, h3, h4 {
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  /* Links → vis URL */
  a::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
  }
  a {
    color: #000000;
    text-decoration: underline;
  }
  /* Undgå at billeder brydes */
  img {
    max-width: 100%;
    page-break-inside: avoid;
  }
  /* Undgå at sektioner splittes grimt */
  section {
    page-break-inside: avoid;
  }
}

/*# sourceMappingURL=print.css.map */
