/* ===== Basic print styles (generic) ===== */
@media print {
  * { box-shadow: none !important; text-shadow: none !important; }
  body { background: #fff !important; color: #000 !important; }
  a[href]:after { content: " (" attr(href) ")"; font-size: 90%; }
  nav, footer, .no-print { display: none !important; }
}