.vrm-booking-flow {
	--vrm-primary: #1a5fb4;
	--vrm-radius: 8px;
	max-width: 960px;
	margin: 0 auto;
	font-family: inherit;
}

.vrm-booking-flow label {
	display: block;
	margin-bottom: 1rem;
}

.vrm-booking-flow input,
.vrm-booking-flow select {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid #ccc;
	border-radius: var(--vrm-radius);
}

.vrm-btn {
	background: var(--vrm-primary);
	color: #fff;
	border: none;
	padding: 0.65rem 1.25rem;
	border-radius: var(--vrm-radius);
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.vrm-btn-outline {
	background: transparent;
	color: var(--vrm-primary);
	border: 1px solid var(--vrm-primary);
}

.vrm-btn-outline:hover {
	background: var(--vrm-primary);
	color: #fff;
}

.vrm-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.vrm-vehicle-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.vrm-vehicle-card {
	border: 1px solid #e5e5e5;
	border-radius: var(--vrm-radius);
	padding: 1rem;
}

.vrm-card-specs {
	list-style: none;
	margin: 0.5rem 0 0.75rem;
	padding: 0;
	font-size: 0.85rem;
	color: #50575e;
	display: grid;
	gap: 0.2rem;
}

.vrm-vehicle-card img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: var(--vrm-radius);
}

.vrm-messages.vrm-error {
	color: #b32d2e;
}

.vrm-messages.vrm-success {
	color: #1e7b34;
}

.vrm-pricing-summary {
	background: #f6f7f7;
	padding: 1rem;
	border-radius: var(--vrm-radius);
	margin: 1rem 0;
}

.vrm-locations-wrap {
	display: grid;
	gap: 1.5rem;
	margin: 1rem 0;
}

.vrm-locations-wrap.vrm-has-map {
	grid-template-columns: 1fr 1fr;
	align-items: start;
}

@media (max-width: 768px) {
	.vrm-locations-wrap.vrm-has-map {
		grid-template-columns: 1fr;
	}
}

.vrm-locations-map {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: var(--vrm-radius);
	background: #f0f0f1;
}

.vrm-locations {
	display: grid;
	gap: 1rem;
}

.vrm-location-card {
	border: 1px solid #e5e5e5;
	border-radius: var(--vrm-radius);
	padding: 1rem;
}

.vrm-location-card h4 {
	margin: 0 0 0.5rem;
}

.vrm-map-notice {
	padding: 0.75rem 1rem;
	background: #fff8e5;
	border-left: 4px solid #dba617;
	border-radius: var(--vrm-radius);
}

.vrm-page {
	max-width: 1140px;
	margin: 0 auto;
	padding: 1.5rem 1rem 3rem;
}

.vrm-page-header {
	margin-bottom: 2rem;
}

.vrm-page-header h1 {
	margin: 0 0 0.5rem;
}

.vrm-page-intro {
	margin: 0;
	color: #50575e;
}

.vrm-vehicle-details {
	max-width: 1140px;
	margin: 0 auto;
}

.vrm-detail-header {
	margin-bottom: 1.5rem;
}

.vrm-detail-meta {
	margin: 0 0 0.35rem;
	color: #50575e;
	font-size: 0.95rem;
}

.vrm-detail-meta .vrm-sep {
	margin: 0 0.35rem;
}

.vrm-vehicle-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	line-height: 1.2;
}

.vrm-detail-price-lead {
	margin: 0;
	font-size: 1.1rem;
	color: var(--vrm-primary);
}

.vrm-gallery + .vrm-detail-highlights {
	margin-top: 0;
}

.vrm-detail-highlights {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	gap: 0.75rem;
	margin: 0 0 1.5rem;
	padding: 1.25rem 1.5rem;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: var(--vrm-radius);
}

.vrm-highlight-item {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
}

.vrm-highlight-icon {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.vrm-highlight-icon--empty {
	display: block;
	width: 32px;
	height: 32px;
	background: #f0f0f1;
	border-radius: 4px;
}

.vrm-highlight-label {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #646970;
}

.vrm-highlight-value {
	font-size: 1rem;
	font-weight: 600;
	color: #1d2327;
	line-height: 1.35;
}

.vrm-highlight-value .woocommerce-Price-amount,
.vrm-highlight-value .amount {
	font-weight: inherit;
}

.vrm-highlight-unit {
	font-size: 0.85em;
	font-weight: 500;
	color: #50575e;
}

.vrm-detail-layout {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 2rem;
	align-items: start;
}

@media (max-width: 900px) {
	.vrm-detail-layout {
		grid-template-columns: 1fr;
	}
}

.vrm-gallery {
	margin-bottom: 1.5rem;
	border-radius: var(--vrm-radius);
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

.vrm-gallery img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 480px;
	object-fit: cover;
}

.vrm-specs-card,
.vrm-pricing-card,
.vrm-booking-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: var(--vrm-radius);
	padding: 1.25rem 1.5rem;
	margin-bottom: 1.25rem;
}

.vrm-specs-card h2,
.vrm-pricing-card h2,
.vrm-booking-card h2,
.vrm-vehicle-description h2 {
	margin: 0 0 1rem;
	font-size: 1.15rem;
}

.vrm-specs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 0.75rem 1rem;
}

.vrm-specs-grid li {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0;
	border: none;
}

.vrm-spec-label {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #646970;
}

.vrm-spec-value {
	font-weight: 600;
}

.vrm-rate-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vrm-rate-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.vrm-rate-list li:last-child {
	border-bottom: none;
}

.vrm-booking-card {
	position: sticky;
	top: 1.5rem;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.vrm-booking-card__accent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: var(--vrm-radius) var(--vrm-radius) 0 0;
	background: linear-gradient(90deg, var(--vrm-gold, #c9a227), #e8c84a);
}

.vrm-vehicle-booking.vrm-booking-card {
	position: relative;
	overflow: hidden;
}

.vrm-booking-hint {
	margin: -0.5rem 0 1rem;
	font-size: 0.9rem;
	color: #50575e;
}

.vrm-notice-error {
	padding: 1rem;
	background: #fcf0f1;
	border-left: 4px solid #d63638;
	border-radius: var(--vrm-radius);
}

.vrm-vehicle-card a {
	text-decoration: none;
	color: inherit;
}

.vrm-vehicle-card a:hover {
	color: var(--vrm-primary);
}

.vrm-vehicle-card img {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: var(--vrm-radius);
	margin-bottom: 0.75rem;
}

.vrm-vehicle-specs {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	display: grid;
	gap: 0.35rem;
}

.vrm-vehicle-specs li {
	padding: 0.35rem 0;
	border-bottom: 1px solid #eee;
}

.vrm-vehicle-pricing {
	background: #f6f7f7;
	padding: 1rem 1.25rem;
	border-radius: var(--vrm-radius);
	margin-bottom: 1.5rem;
}

.vrm-vehicle-pricing p {
	margin: 0.25rem 0;
}

.vrm-price-day {
	font-size: 1.15rem;
}

.vrm-vehicle-booking {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e5e5e5;
}

.vrm-vehicle-booking h3 {
	margin-top: 0;
}

.vrm-booking-flow--vehicle .vrm-step-vehicles {
	display: none !important;
}

/* Booking progress steps — Europcar-style cards */
.vrm-booking-steps {
	position: sticky;
	top: 0;
	z-index: 210;
	margin-bottom: 1.25rem;
}

.admin-bar .vrm-booking-steps {
	top: 32px;
}

.vrm-booking-steps__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.65rem;
}

.vrm-booking-steps__item {
	min-width: 0;
}

.vrm-booking-steps__card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 6.75rem;
	padding: 0.85rem 0.9rem 0.75rem;
	background: #fff;
	border: 1px solid #dde3ea;
	border-radius: 4px;
}

.vrm-booking-steps__head {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.55rem;
	padding: 0;
	border: none;
	background: transparent;
	font: inherit;
	color: inherit;
	text-decoration: none;
	cursor: default;
}

button.vrm-booking-steps__head {
	cursor: pointer;
	text-align: left;
}

