@charset "UTF-8";

@media print {
    @page {
        margin: 8mm;
    }

    body { font-family: Tahoma, sans-serif; direction: rtl; }

    .no-print { display: none !important; }

    .qr-print-card {
        width: 60mm;
        height: 60mm;
        padding: 6mm;
        box-sizing: border-box;
        display: inline-block;
        page-break-inside: avoid;
        text-align: center;
        border: 1px dashed #ccc;
        margin: 2mm;
        vertical-align: top;
    }

    .qr-print-card img {
        width: 40mm;
        height: 40mm;
        display: block;
        margin: 0 auto;
    }

    .qr-print-card .name {
        font-size: 10pt;
        font-weight: bold;
        margin-top: 4mm;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .qr-print-card .code {
        font-size: 7pt;
        color: #666;
        direction: ltr;
    }

    .invoice-print-area {
        border: none !important;
        box-shadow: none !important;
        max-width: 100% !important;
    }

    /* برای پرینتر حرارتی */
    .thermal-mode .invoice-print-area {
        width: 76mm;
        font-size: 11px;
    }

    .thermal-mode table th,
    .thermal-mode table td {
        padding: 4px 6px;
        font-size: 11px;
    }
}