@media print {
  body {
    background: white !important;
    color: black !important;
    font-family: serif;
    font-size: 12pt;
    line-height: 1.6;
    margin: 2cm;
  }

  .topbar,
  .header-image,
  .bottombar,
  nav,
  header,
  .sidebar,
  .video-container,
  .visually-hidden-focusable {
    display: none !important;
  }

  img {
    max-width: 40% !important;
    height: auto !important;
  }

  .custom-thead,
  .custom-table,
  .custom-table th,
  .custom-table td {
    background: none !important;
    color: black !important;
    border: 1px solid #000 !important;
  }


  details[open] summary {
    font-weight: bold;
    color: black !important;
  }

  details p {
    background: none !important;
    border: none !important;
    padding: 0;
  }

  h1, h2, h3{
    color: black !important;
    border: none !important;
    text-transform: none;
    font-size: 1.25em;
  }

  hr {
    border: none;
    border-top: 1px solid #aaa;
    margin: 1em 0;
  }

  .content-section,
  .custom-container,
  .formh1 {
    page-break-inside: avoid;
  }

  table, tr, td, th {
    page-break-inside: avoid;
  }

  .containerform {
    background: none !important;
    background-image: none !important;
    background-color: #ffffff !important;
  }

  .formh1{
    color: black !important;
    border: none !important;
    text-transform: none;
    font-size: 1.25em;
  }
}