a.vrm-booking-steps__head:hover .vrm-booking-steps__label {
	color: var(--vrm-booking-step-active, #00802f);
}

.vrm-booking-steps__edit-btn {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0;
	border: none;
	background: transparent;
	color: var(--vrm-booking-step-active, #00802f);
	cursor: pointer;
}

.vrm-booking-steps__marker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 2px;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1;
	background: #eef1f4;
	color: #6b7785;
}

.vrm-booking-steps__check {
	display: block;
}

.vrm-booking-steps__label {
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #6b7785;
	line-height: 1.25;
}

.vrm-booking-steps__body {
	flex: 1;
	min-height: 0;
	font-size: 0.78rem;
	line-height: 1.4;
	color: #6b7785;
}

.vrm-booking-steps__placeholder,
.vrm-booking-steps__hint {
	margin: 0;
	color: #8a96a3;
}

.vrm-booking-steps__rental-summary {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.65rem 0.5rem;
}

.vrm-booking-steps__rental-col {
	min-width: 0;
}

.vrm-booking-steps__rental-label {
	display: block;
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #8a96a3;
	margin-bottom: 0.15rem;
}

.vrm-booking-steps__rental-place {
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	color: #1a2332;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vrm-booking-steps__rental-dt {
	display: block;
	font-size: 0.72rem;
	color: #8a96a3;
	margin-top: 0.1rem;
}

.vrm-booking-steps__vehicle-name {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 800;
	color: #1a2332;
}

.vrm-booking-steps__item--completed .vrm-booking-steps__marker {
	background: #eef1f4;
	color: #6b7785;
}

.vrm-booking-steps__item--completed .vrm-booking-steps__label {
	color: #6b7785;
}

.vrm-booking-steps__item--current .vrm-booking-steps__card {
	border-color: var(--vrm-booking-step-active, #00802f);
	box-shadow: inset 0 0 0 1px var(--vrm-booking-step-active, #00802f);
}

.vrm-booking-steps__item--current .vrm-booking-steps__marker {
	background: var(--vrm-booking-step-active, #00802f);
	color: #fff;
}

.vrm-booking-steps__item--current .vrm-booking-steps__label {
	color: var(--vrm-booking-step-active, #00802f);
}

.vrm-booking-steps__item--upcoming .vrm-booking-steps__marker {
	background: #f4f7fa;
	color: #b0bac5;
}

.vrm-booking-steps__item--upcoming .vrm-booking-steps__label,
.vrm-booking-steps__item--upcoming .vrm-booking-steps__hint {
	color: #b0bac5;
}

.vrm-booking-steps__item--rental_location.is-panel-open .vrm-booking-steps__card {
	border-color: var(--vrm-booking-step-active, #00802f);
	box-shadow: inset 0 0 0 1px var(--vrm-booking-step-active, #00802f);
}

.vrm-booking-steps__item--rental_location.is-panel-open .vrm-booking-steps__marker {
	background: var(--vrm-booking-step-active, #00802f);
	color: #fff;
}

.vrm-booking-steps__item--rental_location.is-panel-open .vrm-booking-steps__label {
	color: var(--vrm-booking-step-active, #00802f);
}

.vrm-fleet-page {
	--vrm-booking-step-active: #00802f;
	--vrm-booking-steps-offset: 0px;
	--vrm-booking-steps-height: 7.5rem;
	--vrm-fleet-subhead-height: 0px;
	--vrm-filters-panel-height: calc(100vh - var(--vrm-booking-steps-offset) - var(--vrm-booking-steps-height) - var(--vrm-fleet-subhead-height) - 2.5rem);
}

.admin-bar .vrm-fleet-page {
	--vrm-booking-steps-offset: 32px;
}

.vrm-fleet-page .vrm-booking-steps {
	top: var(--vrm-booking-steps-offset);
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

.vrm-fleet-page .vrm-fleet-filters {
	top: calc(var(--vrm-booking-steps-offset) + var(--vrm-booking-steps-height) + 1.5rem);
}

@media (max-width: 1024px) {
	.vrm-booking-steps__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.vrm-fleet-page {
		--vrm-booking-steps-height: 6.5rem;
		--vrm-fleet-subhead-height: 3.1rem;
	}

	.vrm-booking-steps__list {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 0.5rem;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.vrm-booking-steps__list::-webkit-scrollbar {
		display: none;
	}

	.vrm-booking-steps__item {
		flex: 0 0 72%;
		max-width: 16rem;
	}

	.vrm-fleet-results-toolbar--subhead {
		position: sticky;
		top: calc(var(--vrm-booking-steps-offset) + var(--vrm-booking-steps-height));
		z-index: 205;
		background: #fff;
		margin-bottom: 0.75rem;
		padding: 0.55rem 0.75rem;
		border-bottom: 1px solid var(--vrm-fleet-border);
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
	}

	.vrm-fleet-results-toolbar--subhead .vrm-fleet-results-count {
		display: none;
	}

	.vrm-fleet-toolbar-actions {
		width: 100%;
		justify-content: space-between;
		margin-left: 0;
	}

	.vrm-fleet-sort {
		flex: 1 1 auto;
		min-width: 0;
	}

	.vrm-fleet-sort__label {
		display: none;
	}

	.vrm-fleet-sort-select {
		min-width: 0;
		width: 100%;
		max-width: 11rem;
		border: none;
		background: transparent;
		padding: 0.35rem 1.5rem 0.35rem 0;
		font-weight: 700;
		font-size: 0.9rem;
		color: #1a2332;
		appearance: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a2332' d='M2.5 4.5 6 8l3.5-3.5'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 0.15rem center;
	}

	.vrm-fleet-filters-toggle {
		flex-shrink: 0;
	}

	.vrm-fleet-page .vrm-fleet-filters {
		top: 1.5rem;
	}
}

@media (max-width: 782px) {
	.admin-bar .vrm-booking-steps,
	.admin-bar .vrm-fleet-page {
		--vrm-booking-steps-offset: 46px;
	}
}

/* Fleet page */
.vrm-fleet-page {
	--vrm-fleet-cta: #f5b800;
	--vrm-fleet-cta-hover: #e5a800;
	--vrm-fleet-badge: #0f4c81;
	--vrm-fleet-radius: 12px;
	--vrm-fleet-radius-sm: 8px;
	--vrm-fleet-shadow: 0 2px 12px rgba(15, 76, 129, 0.08);
	--vrm-fleet-shadow-hover: 0 8px 28px rgba(15, 76, 129, 0.14);
	--vrm-fleet-border: #e8ecf0;
	--vrm-fleet-muted: #5c6670;
	--vrm-fleet-bg: #f4f7fa;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1rem 2rem;
	font-family: inherit;
}

/* Expandable rental location panel — Europcar-style sticky search */
.vrm-fleet-rental-panel {
	display: none;
	margin-bottom: 0;
	--vrm-rental-accent: var(--vrm-booking-step-active, #00802f);
}

.vrm-fleet-rental-panel.is-open {
	display: block;
}

.vrm-fleet-page.is-rental-open .vrm-fleet-rental-panel {
	margin-left: -1rem;
	margin-right: -1rem;
	padding: 0 1rem 0.75rem;
	background: var(--vrm-fleet-bg, #f4f7fa);
}

.vrm-fleet-rental-panel__inner {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.vrm-fleet-rental-panel__sticky {
	background: #fff;
	border: 1px solid var(--vrm-fleet-border);
	border-radius: 4px;
	box-shadow: 0 2px 16px rgba(15, 23, 32, 0.08);
	padding: 1.25rem 1.5rem 1.15rem;
}

.vrm-fleet-page.is-rental-open .vrm-fleet-rental-panel__sticky {
	position: sticky;
	top: calc(var(--vrm-booking-steps-offset, 0px) + var(--vrm-booking-steps-height, 7.5rem) + 0.65rem);
	z-index: 208;
}

.vrm-fleet-rental-panel__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.15rem;
	flex-wrap: wrap;
}

.vrm-fleet-rental-panel__heading {
	margin: 0 0 0.65rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #1a2332;
}

.vrm-fleet-rental-panel__close {
	flex-shrink: 0;
	border: none;
	background: transparent;
	color: var(--vrm-rental-accent);
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	padding: 0.35rem 0;
	text-decoration: none;
	white-space: nowrap;
}

.vrm-fleet-rental-panel__close:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.vrm-fleet-type-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.vrm-fleet-type-pill {
	margin: 0;
	cursor: pointer;
}

.vrm-fleet-type-pill input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.vrm-fleet-type-pill span {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 2.5rem;
	padding: 0.55rem 1.15rem;
	border: 1px solid #dde3ea;
	border-radius: 4px;
	background: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	color: #2c3338;
	transition: all 0.15s ease;
}

.vrm-fleet-type-pill.is-active span {
	background: var(--vrm-rental-accent);
	border-color: var(--vrm-rental-accent);
	color: #fff;
}

.vrm-fleet-type-pill:not(.is-active):hover span {
	border-color: var(--vrm-rental-accent);
	color: var(--vrm-rental-accent);
}

.vrm-fleet-rental-panel__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 1.25rem;
	align-items: start;
}

.vrm-fleet-rental-field--pickup,
.vrm-fleet-rental-field--drop:not(.is-hidden) {
	grid-column: 1 / -1;
}

.vrm-fleet-rental-field__label {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	color: #1a2332;
	margin-bottom: 0.45rem;
}

.vrm-fleet-rental-field__label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-bottom: 0.45rem;
}

.vrm-fleet-rental-field__label-row .vrm-fleet-rental-field__label {
	margin-bottom: 0;
}

.vrm-fleet-rental-field__label-row .vrm-fleet-same-return {
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--vrm-rental-accent);
}

.vrm-fleet-rental-field__control {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	border: 1px solid #dde3ea;
	border-radius: 4px;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.vrm-fleet-rental-field__control:focus-within {
	border-color: var(--vrm-rental-accent);
	box-shadow: 0 0 0 1px var(--vrm-rental-accent);
}

.vrm-fleet-rental-field__icon {
	position: absolute;
	left: 0.75rem;
	color: var(--vrm-rental-accent);
	pointer-events: none;
	z-index: 1;
}

.vrm-fleet-rental-field__control select,
.vrm-fleet-rental-field__control input {
	border: none !important;
	box-shadow: none !important;
	padding-left: 2.35rem !important;
	background: transparent;
}

.vrm-fleet-rental-field__control select:focus,
.vrm-fleet-rental-field__control input:focus {
	outline: none;
	box-shadow: none !important;
}

.vrm-fleet-rental-field--drop.is-hidden {
	display: none;
}

.vrm-fleet-rental-field--drop.is-error .vrm-fleet-rental-field__control,
.vrm-fleet-rental-field.is-error .vrm-fleet-rental-field__control--date {
	border-color: #d63638;
	box-shadow: 0 0 0 1px #d63638;
}

.vrm-fleet-rental-field.is-error .vrm-fleet-datetime-row select {
	border-color: #d63638;
}

.vrm-fleet-same-return {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.8rem;
	color: var(--vrm-fleet-muted);
	cursor: pointer;
	margin: 0;
}

.vrm-fleet-same-return input {
	width: auto;
	margin: 0;
	accent-color: var(--vrm-rental-accent);
}

.vrm-fleet-datetime-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.5rem;
}

.vrm-fleet-datetime-row select {
	min-width: 5.5rem;
	padding-left: 0.65rem !important;
	border: 1px solid #dde3ea;
	border-radius: 4px;
}

.vrm-fleet-field-error {
	margin: 0.35rem 0 0;
	font-size: 0.8rem;
	color: #d63638;
}

.vrm-location-combobox {
	position: relative;
}

.vrm-location-combobox__control {
	width: 100%;
}

.vrm-location-combobox .vrm-location-search-input {
	width: 100%;
	padding-right: 2.25rem !important;
}

/* Beat theme global input[type=text] rules on fleet / booking location fields */
.vrm-location-combobox__control input.vrm-location-search-input[type="text"],
.vrm-fleet-rental-panel .vrm-location-combobox__control input.vrm-location-search-input[type="text"],
.vrm-vd-combobox .vrm-location-combobox__control input.vrm-location-search-input[type="text"] {
	border-radius: 6px !important;
	border: 1px solid var(--vrm-fleet-border, #dde3ea) !important;
	border-width: 1px !important;
	border-style: solid !important;
	background: #fff !important;
	background-color: #fff !important;
	color: #1a2332 !important;
	padding-left: 2.35rem !important;
	padding-right: 2.25rem !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	height: auto !important;
	min-height: 0 !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.vrm-location-combobox__control input.vrm-location-search-input[type="text"]:focus {
	outline: none !important;
	border-color: var(--vrm-fleet-badge, #0f4c81) !important;
	box-shadow: 0 0 0 1px var(--vrm-fleet-badge, #0f4c81) !important;
}

.vrm-location-combobox__control input.vrm-location-search-input[type="text"]:disabled {
	background: #f4f7fb !important;
	background-color: #f4f7fb !important;
	opacity: 0.85;
	cursor: not-allowed;
}

.vrm-location-clear {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	color: var(--vrm-fleet-muted);
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.15rem 0.35rem;
	z-index: 2;
}

.vrm-location-clear:hover {
	color: #1a2332;
}

.vrm-fleet-rental-panel .vrm-location-suggestions {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	z-index: 30;
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	background: #fff;
	border: 1px solid var(--vrm-fleet-border);
	border-radius: var(--vrm-fleet-radius-sm);
	box-shadow: var(--vrm-fleet-shadow);
	max-height: 280px;
	overflow-y: auto;
}

.vrm-fleet-rental-panel .vrm-location-suggestions[hidden] {
	display: none !important;
}

.vrm-location-suggestions__heading {
	padding: 0.45rem 0.85rem 0.25rem;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--vrm-fleet-muted);
}

.vrm-location-suggestions__item {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 0.55rem 0.85rem;
	cursor: pointer;
}

.vrm-location-suggestions__item:hover,
.vrm-location-suggestions__item.is-active {
	background: #f4f7fb;
}

.vrm-location-suggestions__icon {
	flex-shrink: 0;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.15rem;
	border-radius: 50%;
	background: var(--vrm-fleet-badge);
	opacity: 0.85;
}

.vrm-location-suggestions__icon--city {
	border-radius: 2px;
}

.vrm-location-suggestions__icon--poi {
	clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
	border-radius: 0;
}

.vrm-location-suggestions__icon--branch {
	clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
	border-radius: 0;
}

.vrm-location-suggestions__text {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

.vrm-location-suggestions__main {
	font-size: 0.9rem;
	font-weight: 600;
	color: #1a2332;
}

.vrm-location-suggestions__secondary {
	font-size: 0.78rem;
	color: var(--vrm-fleet-muted);
	line-height: 1.35;
}

.vrm-fleet-rental-field--pickup.is-error .vrm-location-combobox__control,
.vrm-fleet-rental-field--drop.is-error .vrm-location-combobox__control {
	border-color: #d63638;
	box-shadow: 0 0 0 1px #d63638;
}

.vrm-fleet-rental-detail {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(220px, 1fr);
	gap: 1.5rem;
	margin-top: 0.85rem;
	padding: 1.25rem 1.5rem;
	background: #fff;
	border: 1px solid var(--vrm-fleet-border);
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(15, 23, 32, 0.06);
}

.vrm-fleet-rental-detail__side {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
}

.vrm-fleet-rental-detail__map {
	width: 100%;
	min-height: 220px;
	border: 1px solid var(--vrm-fleet-border);
	border-radius: var(--vrm-fleet-radius-sm);
	overflow: hidden;
	background: #f4f7fb;
}

.vrm-fleet-rental-detail__map[aria-hidden="true"] {
	display: none;
}

.vrm-fleet-rental-detail[hidden] {
	display: none !important;
}

.vrm-fleet-inline-calendar .flatpickr-calendar {
	position: static !important;
	box-shadow: none !important;
	border: 1px solid var(--vrm-fleet-border);
	border-radius: var(--vrm-fleet-radius-sm);
}

.vrm-fleet-rental-detail__location {
	font-size: 0.85rem;
	color: var(--vrm-fleet-muted);
	max-height: 320px;
	overflow-y: auto;
}

.vrm-fleet-rental-detail__location h4 {
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a2332;
}

.vrm-fleet-rental-detail__location p {
	margin: 0 0 0.75rem;
	line-height: 1.45;
}

.vrm-fleet-rental-detail__hours {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vrm-fleet-rental-detail__hours li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.3rem 0;
	border-bottom: 1px solid #f0f2f5;
	font-size: 0.82rem;
}

.vrm-fleet-rental-detail__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: var(--vrm-fleet-badge);
	font-weight: 600;
	margin-bottom: 0.75rem;
}

.vrm-fleet-rental-panel__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 1rem;
	padding-top: 0;
	border-top: none;
}

.vrm-fleet-rental-panel .vrm-fleet-search-btn {
	min-width: 11rem;
	padding: 0.9rem 2.25rem;
	font-size: 1rem;
	font-weight: 800;
	background: var(--vrm-fleet-cta, #f5b800);
	color: #1a2332;
	border: none;
	border-radius: 4px;
}

.vrm-fleet-rental-panel .vrm-fleet-search-btn:hover {
	background: var(--vrm-fleet-cta-hover, #e5a800);
}

.vrm-fleet-page.is-rental-open {
	--vrm-fleet-rental-sticky-height: 0px;
}

.vrm-fleet-page.is-rental-open .vrm-fleet-results-toolbar--subhead {
	top: calc(var(--vrm-booking-steps-offset, 0px) + var(--vrm-booking-steps-height, 7.5rem) + var(--vrm-fleet-rental-sticky-height, 0px) + 1.25rem);
}

.vrm-fleet-page.is-rental-open .vrm-fleet-filters {
	top: calc(var(--vrm-booking-steps-offset, 0px) + var(--vrm-booking-steps-height, 7.5rem) + var(--vrm-fleet-rental-sticky-height, 0px) + 2rem);
}

.vrm-fleet-page input,
.vrm-fleet-page select {
	width: 100%;
	padding: 0.65rem 0.85rem;
	border: 1px solid var(--vrm-fleet-border);
	border-radius: var(--vrm-fleet-radius-sm);
	background: #fff;
	font-size: 0.95rem;
	color: #1a2332;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.vrm-fleet-page input:focus,
.vrm-fleet-page select:focus {
	outline: none;
	border-color: var(--vrm-fleet-badge);
	box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.12);
}

.vrm-fleet-search-btn {
	flex-shrink: 0;
	min-width: 160px;
	font-weight: 700;
	font-size: 0.95rem;
	padding: 0.75rem 1.5rem;
	border-radius: var(--vrm-fleet-radius-sm);
	transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.vrm-fleet-search-btn:hover {
	background: var(--vrm-fleet-cta-hover) !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(245, 184, 0, 0.35);
}

.vrm-fleet-layout {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 2rem;
	align-items: start;
}

.vrm-fleet-filters {
	position: sticky;
	top: 1.5rem;
}

.vrm-fleet-filters-panel {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--vrm-fleet-border);
	border-radius: var(--vrm-fleet-radius);
	padding: 0;
	box-shadow: var(--vrm-fleet-shadow);
	overflow: hidden;
}

.vrm-fleet-page .vrm-fleet-filters-panel {
	height: var(--vrm-filters-panel-height);
	max-height: var(--vrm-filters-panel-height);
}

.vrm-fleet-filters-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-shrink: 0;
	margin-bottom: 0;
	padding: 1.25rem 1.25rem 0.75rem;
	border-bottom: 1px solid var(--vrm-fleet-border);
	background: #fff;
}

.vrm-fleet-filters-panel__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.25rem 1.25rem 1.25rem;
	overscroll-behavior-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #c5d0db transparent;
}

.vrm-fleet-filters-panel__body::-webkit-scrollbar {
	width: 6px;
}

.vrm-fleet-filters-panel__body::-webkit-scrollbar-thumb {
	background: #c5d0db;
	border-radius: 999px;
}

.vrm-fleet-filters-panel__head h2 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #1a2332;
}

.vrm-fleet-clear-filters {
	flex-shrink: 0;
	border: none;
	background: transparent;
	color: var(--vrm-fleet-badge);
	font-size: 0.8rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
	padding: 0;
}

.vrm-fleet-clear-filters:hover {
	color: #0a3a66;
}

.vrm-fleet-clear-filters[hidden] {
	display: none;
}

.vrm-fleet-filter-hint {
	margin: -0.35rem 0 0.5rem;
	font-size: 0.75rem;
	color: var(--vrm-fleet-muted);
}

.vrm-fleet-price-tiers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.75rem;
}

.vrm-fleet-price-tier-pill {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.vrm-fleet-price-tier-pill input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.vrm-fleet-price-tier-pill span {
	display: inline-block;
	padding: 0.3rem 0.5rem;
	font-size: 0.78rem;
	font-weight: 600;
	border: 1px solid var(--vrm-fleet-border);
	border-radius: 999px;
	background: #fff;
	color: #2c3338;
	transition: all 0.15s ease;
	white-space: nowrap;
}

.vrm-fleet-price-tier-pill:hover span,
.vrm-fleet-price-tier-pill.is-active span,
.vrm-fleet-price-tier-pill input:checked + span {
	background: var(--vrm-fleet-badge);
	border-color: var(--vrm-fleet-badge);
	color: #fff;
}

.vrm-fleet-price-range {
	display: flex;
	align-items: flex-end;
	gap: 0.5rem;
	width: 100%;
}

.vrm-fleet-price-range__field {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	margin: 0;
	min-width: 0;
}

.vrm-fleet-price-range__label {
	display: block;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--vrm-fleet-muted);
	margin-bottom: 0.35rem;
}

.vrm-fleet-price-range__sep {
	align-self: end;
	padding-bottom: 0.65rem;
	color: var(--vrm-fleet-muted);
	font-weight: 600;
	line-height: 1;
	flex-shrink: 0;
}

.vrm-fleet-min-price,
.vrm-fleet-max-price {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding-left: 0.65rem !important;
	padding-right: 0.65rem !important;
	-moz-appearance: textfield;
	appearance: textfield;
}

.vrm-fleet-min-price::-webkit-outer-spin-button,
.vrm-fleet-min-price::-webkit-inner-spin-button,
.vrm-fleet-max-price::-webkit-outer-spin-button,
.vrm-fleet-max-price::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.vrm-fleet-filter-group {
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--vrm-fleet-border);
}

.vrm-fleet-filter-group:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.vrm-fleet-filter-group h3 {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--vrm-fleet-muted);
	margin: 0 0 0.65rem;
}

.vrm-fleet-filter-icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.vrm-fleet-dynamic-filters .vrm-fleet-filter-group:last-child {
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--vrm-fleet-border);
}

.vrm-fleet-filter-option {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
	margin-bottom: 0.4rem;
	cursor: pointer;
	color: #2c3338;
	transition: color 0.15s ease;
}

.vrm-fleet-filter-option:hover {
	color: var(--vrm-fleet-badge);
}

.vrm-fleet-filter-option input {
	width: auto;
	margin: 0;
	accent-color: var(--vrm-fleet-badge);
}

.vrm-fleet-seat-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.vrm-fleet-seat-pill {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.vrm-fleet-seat-pill input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.vrm-fleet-seat-pill span {
	display: inline-block;
	padding: 0.4rem 0.75rem;
	font-size: 0.85rem;
	font-weight: 600;
	border: 1px solid var(--vrm-fleet-border);
	border-radius: 999px;
	background: #fff;
	color: #2c3338;
	transition: all 0.15s ease;
}

.vrm-fleet-seat-pill:hover span,
.vrm-fleet-seat-pill.is-active span {
	background: var(--vrm-fleet-badge);
	border-color: var(--vrm-fleet-badge);
	color: #fff;
}

.vrm-fleet-results-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--vrm-fleet-border);
	flex-wrap: wrap;
}

.vrm-fleet-results-toolbar--subhead {
	margin-bottom: 1.25rem;
}

.vrm-fleet-toolbar-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-left: auto;
}

.vrm-fleet-filters-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5rem 0.9rem;
	border: 2px solid var(--vrm-fleet-badge);
	border-radius: 4px;
	background: #fff;
	color: var(--vrm-fleet-badge);
	font-weight: 700;
	font-size: 0.85rem;
	cursor: pointer;
	line-height: 1.2;
	white-space: nowrap;
	transition: background 0.15s ease, color 0.15s ease;
}

@media (min-width: 901px) {
	.vrm-fleet-filters-toggle {
		display: none;
	}
}

.vrm-fleet-filters-toggle:hover {
	background: rgba(15, 76, 129, 0.06);
}

.vrm-fleet-filters-toggle__icon {
	flex-shrink: 0;
}

.vrm-fleet-filters-backdrop {
	display: none;
}

html.vrm-fleet-filters-open {
	overflow: hidden;
}

.vrm-fleet-results-count {
	margin: 0;
	font-size: 0.95rem;
	color: var(--vrm-fleet-muted);
}

.vrm-fleet-results-count strong {
	color: #1a2332;
	font-size: 1.1rem;
}

.vrm-fleet-sort {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
}

.vrm-fleet-sort__label {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--vrm-fleet-muted);
	white-space: nowrap;
}

.vrm-fleet-sort-select {
	min-width: 190px;
	cursor: pointer;
}

.vrm-fleet-messages {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 1.5rem;
	margin-bottom: 0.75rem;
	font-size: 0.9rem;
}

.vrm-fleet-messages--info {
	color: var(--vrm-fleet-muted);
}

.vrm-fleet-messages--error {
	color: #b32d2e;
}

.vrm-fleet-spinner {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: 2px solid var(--vrm-fleet-border);
	border-top-color: var(--vrm-fleet-badge);
	border-radius: 50%;
	animation: vrm-fleet-spin 0.7s linear infinite;
}

@keyframes vrm-fleet-spin {
	to { transform: rotate(360deg); }
}

.vrm-fleet-list {
	display: grid;
	gap: 1rem;
}

.vrm-fleet-row {
	display: grid;
	grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) minmax(150px, 200px);
	grid-template-areas: "media body price";
	gap: 1.25rem;
	padding: 1.25rem;
	border: 1px solid var(--vrm-fleet-border);
	border-radius: var(--vrm-fleet-radius);
	background: #fff;
	align-items: stretch;
	box-shadow: var(--vrm-fleet-shadow);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vrm-fleet-row > * {
	min-width: 0;
}

.vrm-fleet-row:hover {
	border-color: rgba(15, 76, 129, 0.25);
	box-shadow: var(--vrm-fleet-shadow-hover);
	transform: translateY(-2px);
}

.vrm-fleet-row-media {
	grid-area: media;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--vrm-fleet-radius-sm);
	text-decoration: none;
}

.vrm-fleet-row-media img,
.vrm-fleet-row-placeholder {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: var(--vrm-fleet-radius-sm);
	background: var(--vrm-fleet-bg);
	transition: transform 0.3s ease;
}

.vrm-fleet-row:hover .vrm-fleet-row-media img {
	transform: scale(1.04);
}

.vrm-fleet-row-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--vrm-fleet-muted);
	font-size: 0.85rem;
}

