/* Site-wide overrides without Node/Vite */

/* Links: remove underline in all states */
a, a:hover, a:focus, a:active { text-decoration: none !important; }

/* Base line-height for better spacing */
body { line-height: 1.8; }

/* Modal form spacing */
.modal-body .form-label,
.modal-body .form-control,
.modal-body .form-select { margin-bottom: 0.35rem; }

/* Invoice badge compatibility for old markup */
.badge-warning { background-color: #ffc107 !important; color: #212529 !important; }
.badge-success { background-color: #198754 !important; color: #fff !important; }
.badge-danger  { background-color: #dc3545 !important; color: #fff !important; }

/* Balance emphasis */
.text-warning.fw-bold, .text-success.fw-bold, .text-danger.fw-bold { font-weight: 700 !important; }

/* Force native select for interview time (avoid nice-select wrapper) */
#schedule-time { display: block !important; visibility: visible !important; min-width: 160px; }
#schedule-time + .nice-select { display: none !important; }
.input-group > #schedule-time.form-select { width: auto; }


