@layer misc {
@page {
  size: a4 portrait;
  margin: 12mm;
}
@media print {
  * {
    background: none !important;
    overflow: visible !important;
  }
  body {
    margin: 0 !important;
  }
  a[href]:not([href=""]) {
    text-decoration: none !important;
  }
  *:not(h1):not(h2):not(h3):not(h4):not(h5) {
    font-size: 1rem !important;
  }
  header {
    position: relative !important;
  }
  .hero {
    display: none !important;
  }
  main {
    margin: 0.625cm 0 !important;
    max-inline-size: 75% !important;
  }
  main * {
    page-break-inside: avoid !important;
    opacity: 1 !important;
  }
  [class*=sticky] {
    position: static !important;
  }
  :not(header *) {
    color: black !important;
  }
  img[src]:not([src=""]) {
    display: none !important;
  }
  footer {
    bottom: 0 !important;
    block-size: auto !important;
  }
  footer * {
    color: black !important;
  }
}
}