.invoice-table tbody tr:has(.state.due){background:linear-gradient(90deg,rgba(209,173,104,.18) 0%,rgba(209,173,104,.08) 48%,rgba(209,173,104,.025) 100%)}
.invoice-table tbody tr:has(.state.due) td{border-bottom-color:#4b402e}
.invoice-table tbody tr:has(.state.due) td:first-child{box-shadow:inset 4px 0 0 #d1ad68;padding-left:14px}
.invoice-table tbody tr:has(.state.due) .supplier-cell strong,.invoice-table tbody tr:has(.state.due) .money.ttc{color:#f2cf86}
.invoice-table tbody tr:has(.state.due) .state.due{background:#2b2113;border-color:#9a7539;color:#efc777;box-shadow:0 0 0 3px rgba(209,173,104,.07)}
.invoice-table tbody tr:has(.state.due):hover{background:linear-gradient(90deg,rgba(209,173,104,.24) 0%,rgba(209,173,104,.11) 48%,rgba(209,173,104,.04) 100%)}
