@media print {
  body {
    font-family: serif;
    color: #000;
    background: none;
    line-height: 1.6;
    font-size: 12pt;
  }

  .page-header,
  nav,
  footer,
  #toggle-contrast,
  .skip-link,
  video {
    display: none !important;
  }

  .container {
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }

  img {
    max-width: 60% !important;
    height: auto !important;
    page-break-inside: avoid;
  }

  table,
  th,
  td {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 4px;
  }

  table {
    width: 100%;
    margin-bottom: 1rem;
  }

  caption {
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  details,
  summary {
    color: #000;
    background: none;
    border: none;
    padding: 0;
  }

  .card,
  .image-box {
    page-break-inside: avoid;
    border: 1px solid #000;
    padding: 0.5rem;
  }



}
