@media print {
  body {
    font-size: 12pt;
    color: #000;
    background: none;
    line-height: 1.5;
  }

  header,
  nav,
  footer,
  .video-container,
  iframe,
  .no-print {
    display: none !important;
  }

  .main-content,
  main,
  article,
  section {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 1rem auto;
  }

  a:link,
  a:visited {
    color: black;
    text-decoration: underline;
  }

  button,
  input,
  select,
  textarea {
    display: none;
  }

  .page-break {
    page-break-before: always;
  }

  input[type="radio"] {
    transform: scale(1.2);
    margin-right: 6px;
  }

  label {
    display: inline-block;
    margin-bottom: 4px;
  }

  .bg-primary,
  .bg-blue-600,
  .bg-gray-200,
  .hover\:bg-gray-300,
  .hover\:bg-primary\/90,
  .hover\:bg-blue-600\/90 {
    background: none !important;
  }

  
}
