/* .btn-ride-types {
	background-color: #005a8f;
	display: inline-block;
	float: left;
	margin-bottom: 0px;
	width: 100%;
}
.btn-ride-types button {
	float: left;
	width: 33.33%;
	border: none;
}
.btn-blue-booker:first-child {
	box-shadow: none !important;
}
.btn-blue-booker {
	text-align: center !important;
}
.btn-blue-booker {
	background-color: #005a8f;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-weight: 700;
	padding: 10px;
}
.btn-blue-booker:active, .btn-blue-booker.active, .open .dropdown-toggle.btn-blue-booker {
	background-image: none !important;
}
.btn-blue-booker:active, .btn-blue-booker.active, .open .dropdown-toggle.btn-blue-booker {
	background-color: #f5f7f6 !important;
	color: #005a8f !important;
	outline: none;
}
.ust-main-taxi-booker label {
	font-weight: 600 !important;
	margin-top: 15px;
}
.btn-blue-booker {
	color: #fff;
	font-weight: 700;
}
.hideit {
	display: none;
}
#area_datetime_round {
	background-color: #b3e6fc;
	margin-top: 20px;
	padding-bottom: 21px;
}
.styled-select select {
	background: transparent;
	width: 268px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
}
.styled-select {
	width: 240px;
	height: 34px;
	overflow: hidden;
	background: url("ust_taxi_booker.png") no-repeat right #ddd;
	border: 1px solid #ccc;
}
.minibooker-login-form-holder {
	background-color: #fff;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.35) inset, 0 -5px 5px -5px rgba(0, 0, 0, 0.35) inset;
	padding: 10px 15px;
}
.minibooker-login-form-holder h5 {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0px;
}
.minibooker-login-form-holder a {
	text-decoration: underline;
}
.text-center {
	text-align: center;
}
.hidden-xs {
	display: block !important;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
}

@media (max-width: 1002px) {
label {
	display: table;
}
}
.form-control {
	margin-bottom: 0;
	width: 100%;
}
.input-group {
	width: 100%;
}
.highlight {
	border: 1px solid #a94442 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.with-errors {
	color: #a94442;
}
 */

/* ── Reset ───────────────────────────────────────────────────────────────── */
/* #ust-app *, #ust-app *::before, #ust-app *::after { box-sizing: border-box; margin: 0; padding: 0; } */

/* ══════════════════════════════════════════════════════════════════════════
   COLOUR SCHEME TOKENS
   Three schemes share exactly the same rules; only the token values differ.
   The active scheme class is set server-side via PHP on #ust-app.
   ══════════════════════════════════════════════════════════════════════════ */

/* ── DARK (original) ─────────────────────────────────────────────────────── */
#ust-app.ust-scheme-dark {
	--bg: #0b0f14;
	--bg2: #131820;
	--bg3: #1a2030;
	--surface: #1f2736;
	--border: rgba(255, 255, 255, 0.07);
	--border-hi: rgba(255, 255, 255, 0.14);
	--accent: #e8b84b;
	--accent-dim: rgba(232, 184, 75, 0.15);
	--accent-glow: rgba(232, 184, 75, 0.25);
	--text: #f0eee8;
	--text-2: #9fa8b4;
	--text-3: #6b7280;
	--green: #34d399;
	--red: #ef4444;
	--black: #000;
	/* dropdown arrow – gold on dark */
	--arrow-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23e8b84b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* ── LIGHT (white) ───────────────────────────────────────────────────────── */
#ust-app.ust-scheme-light {
	--bg: #ffffff;
	--bg2: #f9fafb;
	--bg3: #f3f4f6;
	--surface: #e9ecf0;
	--border: rgba(0, 0, 0, 0.09);
	--border-hi: rgba(0, 0, 0, 0.18);
	--accent: #1d6fa4;
	/* professional blue */
	--accent-dim: rgba(29, 111, 164, 0.12);
	--accent-glow: rgba(29, 111, 164, 0.22);
	--text: #111827;
	--text-2: #374151;
	--text-3: #6b7280;
	--green: #16a34a;
	--red: #dc2626;
	--arrow-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231d6fa4' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* ── GRAY (slate) ────────────────────────────────────────────────────────── */
