/* MasalSaatim — Baskı Stili (MD7) */
@media print {
  .ms-header, .ms-footer, .bottom-nav, .reader-tools-bar, .copy-protected-notice,
  .membership-wall, .story-actions, .chapter-nav, .sidebar { display: none !important; }
  body { background: #fff !important; color: #000 !important; font-size: 12pt; }
  .story-reader { box-shadow: none !important; padding: 0 !important; background: #fff !important; color: #000 !important; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 0.8em; }
  .page-break-print { page-break-before: always; }
}
