/* V486 - order print note + white table header text */
.invoice-print-document .inv-table thead th,
.print-area .inv-table thead th{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.invoice-print-document .inv-order-note,
.print-area .inv-order-note{
  margin:8px 0 6px!important;
  padding:8px 10px!important;
  border:1px solid rgba(15,23,42,.18)!important;
  border-left:3px solid currentColor!important;
  font-size:12px!important;
  line-height:1.55!important;
  white-space:pre-wrap!important;
  word-break:break-word!important;
}
.invoice-print-document .inv-order-note b,
.print-area .inv-order-note b{font-weight:800!important;}
@media print{
  .invoice-print-document .inv-table thead th,
  .print-area .inv-table thead th{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    print-color-adjust:exact!important;
    -webkit-print-color-adjust:exact!important;
  }
  .invoice-print-document .inv-order-note,
  .print-area .inv-order-note{
    color:#111!important;
    border-color:#777!important;
  }
}