#ust-app.ust-scheme-gray {
	--bg: #f1f3f5;
	--bg2: #e8eaed;
	--bg3: #dde0e4;
	--surface: #d1d5db;
	--border: rgba(0, 0, 0, 0.10);
	--border-hi: rgba(0, 0, 0, 0.20);
	--accent: #4f46e5;
	/* indigo */
	--accent-dim: rgba(79, 70, 229, 0.12);
	--accent-glow: rgba(79, 70, 229, 0.22);
	--text: #1f2937;
	--text-2: #374151;
	--text-3: #6b7280;
	--green: #059669;
	--red: #dc2626;
	--arrow-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234f46e5' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* ── Shared structural tokens (always present) ───────────────────────────── */
#ust-app {
	/* Alias --gold → --accent so all existing rules keep working unchanged */
	--gold: var(--accent);
	--gold-dim: var(--accent-dim);
	--gold-glow: var(--accent-glow);
	--radius: 10px;
	--tr: 0.2s ease;
	font-family: 'Inter', sans-serif;
	color: var(--text);
	background: var(--bg);
	min-height: 500px;
	padding: 10px 10px 60px;
}

/* ── Scheme-aware overrides that differ beyond token colours ──────────────── */

/* Light / Gray: page-header gradient uses dark ink instead of light */
#ust-app.ust-scheme-light .ust-page-header h2,
#ust-app.ust-scheme-gray .ust-page-header h2 {
	background: linear-gradient(135deg, var(--text) 30%, var(--accent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Light / Gray: submit button needs white text on accent bg */
#ust-app.ust-scheme-light .ust-btn-submit,
#ust-app.ust-scheme-gray .ust-btn-submit {
	color: #fff;
}

/* Light / Gray: car-card selected checkmark – white text on accent */
#ust-app.ust-scheme-light .ust-car-card.selected::before,
#ust-app.ust-scheme-gray .ust-car-card.selected::before {
	color: #fff;
}

/* Dark: submit button keeps black text on gold */
#ust-app.ust-scheme-dark .ust-btn-submit {
	color: #000;
}

#ust-app.ust-scheme-dark .ust-car-card.selected::before {
	color: #000;
}

/* All schemes: dropdown arrow uses scheme-specific colour */
#ust-app .ust-car-dropdown-wrap select,
#ust-app .ust-field select {
	background-image: var(--arrow-svg);
}

/* Light / Gray: validation summary, distance error – subtler on white bg */
#ust-app.ust-scheme-light #ust-distance-error,
#ust-app.ust-scheme-gray #ust-distance-error {
	background: rgba(220, 38, 38, 0.06);
	border-color: rgba(220, 38, 38, 0.25);
}

#ust-app.ust-scheme-light #ust-validation-summary,
#ust-app.ust-scheme-gray #ust-validation-summary {
	background: rgba(220, 38, 38, 0.06);
	border-color: rgba(220, 38, 38, 0.25);
}

/* Light / Gray: card shadows visible on bright backgrounds */
#ust-app.ust-scheme-light .ust-car-card,
#ust-app.ust-scheme-gray .ust-car-card {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

#ust-app.ust-scheme-light .ust-car-card:hover,
#ust-app.ust-scheme-gray .ust-car-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Light: form column slightly separated */
#ust-app.ust-scheme-light .ust-form-col,
#ust-app.ust-scheme-gray .ust-form-col {
	box-shadow: inset 4px 0 12px rgba(0, 0, 0, 0.04);
}

/* Light / Gray: readonly fare inputs readable on bright background */
#ust-app.ust-scheme-light .ust-fare-item input,
#ust-app.ust-scheme-gray .ust-fare-item input {
	color: var(--accent);
	font-weight: 700;
}

/* ── Page header ─────────────────────────────────────────────────────────── */
.ust-page-header {
	text-align: center;
	padding: 56px 24px 40px;
	border-bottom: 1px solid var(--border);
}

