@media print {
    header, nav, footer, .video-container, .skip-link {
      display: none;
    }
  
    body {
      background-color: white;
      color: black;
      font-size: 12pt;
      line-height: 1.3;
    }
  
    a {
      text-decoration: none;
      color: black;
    }
  
    img {
      max-width: 300px !important;
      height: auto;
      page-break-inside: avoid;
    }
  
    .bek1 {
      display: block !important;
    }
  
    .bek1 p, .bek1 img {
      max-width: 100% !important;
      margin-left: 0 !important;
    }
  
    table {
      page-break-inside: avoid;
    }
  
    h1, h2, h3 {
      page-break-after: avoid;
    }
  
    p, ul, ol {
      orphans: 3;
      widows: 3;
    }

    form {
      page-break-inside: avoid;
    }
  }