body {
    font-feature-settings: "tnum" 1, "ss01" 1;
}

.table-scroll {
    scrollbar-width: thin;
}

.receipt-thermal {
    width: 80mm;
    margin: 0 auto;
    color: #111827;
    background: #ffffff;
    font-family: "Courier New", monospace;
}

.receipt-thermal table,
.a4-document table {
    width: 100%;
    border-collapse: collapse;
}

.receipt-thermal th,
.receipt-thermal td,
.a4-document th,
.a4-document td {
    padding: 4px 0;
}

.signature-pad {
    width: 100%;
    height: 180px;
    border: 1px dashed #93c5fd;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

@media print {
    .no-print {
        display: none !important;
    }

    body {
        background: #ffffff;
    }

    .print-shell {
        box-shadow: none !important;
        border: 0 !important;
    }
}