.ust-page-header h2 {
	font-family: 'Syne', sans-serif;
	font-weight: 700;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	letter-spacing: -0.02em;
	background: linear-gradient(135deg, var(--text) 30%, var(--accent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.ust-page-header p {
	margin-top: 10px;
	font-size: 0.85rem;
	color: var(--text-2);
	letter-spacing: 0.05em;
}

/* ── Split layout ────────────────────────────────────────────────────────── */
.ust-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	min-height: 600px;
}

@media (max-width:860px) {
	.ust-split {
		grid-template-columns: 1fr;
	}

	.ust-vehicle-col {
		border-right: none;
		border-bottom: 1px solid var(--border);
	}
}

/* ── LEFT column ─────────────────────────────────────────────────────────── */
.ust-vehicle-col {
	border-right: 1px solid var(--border);
	padding: 32px 24px;
	background: var(--bg2);
	overflow-y: auto;
	max-height: 900px;
}

.ust-col-title {
	font-family: 'Syne', sans-serif;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ust-col-title::after {
	content: '';
	flex: 1;
	height: 1px;
	background: var(--border);
}

/* Car dropdown in left col */
.ust-car-dropdown-wrap {
	margin-bottom: 20px;
}

.ust-car-dropdown-wrap label {
	display: block;
	font-size: 0.65rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--text-3);
	font-weight: 500;
	margin-bottom: 6px;
}

.ust-car-dropdown-wrap select {
	width: 100%;
	background: var(--bg3);
	border: 1px solid var(--border-hi);
	border-radius: 8px;
	padding: 11px 36px 11px 14px;
	font-family: 'Inter', sans-serif;
	font-size: 0.875rem;
	color: var(--text);
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23e8b84b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	transition: border-color var(--tr), box-shadow var(--tr);
}

.ust-car-dropdown-wrap select:focus {
	border-color: var(--gold);
	box-shadow: 0 0 0 3px var(--gold-dim);
}

.ust-vehicle-grid {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* ── Vehicle card ────────────────────────────────────────────────────────── */
.ust-car-card {
	background: var(--bg3);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 16px;
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 14px;
	align-items: start;
	cursor: pointer;
	transition: border-color var(--tr), box-shadow var(--tr), background var(--tr);
	position: relative;
}

.ust-car-card:hover {
	border-color: var(--border-hi);
	background: var(--surface);
}

.ust-car-card.selected {
	border-color: var(--gold);
	background: var(--surface);
	box-shadow: 0 0 0 1px var(--gold), 0 4px 20px var(--gold-glow);
}

.ust-car-card.selected::before {
	content: '✓';
	position: absolute;
	top: 10px;
	right: 12px;
	width: 22px;
	height: 22px;
	background: var(--gold);
	color: #000;
	border-radius: 50%;
	font-size: 0.7rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 22px;
	text-align: center;
}

.ust-car-thumb {
	width: 300px;
	height: 140px;
	border-radius: 6px;
	overflow: hidden;
	background: var(--bg) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ust-car-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ust-car-thumb-placeholder {
	width: 48px;
	height: 28px;
	opacity: 0.2;
}

.ust-car-info {
	min-width: 0;
}

.ust-car-name {
	font-family: 'Syne', sans-serif;
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--text);
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ust-car-desc {
	font-size: 0.75rem;
	color: var(--text-2);
	line-height: 1.45;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ust-car-meta {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.ust-car-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.68rem;
	color: var(--text-3) !important;
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: 20px;
	padding: 3px 8px;
}

.ust-car-badge svg {
	width: 11px;
	height: 11px;
	flex-shrink: 0;
}

.ust-select-btn {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--black) !important;
	background: var(--gold-dim) !important;
	border: 1px solid rgba(232, 184, 75, 0.3);
	border-radius: 20px;
	padding: 5px 12px;
	cursor: pointer;
	transition: background var(--tr), border-color var(--tr);
}

.ust-select-btn:hover,
.ust-car-card.selected .ust-select-btn {
	background: var(--gold-glow);
	border-color: var(--gold);
}

.ust-no-cars {
	text-align: center;
	padding: 48px 20px;
	color: var(--text-3);
	font-size: 0.875rem;
}

/* ── RIGHT column ────────────────────────────────────────────────────────── */
.ust-form-col {
	padding: 32px 28px;
	background: var(--bg);
	overflow-y: auto;
	max-height: 900px;
}

/* Vehicle banner */
.ust-selected-vehicle-banner {
	background: var(--gold-dim);
	border: 1px solid rgba(232, 184, 75, 0.3);
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 24px;
	display: none;
	align-items: center;
	gap: 12px;
	font-size: 0.85rem;
}

.ust-selected-vehicle-banner.visible {
	display: flex;
}

.ust-selected-vehicle-banner strong {
	color: var(--gold);
	font-family: 'Syne', sans-serif;
}

.ust-selected-vehicle-banner span {
	color: var(--text-2);
	font-size: 0.78rem;
}

/* ── Section labels ──────────────────────────────────────────────────────── */
.ust-sect {
	font-family: 'Syne', sans-serif;
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--gold);
	margin: 28px 0 14px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ust-sect:first-child {
	margin-top: 0;
}

.ust-sect::after {
	content: '';
	flex: 1;
	height: 1px;
	background: var(--border);
}

/* ── Form grid ───────────────────────────────────────────────────────────── */
.ust-row {
	display: grid;
	gap: 12px;
	margin-bottom: 12px;
}

.ust-row-2 {
	grid-template-columns: 1fr 1fr;
}

.ust-row-1 {
	grid-template-columns: 1fr;
}

@media (max-width:520px) {
	.ust-row-2 {
		grid-template-columns: 1fr;
	}
}

/* ── Fields ──────────────────────────────────────────────────────────────── */
.ust-field {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.ust-field label {
	font-size: 0.65rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--text-3);
	font-weight: 500;
}

.ust-field input,
.ust-field select,
.ust-field textarea {
	width: 100%;
	background: var(--bg2);
	border: 1px solid var(--border);
	border-radius: 7px;
	padding: 11px 14px;
	font-family: 'Inter', sans-serif;
	font-size: 0.875rem;
	color: var(--text);
	outline: none;
	transition: border-color var(--tr), box-shadow var(--tr);
	-webkit-appearance: none;
	appearance: none;
}

.ust-field input:focus,
.ust-field select:focus,
.ust-field textarea:focus {
	border-color: var(--gold);
	box-shadow: 0 0 0 3px var(--gold-dim);
}

.ust-field input::placeholder,
.ust-field textarea::placeholder {
	color: var(--text-3);
}

.ust-field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 34px;
	cursor: pointer;
}

.ust-field input[readonly] {
	background: var(--bg3);
	color: var(--gold);
	font-weight: 600;
	cursor: default;
	border-color: var(--border);
}

.ust-field textarea {
	resize: vertical;
	min-height: 80px;
}

.ust-field-err {
	font-size: 0.72rem;
	color: var(--red);
	margin-top: 2px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.ust-field-err::before {
	content: '⚠';
	font-size: 0.8rem;
}

.ust-field.has-error input,
.ust-field.has-error select,
.ust-field.has-error textarea {
	border-color: var(--red) !important;
	box-shadow: 0 0 0 2px rgba(248, 113, 113, 0.2);
}

/* ── Service pills ───────────────────────────────────────────────────────── */
.ust-service-pills {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.ust-pill {
	flex: 1;
	min-width: 80px;
	text-align: center;
	padding: 10px 14px;
	border-radius: 8px;
	border: 1px solid var(--border);
	background: var(--bg2);
	color: var(--text-2);
	font-size: 0.78rem;
	font-weight: 500;
	cursor: pointer;
	transition: all var(--tr);
	position: relative;
	user-select: none;
}

.ust-pill input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.ust-pill-icon {
	display: block;
	font-size: 1.3rem;
	margin-bottom: 4px;
}

.ust-pill:hover {
	border-color: var(--border-hi);
	background: var(--bg3);
}

.ust-pill.active {
	border-color: var(--gold);
	background: var(--gold-dim);
	color: var(--text);
}

/* ── Fare display ────────────────────────────────────────────────────────── */
.ust-fare-panel {
	background: var(--bg2);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 16px 0;
}

.ust-fare-item label {
	font-size: 0.62rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--text-3);
	display: block;
	margin-bottom: 4px;
}

.ust-fare-item input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--border);
	padding: 6px 0;
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--gold);
	font-family: 'Syne', sans-serif;
	outline: none;
	cursor: default;
}

/* ── Distance error ──────────────────────────────────────────────────────── */
#ust-distance-error {
	display: none;
	color: var(--red);
	font-size: 0.78rem;
	margin-top: 8px;
	background: rgba(248, 113, 113, 0.08);
	border: 1px solid rgba(248, 113, 113, 0.25);
	border-radius: 6px;
	padding: 10px 14px;
	align-items: center;
	gap: 8px;
}

