@media print {
  header, footer, nav, .trial-banner, [data-adsense], [data-ad], iframe,
  button[aria-label="Partager"], button[aria-label="Haut de page"],
  button[aria-label="Changer le thème"], button[aria-label="Ouvrir le menu de navigation"],
  .scroll-to-top, .ad-banner, .cookie-consent, [role="alert"],
  [class*="AdBanner"], [class*="TrialBanner"] {
    display: none !important;
  }
  body {
    background: white !important;
    color: black !important;
    font-size: 12pt;
    line-height: 1.5;
  }
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #666;
  }
  a[href^="/"]::after, a[href^="#"]::after {
    content: none;
  }
  h1, h2, h3 {
    page-break-after: avoid;
  }
  table, figure, img {
    page-break-inside: avoid;
  }
  .dark * {
    background-color: transparent !important;
    color: black !important;
    border-color: #ccc !important;
  }
}
