/* PSC.Blazor.Components.Invoices — shared styles */
.invoice-status-draft { color: #6b7280; }
.invoice-status-sent { color: #3b82f6; }
.invoice-status-paid { color: #16a34a; }
.invoice-status-overdue { color: #dc2626; }
.invoice-status-cancelled { color: #9ca3af; text-decoration: line-through; }
