@media print {
  .no-print, .sidebar, header, footer { display:none !important; }
  .print-document { color:#000; background:#fff; font-family:Arial,sans-serif; }
  .print-document .receipt-logo { display:block; max-height:48px; max-width:180px; margin:0 auto 8px; object-fit:contain; }
  .thermal-78mm { width:78mm; font-size:10pt; }
  .thermal-78mm .receipt-items { width:100%; border-collapse:collapse; }
  .thermal-78mm .receipt-items td { padding:2mm 0; border-bottom:1px dashed #000; }
  .a5-landscape { width:210mm; height:148mm; }
  .a5-landscape .invoice-items tr:nth-child(n+7) { display:none; }
  .a4-portrait { width:210mm; min-height:297mm; }
  .dot-matrix { width:9.5in; font-family:"Courier New",monospace; font-size:10pt; }
  .dot-matrix table,.a4-portrait table,.a5-landscape table { width:100%; border-collapse:collapse; }
  .dot-matrix td,.dot-matrix th,.a4-portrait td,.a4-portrait th,.a5-landscape td,.a5-landscape th { border:1px solid #000; padding:4px; }
}