@media print {
    @page {
        margin: 0;
    }

    body {
        margin: 0;
    }
}

.receipt-80 {
    width: 80mm;
    padding: 4mm 3mm;
    font-family: ui-monospace, Menlo, Consolas, monospace;
    font-size: 12px;
    line-height: 1.25;
}

.receipt-58 {
    width: 58mm;
    padding: 3mm 2mm;
    font-family: ui-monospace, Menlo, Consolas, monospace;
    font-size: 11px;
    line-height: 1.2;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.row {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.hr {
    border-top: 1px dashed #000;
    margin: 4px 0;
}

@media print {
    .no-print {
        display: none !important;
    }
}
