/* =====================================================================
   print.css  —  print styles
   Loaded with media="print". Hides site chrome so a printed page (mainly
   the order receipt) comes out clean.
   ===================================================================== */
@page { margin: 0.5in; }
.site-header, .site-footer, .nav-toggle, .to-top, .skip-link,
.btn, .page-sub { display: none !important; }
body { background: #fff; color: #000; }
.panel { background: #fff; padding: 0; margin: 0 0 12px; }
.receipt { border: 1px solid #000; }
a { text-decoration: none; color: #000; }
