
/* V323 — Tăng độ đậm màu khi IN/PDF, không ảnh hưởng giao diện màn hình */
@media print{
  .print-area,
  .print-area *,
  .invoice-print-document,
  .invoice-print-document *{
    -webkit-print-color-adjust:exact!important;
    print-color-adjust:exact!important;
  }

  .inv-page{
    border-color:#0f4f2f!important;
    outline-color:#0f4f2f!important;
  }

  .inv-header{
    background:linear-gradient(#e7f7ec,#ffffff)!important;
    border-bottom-color:#0f4f2f!important;
  }

  .inv-company-name,
  .inv-mst-label,
  .inv-mst-value,
  .inv-title,
  .inv-sign-title,
  .inv-payment-qr-title{
    color:#0f4f2f!important;
  }

  .inv-company-name,
  .inv-title,
  .inv-mst-value,
  .inv-sign-title{
    font-weight:800!important;
  }

  .inv-title{
    border-bottom-color:#c76a00!important;
  }

  .inv-title-accent{
    background:#c76a00!important;
  }

  .inv-table th{
    background:#0f4f2f!important;
    color:#ffffff!important;
    border-color:#0f4f2f!important;
    font-weight:800!important;
  }

  .inv-table td{
    border-color:#7fa58d!important;
    color:#111!important;
  }

  .inv-vat-badge{
    color:#9a4a00!important;
    background:#fff0d9!important;
    font-weight:800!important;
  }

  .inv-sum-row td{
    background:#f3f7f4!important;
    color:#222!important;
  }

  .inv-vat-row td{
    color:#9a4a00!important;
    background:#fff7ea!important;
  }

  .inv-total-row td{
    color:#b91c1c!important;
    background:#fff0f0!important;
    border-top-color:#0f4f2f!important;
    font-weight:900!important;
  }

  .inv-words{
    background:#eaf7ee!important;
    border-left-color:#c76a00!important;
  }

  .inv-payment-qr{
    background:#eaf7ee!important;
    border-color:#0f4f2f!important;
  }

  .inv-payment-qr-amount{
    color:#b91c1c!important;
    font-weight:900!important;
  }

  .inv-payment-qr-line b,
  .inv-payment-qr-note b{
    color:#111!important;
    font-weight:800!important;
  }

  .inv-req{
    border-color:#111!important;
  }

  .inv-note{
    color:#222!important;
  }

  .inv-infoline-v-strong{
    color:#b96a00!important;
    font-weight:800!important;
  }

  .inv-company-bank{
    color:#b91c1c!important;
    font-weight:800!important;
  }

  .inv-signature-title,
  .inv-sign-line{
    color:#444!important;
  }

  /* Hạn chế máy in làm chữ mảnh quá */
  .inv-table,
  .inv-info,
  .inv-words,
  .inv-payment-qr,
  .inv-note{
    text-rendering:optimizeLegibility;
  }
}