.vrm-fleet-badge--featured {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	background: var(--vrm-fleet-cta);
	color: #1a2332;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.vrm-fleet-row-body {
	grid-area: body;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.vrm-fleet-row-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.vrm-fleet-row-titles {
	min-width: 0;
}

.vrm-fleet-row-title {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
}

.vrm-fleet-row-title a {
	color: #1a2332;
	text-decoration: none;
	transition: color 0.15s ease;
}

.vrm-fleet-row-title a:hover {
	color: var(--vrm-fleet-badge);
}

.vrm-fleet-row-brand {
	margin: 0.15rem 0 0;
	font-size: 0.85rem;
	color: var(--vrm-fleet-muted);
}

.vrm-fleet-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.vrm-fleet-badge {
	display: inline-block;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: var(--vrm-fleet-badge);
	color: #fff;
}

.vrm-fleet-badge--category {
	background: rgba(15, 76, 129, 0.1);
	color: var(--vrm-fleet-badge);
}

.vrm-fleet-feature-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0.5rem 0 0.75rem;
}

.vrm-fleet-feature-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.8rem;
	color: #2c3338;
	padding: 0.35rem 0.65rem;
	background: var(--vrm-fleet-bg);
	border-radius: var(--vrm-fleet-radius-sm);
}

.vrm-fleet-feature-text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.vrm-fleet-feature-label {
	font-size: 0.65rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--vrm-fleet-muted);
}

