@media print {
  aside, nav, button, .no-print { display: none !important; }
  body { background: white; color: black; font-size: 12pt; }
  .bg-white { box-shadow: none !important; border: 1px solid #ddd !important; }
  a { color: black; text-decoration: underline; }
  [style*="background: linear-gradient"] { background: #f5f5f5 !important; color: black !important; }
}
