@media print {
    .site-header, .site-footer, .no-print, .flash-container { display: none !important; }
    body { background: white; color: black; font-size: 12pt; }
    .receipt { border: none; padding: 0; box-shadow: none; }
    .receipt-header h1 { color: black; }
    .order-number-big { font-size: 28pt; }
    a { color: black; text-decoration: none; }
    .pricing-box { border: 2px solid #333; }
    .ship-to { border: 2px dashed #333; background: #f0f0f0; }
    .receipt-footer { page-break-inside: avoid; }
}