.vrm-fleet-feature-value {
	font-weight: 600;
}

.vrm-fleet-feature-icon {
	width: 22px;
	height: 22px;
	object-fit: contain;
	flex-shrink: 0;
}

.vrm-fleet-feature-icon--empty {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #dde3ea;
	border-radius: 4px;
}

.vrm-fleet-more {
	margin-top: auto;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--vrm-fleet-badge);
	text-decoration: none;
	transition: color 0.15s ease;
}

.vrm-fleet-more:hover {
	color: #0a3a66;
	text-decoration: underline;
}

.vrm-fleet-row-price {
	grid-area: price;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 0.75rem;
	text-align: right;
	border-left: 1px solid var(--vrm-fleet-border);
	padding-left: 1.25rem;
}

.vrm-fleet-price-box {
	margin-bottom: 0;
	flex-shrink: 0;
}

.vrm-fleet-price-label {
	margin: 0 0 0.15rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--vrm-fleet-muted);
}

.vrm-fleet-price-day {
	font-size: clamp(1.1rem, 2.5vw, 1.45rem);
	font-weight: 800;
	margin: 0;
	color: #1a2332;
	line-height: 1.25;
	word-break: break-word;
}

.vrm-fleet-price-day .woocommerce-Price-amount {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.vrm-fleet-price-unit {
	font-size: 0.8rem;
	font-weight: 500;
	color: var(--vrm-fleet-muted);
	margin-left: 0.15rem;
}

.vrm-fleet-price-trip {
	font-size: 0.8rem;
	color: var(--vrm-fleet-muted);
	margin: 0.35rem 0 0;
	display: flex;
	justify-content: flex-end;
	gap: 0.35rem;
}

.vrm-fleet-price-trip strong {
	color: #1a2332;
}

.vrm-fleet-page .vrm-fleet-select,
.vrm-fleet-page .vrm-fleet-search-btn {
	background: var(--vrm-fleet-cta);
	color: #1a2332;
	border: none;
	font-weight: 700;
	text-align: center;
}

.vrm-fleet-select {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.7rem 1rem !important;
	border-radius: var(--vrm-fleet-radius-sm) !important;
	transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
	white-space: nowrap;
}

.vrm-fleet-select:hover {
	background: var(--vrm-fleet-cta-hover) !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(245, 184, 0, 0.35);
}

.vrm-fleet-empty {
	text-align: center;
	padding: 3rem 1.5rem;
	background: #fff;
	border: 1px dashed var(--vrm-fleet-border);
	border-radius: var(--vrm-fleet-radius);
}

.vrm-fleet-empty__icon {
	font-size: 2.5rem;
	margin-bottom: 0.75rem;
	opacity: 0.6;
}

.vrm-fleet-empty h3 {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	color: #1a2332;
}

.vrm-fleet-empty p {
	margin: 0;
	color: var(--vrm-fleet-muted);
	font-size: 0.95rem;
}

.vrm-fleet-row--skeleton {
	pointer-events: none;
	animation: vrm-fleet-pulse 1.4s ease-in-out infinite;
}

@keyframes vrm-fleet-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.55; }
}

