@media print {
  header, footer, nav,
  .fixed, .sticky,
  [aria-label="Share buttons"],
  [aria-label="Related articles"],
  [aria-label="Reading progress"],
  .lg\:w-\[30\%\],
  .read-next-bar {
    display: none !important;
  }
  .lg\:max-w-\[70\%\] {
    max-width: 100% !important;
  }
  body {
    font-size: 12pt;
    line-height: 1.6;
    color: #000;
    background: #fff;
  }
  .article-body {
    max-width: 100% !important;
  }
}