#ust-distance-error.visible {
	display: flex;
}

#ust-distance-error svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

/* ── Toggles ─────────────────────────────────────────────────────────────── */
.ust-toggle-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 14px;
}

.ust-toggle-item {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	padding: 9px 14px;
	border: 1px solid var(--border);
	border-radius: 8px;
	font-size: 0.8rem;
	color: var(--text-2);
	background: var(--bg2);
	transition: all var(--tr);
	user-select: none;
}

.ust-toggle-item input {
	width: 14px;
	height: 14px;
	accent-color: var(--gold);
	cursor: pointer;
}

.ust-toggle-item:has(input:checked) {
	border-color: var(--gold);
	color: var(--text);
	background: var(--gold-dim);
}

.ust-toggle-item small {
	color: var(--text-3);
	font-size: 0.7rem;
}

/* ── Panels ──────────────────────────────────────────────────────────────── */
#ust-roundtrip-panel,
#ust-hourly-panel {
	background: var(--bg3);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 16px;
	margin-bottom: 14px;
	display: none;
}

/* ── Calc btn ────────────────────────────────────────────────────────────── */
.ust-btn-calc {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 20px;
	background: var(--bg3);
	border: 1px solid var(--border-hi);
	border-radius: 8px;
	color: var(--text);
	font-size: 0.8rem;
	font-weight: 500;
	cursor: pointer;
	transition: all var(--tr);
	margin-bottom: 4px;
}