.vrm-fleet-skeleton {
	background: linear-gradient(90deg, #eef2f6 25%, #f8fafc 50%, #eef2f6 75%);
	background-size: 200% 100%;
	animation: vrm-fleet-shimmer 1.2s ease-in-out infinite;
	border-radius: var(--vrm-fleet-radius-sm);
}

@keyframes vrm-fleet-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.vrm-fleet-skeleton--media {
	width: 100%;
	height: 140px;
}

.vrm-fleet-skeleton-body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.vrm-fleet-skeleton--title {
	height: 1.25rem;
	width: 70%;
}

.vrm-fleet-skeleton--line {
	height: 0.85rem;
	width: 90%;
}

.vrm-fleet-skeleton--line.short {
	width: 55%;
}

.vrm-fleet-skeleton--price {
	height: 4rem;
	width: 100%;
}

.vrm-fleet-pagination {
	display: flex;
	gap: 0.4rem;
	margin-top: 1.5rem;
	flex-wrap: wrap;
	justify-content: center;
}

.vrm-fleet-page-btn {
	border: 1px solid var(--vrm-fleet-border);
	background: #fff;
	padding: 0.45rem 0.85rem;
	border-radius: var(--vrm-fleet-radius-sm);
	cursor: pointer;
	font-weight: 600;
	font-size: 0.9rem;
	color: #2c3338;
	transition: all 0.15s ease;
}

.vrm-fleet-page-btn:hover {
	border-color: var(--vrm-fleet-badge);
	color: var(--vrm-fleet-badge);
}

.vrm-fleet-page-btn.is-active {
	background: var(--vrm-fleet-badge);
	color: #fff;
	border-color: var(--vrm-fleet-badge);
}

@media (max-width: 1100px) {
	.vrm-fleet-row {
		grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
		grid-template-areas:
			"media body"
			"price price";
	}

	.vrm-fleet-row-price {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		text-align: left;
		border-left: none;
		border-top: 1px solid var(--vrm-fleet-border);
		padding-left: 0;
		padding-top: 1rem;
	}

	.vrm-fleet-price-box {
		flex: 1 1 auto;
		min-width: min(100%, 200px);
	}

	.vrm-fleet-price-trip {
		justify-content: flex-start;
	}

	.vrm-fleet-select {
		flex: 0 1 auto;
		width: auto;
		min-width: 10rem;
		max-width: 14rem;
		margin-left: auto;
	}
}

@media (max-width: 1024px) {
	.vrm-fleet-rental-detail {
		grid-template-columns: 1fr;
	}

	.vrm-fleet-rental-detail__map {
		min-height: 200px;
	}
}

@media (max-width: 900px) {
	.vrm-fleet-layout {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.vrm-fleet-results-toolbar--subhead {
		display: flex;
	}

	.vrm-fleet-filters-toggle {
		display: inline-flex;
	}

	.vrm-fleet-filters {
		position: static;
	}

	.vrm-fleet-filters-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(15, 23, 32, 0.45);
		z-index: 290;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.25s ease;
	}

	.vrm-fleet-filters.is-open .vrm-fleet-filters-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.vrm-fleet-filters-panel {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		z-index: 300;
		margin: 0;
		height: min(88vh, 36rem);
		max-height: min(88vh, 36rem);
		border-radius: 14px 14px 0 0;
		border-bottom: none;
		transform: translateY(100%);
		visibility: hidden;
		transition: transform 0.28s ease, visibility 0.28s;
	}

	.vrm-fleet-filters.is-open .vrm-fleet-filters-panel {
		display: flex;
		transform: translateY(0);
		visibility: visible;
	}

	.vrm-fleet-row {
		grid-template-columns: 1fr;
		grid-template-areas:
			"media"
			"body"
			"price";
		gap: 1rem;
		padding: 1rem;
	}

	.vrm-fleet-row-media img,
	.vrm-fleet-row-placeholder {
		height: 200px;
	}

	.vrm-fleet-row-price {
		flex-direction: column;
		align-items: stretch;
		text-align: left;
		border-left: none;
		border-top: 1px solid var(--vrm-fleet-border);
		padding-left: 0;
		padding-top: 1rem;
		gap: 0.75rem;
	}

	.vrm-fleet-price-box {
		min-width: 0;
		width: 100%;
	}

	.vrm-fleet-select {
		width: 100%;
		max-width: none;
		min-width: 0;
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.vrm-fleet-price-range {
		flex-wrap: wrap;
	}

	.vrm-fleet-price-range__field {
		flex: 1 1 calc(50% - 0.5rem);
	}

	.vrm-fleet-price-range__sep {
		display: none;
	}
}

@media (max-width: 768px) {
	.vrm-fleet-page.is-rental-open .vrm-fleet-rental-panel {
		margin-left: -0.75rem;
		margin-right: -0.75rem;
		padding: 0 0.75rem 0.65rem;
	}

	.vrm-fleet-rental-panel__sticky {
		padding: 1rem 1rem 0.95rem;
	}

	.vrm-fleet-rental-panel__top {
		flex-direction: column;
		align-items: stretch;
	}

	.vrm-fleet-rental-panel__close {
		align-self: flex-end;
		order: -1;
		margin-bottom: 0.15rem;
	}

	.vrm-fleet-rental-panel__fields {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.vrm-fleet-rental-field--pickup-dt,
	.vrm-fleet-rental-field--return-dt {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.vrm-fleet-rental-panel__footer {
		justify-content: stretch;
	}

	.vrm-fleet-rental-panel .vrm-fleet-search-btn {
		width: 100%;
		min-width: 0;
	}

	.vrm-fleet-datetime-row {
		grid-template-columns: 1fr;
	}

	.vrm-fleet-datetime-row select {
		width: 100%;
		min-width: 0;
	}

	.vrm-fleet-rental-detail {
		padding: 1rem;
	}

	.vrm-fleet-row {
		padding: 0.85rem;
	}

	.vrm-fleet-row-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.vrm-fleet-feature-strip {
		gap: 0.4rem;
	}

	.vrm-fleet-feature-chip {
		flex: 1 1 calc(50% - 0.4rem);
		min-width: 0;
	}

	.vrm-fleet-select {
		padding: 0.85rem 1rem !important;
		font-size: 1rem;
	}
}

/* Fleet single-page wizard step visibility */
.vrm-fleet-page[data-booking-step="protection_extras"] .vrm-fleet-results-toolbar,
.vrm-fleet-page[data-booking-step="protection_extras"] .vrm-fleet-layout,
.vrm-fleet-page[data-booking-step="review"] .vrm-fleet-results-toolbar,
.vrm-fleet-page[data-booking-step="review"] .vrm-fleet-layout {
	display: none;
}

.vrm-fleet-protection-panel[hidden],
.vrm-fleet-review-panel[hidden] {
	display: none !important;
}

.vrm-fleet-page[data-booking-step="protection_extras"] .vrm-fleet-protection-panel {
	display: block;
}

.vrm-fleet-page[data-booking-step="review"] .vrm-fleet-review-panel {
	display: block;
	animation: vrm-review-fade-in 0.4s ease-out;
}

.vrm-fleet-page[data-booking-step="review"] {
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 45%, #eef2f7 100%);
	min-height: 50vh;
	padding-bottom: 2rem;
}

.vrm-fleet-page[data-booking-step="protection_extras"] .vrm-fleet-rental-panel,
.vrm-fleet-page[data-booking-step="review"] .vrm-fleet-rental-panel {
	display: none !important;
}

@keyframes vrm-review-fade-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Vehicle detail booking wizard */
.vrm-vehicle-detail-wizard {
	--vrm-vd-gold: var(--vrm-gold, #c9a227);
	--vrm-vd-green: var(--vrm-booking-step-active, #00802f);
	--vrm-vd-border: #e3e6ea;
	--vrm-vd-muted: #5c6670;
	--vrm-vd-surface: #f7f8fa;
	padding: 0 clamp(0.5rem, 2vw, 1rem) 2rem;
}

.vrm-vehicle-detail-wizard .vrm-booking-flow {
	max-width: none;
	margin: 0;
}

.vrm-vehicle-detail-wizard .vrm-booking-flow label:not(.vrm-vd-same-return) {
	display: block;
	margin-bottom: 0;
}

.vrm-vehicle-detail-wizard .vrm-booking-flow input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.vrm-vehicle-detail-wizard .vrm-booking-flow select {
	width: auto;
	border: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

/* Step progress bar */
.vrm-vd-steps {
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
	padding: 1rem 1.25rem;
	background: #fff;
	border: 1px solid var(--vrm-vd-border);
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(16, 24, 40, 0.05);
}

.vrm-vd-steps__list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0;
}

.vrm-vd-steps__list > li {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.vrm-vd-steps__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	flex: 0 0 auto;
	min-width: 0;
	text-align: center;
	color: var(--vrm-vd-muted);
	font-size: 0.82rem;
	line-height: 1.3;
}

.vrm-vd-steps__item[aria-hidden="true"] {
	flex: 1 1 auto;
	padding-top: 0.95rem;
	min-width: 1.5rem;
	max-width: 6rem;
}

.vrm-vd-steps__connector {
	display: block;
	width: 100%;
	height: 2px;
	background: #dde2e8;
	border-radius: 1px;
	transition: background 0.2s ease;
}

.vrm-vd-steps__item.is-complete + .vrm-vd-steps__item[aria-hidden="true"] .vrm-vd-steps__connector {
	background: var(--vrm-vd-green);
}

.vrm-vd-steps__marker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 2px solid #cfd6de;
	font-weight: 700;
	font-size: 0.85rem;
	background: #fff;
	color: var(--vrm-vd-muted);
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.vrm-vd-steps__label {
	max-width: 7.5rem;
	font-weight: 500;
}

.vrm-vd-steps__item.is-current {
	color: #1a2332;
}

.vrm-vd-steps__item.is-current .vrm-vd-steps__marker {
	border-color: var(--vrm-vd-green);
	background: var(--vrm-vd-green);
	color: #fff;
	box-shadow: 0 2px 8px rgba(0, 128, 47, 0.28);
}

.vrm-vd-steps__item.is-current .vrm-vd-steps__label {
	color: var(--vrm-vd-green);
	font-weight: 700;
}

.vrm-vd-steps__item.is-complete .vrm-vd-steps__marker {
	border-color: var(--vrm-vd-green);
	background: #fff;
	color: var(--vrm-vd-green);
}

.vrm-vd-steps__item.is-complete .vrm-vd-steps__label {
	color: #3d4a57;
}

/* Layout */
.vrm-vehicle-detail-wizard .vrm-detail-layout {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
	gap: clamp(1.25rem, 3vw, 2.5rem);
}

.vrm-vehicle-detail-wizard .vrm-gallery {
	box-shadow: 0 8px 28px rgba(16, 24, 40, 0.08);
	border: none;
}

.vrm-vehicle-detail-wizard .vrm-detail-highlights,
.vrm-vehicle-detail-wizard .vrm-vehicle-description {
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(16, 24, 40, 0.04);
	border-color: var(--vrm-vd-border);
}

.vrm-vehicle-detail-wizard .vrm-detail-highlights {
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

/* Booking card */
.vrm-vehicle-detail-wizard .vrm-vehicle-booking.vrm-booking-card {
	top: 1.25rem;
	padding: 0 0 1.35rem;
	border: 1px solid var(--vrm-vd-border);
	border-radius: 14px;
	box-shadow: 0 10px 36px rgba(16, 24, 40, 0.1);
	overflow: visible;
}

.vrm-vehicle-detail-wizard .vrm-booking-card h2 {
	padding: 1.35rem 1.35rem 0;
	margin-bottom: 0.35rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #1a2332;
}

.vrm-vehicle-detail-wizard .vrm-booking-hint {
	margin: 0 1.35rem 1.1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eef1f4;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--vrm-vd-muted);
}

.vrm-vehicle-detail-wizard .vrm-vd-booking-flow {
	padding: 0 1.35rem;
}

.vrm-vehicle-detail-wizard .vrm-booking-card__accent {
	height: 12px;
	border-radius: 14px 14px 0 0;
	background: linear-gradient(90deg, var(--vrm-vd-green), #00a651);
}

/* Form fields */
.vrm-vd-booking-fields {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.vrm-vd-booking-fields__dates {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.vrm-vd-booking-field {
	min-width: 0;
}

.vrm-vd-booking-field__label {
	display: block;
	font-weight: 600;
	font-size: 0.8rem;
	margin-bottom: 0.4rem;
	color: #3d4a57;
	letter-spacing: 0.01em;
}

.vrm-vd-same-return {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0.15rem 0 0.25rem;
	padding: 0.7rem 0.85rem;
	background: var(--vrm-vd-surface);
	border: 1px solid #e8ecf0;
	border-radius: 10px;
	cursor: pointer;
	font-size: 0.88rem;
	font-weight: 500;
	color: #3d4a57;
	user-select: none;
	transition: border-color 0.15s ease, background 0.15s ease;
	line-height: 1.2;
}

.vrm-vehicle-detail-wizard .vrm-booking-flow label.vrm-vd-same-return {
	display: flex !important;
	align-items: center;
	margin-bottom: 0;
}

.vrm-vd-same-return:hover {
	border-color: #cfd6de;
	background: #f0f3f6;
}

.vrm-vd-same-return-input {
	flex-shrink: 0;
	width: 1.125rem !important;
	height: 1.125rem !important;
	min-width: 1.125rem;
	margin: 0 !important;
	padding: 0 !important;
	border: 2px solid #b8c0c9 !important;
	border-radius: 4px !important;
	background: #fff !important;
	accent-color: var(--vrm-vd-green);
	cursor: pointer;
	vertical-align: middle;
	-webkit-appearance: auto;
	appearance: auto;
}

.vrm-vd-same-return-input:checked {
	border-color: var(--vrm-vd-green) !important;
}

.vrm-vd-same-return__text {
	line-height: 1.35;
	flex: 1;
}

.vrm-vd-booking-field__control {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	width: 100%;
	min-height: 2.75rem;
	border: 1px solid #cfd6de;
	border-radius: 10px;
	padding: 0 0.75rem;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	box-sizing: border-box;
}

.vrm-vd-booking-field__control:focus-within {
	border-color: var(--vrm-vd-green);
	box-shadow: 0 0 0 3px rgba(0, 128, 47, 0.12);
}

.vrm-vd-booking-field__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--vrm-vd-green);
	flex-shrink: 0;
}

.vrm-vd-booking-field__control input,
.vrm-vd-combobox .vrm-location-search-input {
	flex: 1;
	min-width: 0;
	width: 100% !important;
	border: none !important;
	background: transparent !important;
	padding: 0.65rem 0 !important;
	font-size: 0.92rem !important;
	line-height: 1.35;
	color: #1a2332;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.vrm-vd-booking-field__control input::placeholder,
.vrm-vd-combobox .vrm-location-search-input::placeholder {
	color: #9aa3ad;
}

.vrm-vd-combobox {
	position: relative;
	width: 100%;
}

.vrm-vd-combobox .vrm-location-combobox__control {
	width: 100%;
}

.vrm-vd-combobox .vrm-location-clear {
	right: 0.65rem;
	color: #9aa3ad;
}

.vrm-vd-combobox .vrm-location-suggestions {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	z-index: 40;
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	background: #fff;
	border: 1px solid var(--vrm-vd-border);
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(16, 24, 40, 0.12);
	max-height: 240px;
	overflow-y: auto;
}

.vrm-vd-booking-field--drop.is-hidden {
	display: none;
}

.vrm-vd-booking-field.is-error .vrm-vd-booking-field__control,
.vrm-vd-booking-field--pickup.is-error .vrm-location-combobox__control,
.vrm-vd-booking-field--drop.is-error .vrm-location-combobox__control {
	border-color: #d63638;
	box-shadow: 0 0 0 3px rgba(214, 54, 56, 0.12);
}

.vrm-vd-field-error {
	margin: 0.35rem 0 0;
	font-size: 0.8rem;
	color: #d63638;
}

.vrm-vd-continue {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.9rem 1.25rem !important;
	border: none;
	border-radius: 10px !important;
	background: linear-gradient(135deg, var(--vrm-vd-green), #00a651) !important;
	color: #fff !important;
	font-size: 1rem !important;
	font-weight: 700;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 4px 14px rgba(0, 128, 47, 0.28);
}

.vrm-vd-continue:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(0, 128, 47, 0.34);
}

.vrm-vd-continue:active {
	transform: translateY(0);
}

.vrm-vehicle-detail-wizard .vrm-messages {
	margin-top: 0.75rem;
	font-size: 0.88rem;
}

/* Wizard panel visibility */
.vrm-vehicle-detail-wizard[data-booking-step="protection_extras"] .vrm-vd-trip-stage,
.vrm-vehicle-detail-wizard[data-booking-step="review"] .vrm-vd-trip-stage {
	display: none;
}

.vrm-vehicle-detail-wizard .vrm-fleet-protection-panel[hidden],
.vrm-vehicle-detail-wizard .vrm-fleet-review-panel[hidden] {
	display: none !important;
}

.vrm-vehicle-detail-wizard[data-booking-step="protection_extras"] .vrm-fleet-protection-panel {
	display: block;
}

.vrm-vehicle-detail-wizard[data-booking-step="review"] .vrm-fleet-review-panel {
	display: block;
	animation: vrm-review-fade-in 0.4s ease-out;
}

.vrm-vehicle-detail-wizard[data-booking-step="review"] {
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 45%, #eef2f7 100%);
	border-radius: 12px;
}

.vrm-vehicle-detail-wizard .vrm-fleet-review-panel {
	max-width: 1100px;
	margin: 0 auto;
	padding: clamp(1rem, 3vw, 1.5rem) clamp(0.85rem, 4vw, 1.25rem) 3rem;
}

@media (max-width: 900px) {
	.vrm-vehicle-detail-wizard .vrm-detail-layout {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.vrm-vehicle-detail-wizard .vrm-detail-sidebar {
		order: -1;
	}

	.vrm-vehicle-detail-wizard .vrm-vehicle-booking.vrm-booking-card {
		position: static;
		top: auto;
	}

	.vrm-vehicle-detail-wizard .vrm-detail-header {
		margin-bottom: 1rem;
	}
}

@media (max-width: 640px) {
	.vrm-vd-steps {
		padding: 0.85rem 0.75rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.vrm-vd-steps__list {
		min-width: min(100%, 320px);
	}

	.vrm-vd-steps__label {
		font-size: 0.72rem;
		max-width: 5.5rem;
	}

	.vrm-vd-steps__marker {
		width: 1.75rem;
		height: 1.75rem;
		font-size: 0.78rem;
	}

	.vrm-vd-booking-fields__dates {
		grid-template-columns: 1fr;
	}

	.vrm-vehicle-detail-wizard .vrm-detail-highlights {
		display: flex;
		overflow-x: auto;
		gap: 0.65rem;
		padding: 1rem;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.vrm-vehicle-detail-wizard .vrm-highlight-item {
		flex: 0 0 auto;
		min-width: 88px;
		scroll-snap-align: start;
	}
}

@media (max-width: 480px) {
	.vrm-vehicle-detail-wizard {
		padding-left: 0;
		padding-right: 0;
	}

	.vrm-vehicle-detail-wizard .vrm-booking-card h2,
	.vrm-vehicle-detail-wizard .vrm-booking-hint,
	.vrm-vehicle-detail-wizard .vrm-vd-booking-flow {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.vrm-vehicle-detail-wizard .vrm-booking-hint {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

.vrm-fleet-page .vrm-booking-steps {
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--vrm-fleet-bg, #fff);
}

.vrm-fleet-protection-panel .vrm-pe__toolbar--sticky {
	top: var(--vrm-fleet-steps-height, 0);
}

.vrm-fleet-review-panel {
	max-width: 1100px;
	margin: 0 auto;
	padding: clamp(1rem, 3vw, 1.5rem) clamp(0.85rem, 4vw, 1.25rem) 3rem;
	width: 100%;
	box-sizing: border-box;
}

.vrm-booking-flow--fleet-review {
	max-width: none;
	margin: 0;
}

.vrm-fleet-review-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: clamp(1.25rem, 3vw, 2rem);
	align-items: start;
	min-width: 0;
}

.vrm-fleet-review-main,
.vrm-fleet-review-sidebar {
	min-width: 0;
}

.vrm-fleet-review-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
	width: 100%;
}

@container vrm-review-form (max-width: 540px) {
	.vrm-fleet-review-form__grid {
		grid-template-columns: 1fr;
	}
}

@supports not (container-type: inline-size) {
	@media (max-width: 720px) {
		.vrm-fleet-review-form__grid {
			grid-template-columns: 1fr;
		}
	}
}

.vrm-fleet-review-panel__head {
	margin-bottom: 1.75rem;
}

.vrm-fleet-review-panel__badge {
	display: inline-block;
	padding: 0.35rem 0.8rem;
	margin-bottom: 0.7rem;
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--vrm-fleet-badge, #0f4c81);
	background: rgba(15, 79, 129, 0.08);
	border: 1px solid rgba(15, 79, 129, 0.14);
	border-radius: 999px;
}

.vrm-fleet-review-panel__title {
	margin: 0 0 0.45rem;
	font-size: clamp(1.5rem, 4vw, 1.9rem);
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.vrm-fleet-review-panel__subtitle {
	margin: 0;
	max-width: 44ch;
	font-size: 0.95rem;
	color: #64748b;
	line-height: 1.55;
}

.vrm-booking-flow--fleet-review .vrm-step-customer {
	margin: 0;
}

.vrm-fleet-review-form__section {
	position: relative;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 1.5rem 1.5rem 1.35rem;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
	container-type: inline-size;
	container-name: vrm-review-form;
	overflow: hidden;
}

.vrm-fleet-review-form__section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--vrm-fleet-cta, #f5b800), #ffd54f);
}

.vrm-fleet-review-form__section-head {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.35rem;
}

.vrm-fleet-review-form__section-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 10px;
	background: rgba(245, 184, 0, 0.15);
	color: #b8860b;
	flex-shrink: 0;
}

.vrm-fleet-review-form__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: #1a1f2c;
	letter-spacing: -0.01em;
	text-transform: none;
}

.vrm-fleet-review-form__hint {
	margin: 0 0 1.25rem;
	padding-left: 2.9rem;
	font-size: 0.85rem;
	color: #64748b;
	line-height: 1.45;
}

.vrm-booking-flow--fleet-review .vrm-fleet-review-field,
.vrm-fleet-review-field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0 !important;
	min-width: 0;
	width: 100%;
}

.vrm-fleet-review-field--full {
	grid-column: 1 / -1;
}

.vrm-fleet-review-field__label {
	font-size: 0.8125rem;
	font-weight: 600;
	color: #334155;
}

.vrm-fleet-review-field__req {
	color: #e11d48;
	font-weight: 700;
}

.vrm-booking-flow--fleet-review .vrm-fleet-review-field input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0.75rem 1rem;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	font-size: 0.95rem;
	background: #f8fafc;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.vrm-booking-flow--fleet-review .vrm-fleet-review-field input:hover {
	border-color: #b8c4ce;
}

.vrm-booking-flow--fleet-review .vrm-fleet-review-field input:focus {
	outline: none;
	border-color: var(--vrm-fleet-cta, #f5b800);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(245, 184, 0, 0.2);
}

.vrm-booking-flow--fleet-review .vrm-messages {
	margin-top: 1rem;
	padding: 0.75rem 1rem;
	border-radius: 10px;
	font-size: 0.9rem;
}

.vrm-booking-flow--fleet-review .vrm-messages:empty {
	display: none;
}

.vrm-booking-flow--fleet-review .vrm-messages.vrm-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
}

.vrm-booking-flow--fleet-review .vrm-messages.vrm-success {
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	color: #15803d;
}

.vrm-fleet-review-sidebar {
	position: sticky;
	top: calc(var(--vrm-fleet-steps-height, 0px) + 1rem);
}

.vrm-fleet-review-order {
	position: relative;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 1.5rem 1.4rem 1.4rem;
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.vrm-fleet-review-order__accent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #1a5fb4, #3b82f6);
}

.vrm-fleet-review-order__title {
	margin: 0 0 1.15rem;
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #64748b;
}

.vrm-fleet-review-trip-card {
	padding-bottom: 0;
	margin-bottom: 0;
}

.vrm-fleet-review-trip-card__vehicle {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}

.vrm-fleet-review-trip-card__vehicle-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 10px;
	background: #fff;
	color: var(--vrm-fleet-cta, #f5b800);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	flex-shrink: 0;
}

.vrm-fleet-review-trip-card__vehicle-text {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

.vrm-fleet-review-trip-card__vehicle-label {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #94a3b8;
}

.vrm-fleet-review-trip-card__vehicle-name {
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.25;
}

.vrm-fleet-review-trip-card__timeline {
	position: relative;
	display: grid;
	gap: 0;
	padding: 0 0 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px dashed #e2e8f0;
}

.vrm-fleet-review-trip-card__timeline::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 8px;
	bottom: 8px;
	width: 2px;
	background: linear-gradient(180deg, var(--vrm-fleet-cta, #f5b800), #94a3b8);
	border-radius: 2px;
}

.vrm-fleet-review-trip-card__stop {
	position: relative;
	display: flex;
	gap: 0.85rem;
	padding: 0.65rem 0 0.65rem 0.25rem;
}

.vrm-fleet-review-trip-card__dot {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	margin-top: 0.35rem;
	border-radius: 50%;
	background: var(--vrm-fleet-cta, #f5b800);
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px rgba(245, 184, 0, 0.35);
}

.vrm-fleet-review-trip-card__dot--return {
	background: #64748b;
	box-shadow: 0 0 0 2px rgba(100, 116, 139, 0.25);
}

.vrm-fleet-review-trip-card__stop-body {
	display: flex;
	flex-direction: column;
	gap: 0.12rem;
	min-width: 0;
}

.vrm-fleet-review-trip-card__stop-label {
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #94a3b8;
}

.vrm-fleet-review-trip-card__stop-body strong {
	font-size: 0.9rem;
	font-weight: 600;
	color: #0f172a;
}

.vrm-fleet-review-trip-card__stop-body span {
	font-size: 0.8rem;
	color: #64748b;
}

.vrm-booking-flow--fleet-review .vrm-pricing-summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.vrm-review-summary--loading .vrm-review-summary__skeleton-line {
	height: 0.85rem;
	border-radius: 6px;
	background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
	background-size: 200% 100%;
	animation: vrm-review-shimmer 1.2s ease-in-out infinite;
}

.vrm-review-summary--loading .vrm-review-summary__skeleton-line:nth-child(1) {
	width: 72%;
}

.vrm-review-summary--loading .vrm-review-summary__skeleton-line:nth-child(2) {
	width: 58%;
	animation-delay: 0.1s;
}

.vrm-review-summary--loading .vrm-review-summary__skeleton-line:nth-child(3) {
	width: 85%;
	animation-delay: 0.2s;
}

.vrm-review-summary--loading .vrm-review-summary__skeleton-total {
	margin-top: 1rem;
	height: 4.5rem;
	border-radius: 12px;
	background: linear-gradient(90deg, #fef3c7 25%, #fffbeb 50%, #fef3c7 75%);
	background-size: 200% 100%;
	animation: vrm-review-shimmer 1.2s ease-in-out infinite;
	animation-delay: 0.15s;
}

@keyframes vrm-review-shimmer {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

.vrm-review-summary__heading {
	margin: 0 0 0.85rem;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #94a3b8;
}

.vrm-review-summary__lines {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	margin-bottom: 1rem;
}

.vrm-review-summary__line {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	font-size: 0.875rem;
	padding: 0.35rem 0;
}

.vrm-review-summary__line-label {
	color: #475569;
	flex: 1;
	min-width: 0;
}

.vrm-review-summary__included {
	font-style: normal;
	font-size: 0.72rem;
	font-weight: 700;
	color: #16a34a;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.vrm-review-summary__line-amount {
	font-weight: 600;
	color: #0f172a;
	white-space: nowrap;
}

.vrm-review-summary__line--package .vrm-review-summary__line-label {
	color: #64748b;
}

.vrm-review-summary__footer {
	padding-top: 0;
}

.vrm-review-summary__total-box {
	padding: 1rem 1.1rem;
	background: linear-gradient(135deg, #fffbeb 0%, #fef9c3 100%);
	border: 1px solid rgba(245, 184, 0, 0.35);
	border-radius: 12px;
	display: grid;
	gap: 0.45rem;
}

.vrm-review-summary__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.vrm-review-summary__row-label {
	font-size: 0.875rem;
	color: #64748b;
}

.vrm-review-summary__row-value {
	font-size: 0.95rem;
	font-weight: 700;
	color: #0f172a;
}

.vrm-review-summary__row--total .vrm-review-summary__row-label {
	font-weight: 700;
	color: #334155;
	font-size: 0.95rem;
}

.vrm-review-summary__row--total .vrm-review-summary__row-value {
	font-size: 1.35rem;
	font-weight: 800;
	color: #b45309;
	letter-spacing: -0.02em;
}

.vrm-review-summary__row--due {
	padding-top: 0.25rem;
	border-top: 1px dashed rgba(180, 83, 9, 0.25);
}

.vrm-fleet-review-pay {
	margin-top: 1.35rem;
	padding-top: 0;
	border-top: none;
}

.vrm-fleet-review-pay__btn {
	width: 100%;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1rem 1.25rem !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	border-radius: 12px !important;
	background: linear-gradient(135deg, var(--vrm-fleet-cta, #f5b800) 0%, #f59e0b 100%) !important;
	color: #1a1f2c !important;
	border: none !important;
	box-shadow: 0 6px 20px rgba(245, 184, 0, 0.4);
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.vrm-fleet-review-pay__btn:hover {
	filter: brightness(1.03);
	box-shadow: 0 8px 24px rgba(245, 184, 0, 0.5);
	transform: translateY(-2px);
}

.vrm-fleet-review-pay__btn svg {
	opacity: 0.85;
}

.vrm-fleet-review-trust {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.vrm-fleet-review-trust li {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.78rem;
	color: #64748b;
	line-height: 1.35;
}

.vrm-fleet-review-trust svg {
	flex-shrink: 0;
	color: #94a3b8;
}

.vrm-fleet-review-mobile-bar {
	display: none;
}

/* Review step: tighter steps bar on tablet */
.vrm-fleet-page[data-booking-step="review"] .vrm-booking-steps__item {
	min-width: 0;
}

@media (max-width: 1100px) {
	.vrm-fleet-review-layout {
		grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	}
}

@media (max-width: 960px) {
	.vrm-fleet-review-layout {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.vrm-fleet-review-main {
		order: 1;
	}

	.vrm-fleet-review-sidebar {
		position: static;
		order: 2;
	}

	.vrm-fleet-review-form__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.vrm-fleet-review-panel__head {
		margin-bottom: 1.25rem;
	}

	.vrm-fleet-page[data-booking-step="review"] {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.vrm-fleet-review-panel {
		padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
	}

	.vrm-fleet-review-form__section {
		padding: 1.15rem 1rem;
	}

	.vrm-booking-flow--fleet-review .vrm-fleet-review-field input {
		min-height: 44px;
		padding: 0.75rem 0.9rem;
		font-size: 16px;
	}

	.vrm-fleet-review-order {
		padding: 1.15rem 1rem;
	}

	.vrm-fleet-review-sidebar .vrm-fleet-review-pay {
		display: none;
	}

	.vrm-fleet-review-mobile-bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 300;
		padding: 0.75rem clamp(0.85rem, 4vw, 1.25rem);
		padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
		background: rgba(255, 255, 255, 0.97);
		border-top: 1px solid #e8ecf0;
		box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08);
		backdrop-filter: blur(8px);
	}

	.vrm-fleet-review-mobile-bar[hidden] {
		display: none !important;
	}

	.vrm-fleet-review-mobile-bar__total {
		display: flex;
		flex-direction: column;
		gap: 0.1rem;
		min-width: 0;
	}

	.vrm-fleet-review-mobile-bar__label {
		font-size: 0.68rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		color: #9aa5b1;
	}

	.vrm-fleet-review-mobile-bar__amount {
		font-size: 1.1rem;
		font-weight: 800;
		color: var(--vrm-fleet-cta, #f5b800);
		white-space: nowrap;
	}

	.vrm-fleet-review-mobile-bar__btn {
		flex-shrink: 0;
		padding: 0.8rem 1.1rem !important;
		font-size: 0.9rem !important;
		font-weight: 700 !important;
		border-radius: 10px !important;
		background: var(--vrm-fleet-cta, #f5b800) !important;
		color: #1a1f2c !important;
		border: none !important;
		white-space: nowrap;
	}

	.vrm-fleet-review-form__hint {
		padding-left: 0;
	}

	.vrm-fleet-review-trip-card__timeline::before {
		left: 4px;
	}

	.vrm-review-summary__line {
		font-size: 0.8125rem;
	}

	.vrm-review-summary__row--total .vrm-review-summary__row-value {
		font-size: 1.05rem;
	}
}

@media (max-width: 480px) {
	.vrm-fleet-review-panel {
		padding-left: 0.65rem;
		padding-right: 0.65rem;
	}

	.vrm-fleet-review-panel__title {
		font-size: 1.35rem;
	}

	.vrm-fleet-review-panel__subtitle {
		font-size: 0.875rem;
	}

	.vrm-fleet-review-form__section,
	.vrm-fleet-review-order {
		border-radius: 12px;
	}

	.vrm-fleet-review-trip-card__stop {
		padding-left: 0;
	}

	.vrm-review-summary__row--total .vrm-review-summary__row-value {
		font-size: 1.2rem;
	}

	.vrm-fleet-review-mobile-bar__btn {
		padding: 0.75rem 0.9rem !important;
		font-size: 0.85rem !important;
	}
}

.vrm-booking-steps__item[data-step="vehicles"].vrm-booking-steps__item--completed .vrm-booking-steps__card {
	cursor: pointer;
}

.vrm-booking-steps__vehicle-summary,
.vrm-booking-steps__pe-summary {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.vrm-booking-steps__vehicle-price,
.vrm-booking-steps__review-amount {
	color: var(--vrm-fleet-cta, #f5b800);
	font-weight: 700;
}
