/* MEDICAL6apr – Print Stylesheet */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-family: Georgia, serif;
    font-size: 11pt;
    line-height: 1.6;
  }

  /* Hide non-print elements */
  #site-header,
  #cookie-banner,
  .ad-sidebar-wrap,
  .ad-mobile,
  #partner-ticker,
  .btn-hero,
  .btn-submit,
  .lang-switcher,
  .mobile-menu-toggle,
  #mobile-nav,
  .hero-overlay,
  #contact-form,
  .social-bar,
  #recaptcha-container,
  .hover-photo-wrap .photo-b {
    display: none !important;
  }

  /* Hero simplified */
  #hero {
    min-height: auto !important;
    padding: 32pt 0 !important;
    background-image: none !important;
  }
  .hero-content h1 { font-size: 24pt; color: #003087 !important; }
  .hero-content .hero-sub { font-size: 12pt; }

  /* Sections */
  .content-section { padding: 24pt 0; page-break-inside: avoid; }
  .section-inner { display: block; }
  .hover-photo-wrap { width: 200pt; float: left; margin: 0 16pt 8pt 0; }
  .hover-photo-wrap img { width: 100%; height: auto; }

  /* Team */
  .team-section { padding: 16pt 0; page-break-inside: avoid; }
  .team-inner { display: flex; gap: 16pt; }
  .team-photo-block img { width: 72pt; height: 72pt; border-radius: 50%; }

  /* Footer */
  #site-footer { border-top: 1pt solid #ccc; padding-top: 12pt; font-size: 9pt; }

  /* Links */
  a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; }
  a[href^="#"]::after,
  a[href^="javascript:"]::after { content: ""; }

  /* Page breaks */
  h2 { page-break-after: avoid; }
  img { page-break-inside: avoid; }
}
