/* ================= THERMAL PRINTER STYLES ================= */
#thermalPrintArea { 
    display: none; 
    width: 80mm; 
    background: white; 
    color: black; 
    font-family: 'Courier New', 'Consolas', monospace; 
    padding: 2mm; 
    line-height: 1.2;
    white-space: pre;
}

.thermal-receipt {
    width: 100%;
    padding: 2mm;
    font-family: 'Courier New', 'Consolas', monospace;
    background: white;
    color: black;
    white-space: pre-wrap;
    font-size: 12px;
}