/* ACC LLC — custom overrides */

.status-badge-draft    { background-color: #6c757d; }
.status-badge-sent     { background-color: #198754; }
.status-badge-failed   { background-color: #dc3545; }
.status-badge-skipped  { background-color: #ffc107; color: #212529; }

.invoice-totals td { font-weight: 500; }
.invoice-totals .grand-total td { font-weight: 700; border-top: 2px solid #212529; }

@media print {
  nav, .navbar, .alert, .btn, form, .no-print { display: none !important; }
  .container { max-width: 100% !important; padding: 0 !important; }
  body { font-size: 12pt; }
}
