@media print {
  /* Mise en page portrait */
  @page {
    size: A4 portrait;
    margin: 2cm;
  }

  /* Masquer tous les éléments non textuels */
  img,
  figure,
  picture,
  svg,
  .uncode-single-media,
  .tmb,
  .uncode-post-gallery,
  .background-element,
  .background-wrapper,
  .row-background,
  .uncode-post-titles,
  .wpadminbar,
  .header-container,
  .menu-wrapper,
  .menu-container,
  .breadcrumb,
  .sidebar,
  .btn-print,
  .footer-container,
  .post-navigation,
  .share-buttons,
  .uncode-wrapper:not(.main-wrapper) {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  body {
    background: white !important;
    color: #000;
    font-family: Georgia, serif;
    font-size: 12pt;
    line-height: 1.6;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #174163;
    page-break-after: avoid;
    margin-top: 2em;
  }

  p, ul, ol {
    page-break-inside: avoid;
    orphans: 3;
    widows: 3;
  }

  a::after {
    content: " (" attr(href) ")";
    font-size: 0.9em;
  }

  /* Optionnel : supprimer les décorations visuelles */
  .background-inner,
  .block-bg-overlay {
    display: none !important;
  }
}
