@media print {
  header, footer, nav, .skip-link {
    display: none !important;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.5;
    background: none !important;
    color: #000 !important;
  }
  
  main {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
  
  a {
    text-decoration: underline !important;
    color: #000 !important;
  }
  
  img, .gallery-item, .news-image {
    max-width: 50% !important;
    height: auto !important;
    page-break-inside: avoid;
  }
  
  video, .video-container, iframe {
    display: none !important;
  }
  
  table {
    page-break-inside: avoid;
  }
  
  h1, h2, h3 {
    page-break-after: avoid;
  }
  
  .news-article, .join-section {
    page-break-inside: avoid;
    margin-bottom: 1cm !important;
  }
  
  .form-group, .radio-group, .checkbox-group {
    display: none !important;
  }
  
  .btn-submit, .btn-reset {
    display: none !important;
  }
  
  .image-caption {
    background: none !important;
    color: #000 !important;
    padding: 0 !important;
    position: static !important;
  }
  
  .external-links ul {
    list-style-type: none;
    padding-left: 0;
  }
  
  .external-links li {
    margin-bottom: 0.3cm;
  }
  
  a::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    font-weight: normal;
  }
  
  #join-form {
    display: none !important;
  }
}