/* Impression premium façon Aether */
@media print {
  .ip-progress, .ip-toolbar, .ip-feedback, .ip-share-pop,
  header.site-header, footer.site-footer, .site-navigation,
  .vc_empty_space, #comments, .sidebar, nav, .ip-toc { display: none !important; }

  body { font-size: 12pt; color: #000; }
  .ip-hero { padding: 0; max-width: 100%; }
  .ip-title { font-size: 26pt !important; }
  .ip-prose, .ip-article-flow { font-size: 11.5pt; line-height: 1.6; max-width: 100%; }
  .ip-exhibit, .ip-table-block, .ip-downloads { break-inside: avoid; border: 1px solid #999; }
  a { color: #000 !important; text-decoration: none !important; }
  .ip-related { break-before: page; }
}
