@media print {
  @page {
    margin: 18mm;
  }

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

  .site-header,
  .site-footer,
  .hero-actions,
  .skip-link {
    display: none;
  }

  .engine-section,
  .entry-shell {
    padding-block: 1.5rem;
  }

  a {
    color: #000;
  }

  img {
    max-height: 120mm;
  }
}

