@media print {
  body {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
    color: #000;
    background: none !important;
    line-height: 1.5;
  }

  nav, footer, aside, video,
  .no-print, .navbar, .btn, .skip-link {
    display: none !important;
  }

  .container, main, article {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
  }

  img {
    max-width: 60%;
    height: auto;
    margin: 1rem 0;
    border: 1px solid #ccc;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #000;
    page-break-after: avoid;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  p, li, label, input, textarea {
    font-size: 12pt;
    color: #000;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  article, section {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  input, textarea {
    border: 1px solid #000;
    padding: 0.2rem;
    width: 100%;
  }

  @page {
    margin: 1in;
  }

  * {
    background: none !important;
    box-shadow: none !important;
  }
}
