/**
 * Yazdırma / makbuz sayfaları — renkli mürekkep kullanımını azaltır.
 * Siyah-gri tonlar, beyaz zemin, ince çerçeveler.
 */

@media print {
    * {
        -webkit-print-color-adjust: economy !important;
        print-color-adjust: economy !important;
    }

    body {
        background: #fff !important;
        color: #111 !important;
    }

    .cf-header,
    .of-header,
    .bpf-header,
    .cf-document-payment .cf-header {
        background: #fff !important;
        color: #111 !important;
        border-bottom: 2px solid #111 !important;
        box-shadow: none !important;
    }

    .cf-doc-badge,
    .of-doc-badge,
    .bpf-doc-badge {
        background: #fff !important;
        color: #111 !important;
        border: 1px solid #333 !important;
    }

    .cf-meta-id,
    .of-meta-id,
    .cf-customer-code,
    .cf-document-payment .cf-meta-id,
    .cf-document-payment .cf-customer-code,
    .bpf-summary-box.bpf-grand-total strong {
        color: #111 !important;
    }

    .cf-details-table td:first-child,
    .of-products-table thead,
    .bpf-table thead,
    .bpf-table tfoot td,
    .bpf-party-box,
    .bpf-summary-box,
    .cf-balance-box,
    .of-summary,
    .summary-top,
    table th {
        background: #fff !important;
    }

    .cf-disclaimer,
    .of-disclaimer,
    .bpf-disclaimer {
        background: #fff !important;
        border: 1px solid #999 !important;
        border-left: 3px solid #333 !important;
    }

    .cf-actions,
    .of-actions,
    .bpf-actions,
    .action-bar {
        display: none !important;
    }
}