.ust-btn-calc:hover {
	border-color: var(--gold);
	color: var(--gold);
	background: var(--gold-dim) !important;
}

.ust-btn-calc svg {
	width: 15px;
	height: 15px;
}

/* ── Submit ──────────────────────────────────────────────────────────────── */
.ust-btn-submit {
	width: 100%;
	padding: 16px;
	margin-top: 20px;
	background: var(--gold) !important;
	color: #000;
	border: none;
	border-radius: var(--radius);
	font-family: 'Syne', sans-serif;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.04em;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: opacity var(--tr), transform var(--tr);
}

.ust-btn-submit:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

.ust-btn-submit:active {
	transform: translateY(0);
}

.ust-btn-submit svg {
	width: 18px;
	height: 18px;
}

.ust-btn-submit:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transform: none;
}

.ust-submit-note {
	font-size: 0.72rem;
	color: var(--text-3);
	text-align: center;
	margin-top: 10px;
}

/* ── Alerts ──────────────────────────────────────────────────────────────── */
.ust-alert {
	padding: 13px 16px;
	border-radius: 8px;
	font-size: 0.85rem;
	margin-bottom: 20px;
	border-left: 3px solid;
}

.ust-alert-error {
	background: rgba(248, 113, 113, 0.08);
	border-color: var(--red);
	color: var(--red);
}

.ust-alert-success {
	background: rgba(52, 211, 153, 0.08);
	border-color: var(--green);
	color: var(--green);
}

/* ── JS validation summary ───────────────────────────────────────────────── */
#ust-validation-summary {
	display: none;
	background: rgba(248, 113, 113, 0.08);
	border: 1px solid rgba(248, 113, 113, 0.3);
	border-radius: 8px;
	padding: 14px 16px;
	margin-bottom: 20px;
	color: var(--red);
	font-size: 0.85rem;
}

#ust-validation-summary.visible {
	display: block;
}

#ust-validation-summary ul {
	margin: 8px 0 0 16px;
}

#ust-validation-summary li {
	margin-bottom: 4px;
}

/* ── Misc ────────────────────────────────────────────────────────────────── */
#ust-car-type-hidden {
	display: none;
}

#map_canvas {
	display: none;
}

#directionsPanel {
	display: none;
}

.ust-vehicle-col::-webkit-scrollbar,
.ust-form-col::-webkit-scrollbar {
	width: 4px;
}

.ust-vehicle-col::-webkit-scrollbar-thumb,
.ust-form-col::-webkit-scrollbar-thumb {
	background: var(--border-hi);
	border-radius: 4px;
}