/* Minimal custom styles for Ticket Manager UI */
body { background: #f4f6f9; }
.card { border-radius: 10px; }
.navbar-brand { font-weight: 600; }
/* Don't override Bootstrap's .container globally — use responsive container classes in templates instead */
textarea.form-control { min-height: 140px; }
.form-section { margin-bottom: 1.25rem; }
.required-star { color: #e55353; }

/* Ensure form controls stretch to column width when rendering raw {{ form.field }} */
.card .form-control, .card .form-select {
	width: 100%;
}

/* Slightly tighten label spacing */
.card .form-label { margin-bottom: 0.35rem; }
