/**
 * Versatours Chauffeur reservation flow V2.
 *
 * This file owns only the full /reservations/ experience. The homepage
 * widget remains in booking-widget.css and Chauffeur keeps all functional
 * behavior, validation, pricing, and payment logic.
 *
 * @package Versatours
 * @author Yiannis Makrakis Digital Services
 */


body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 {
	--vt-font-family: var(--e-global-typography-text-font-family, var(--vt-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
	--vt-heading-font-family: var(--e-global-typography-primary-font-family, var(--vt-font-family));
	--vt-primary: #f2a413;
	--vt-primary-hover: #dc9014;
	--vt-primary-soft: #fff5dc;
	--vt-accent: #b97706;
	--vt-text: #17392f;
	--vt-text-strong: #0d3028;
	--vt-muted: #5b6b64;
	--vt-subtle: #98a39c;
	--vt-border: #e5decc;
	--vt-border-strong: #d9cfb9;
	--vt-surface: #fff;
	--vt-surface-soft: #fbf9f4;
	--vt-surface-muted: #f4f1e9;
	--vt-danger: #b42318;
	--vt-radius-sm: 10px;
	--vt-radius: 14px;
	--vt-radius-lg: 20px;
	--vt-radius-shell: 24px;
	--vt-shadow: 0 14px 34px rgba(23, 57, 47, 0.08);
	--vt-shadow-soft: 0 8px 24px rgba(23, 57, 47, 0.06);
	width: 100% !important;
	max-width: 1440px !important;

	/*
		width: min(calc(100% - 32px), 1440px) !important;
	max-width: 1440px !important;


	margin: 24px auto 40px !important;
	padding: clamp(24px, 3vw, 48px) !important;
	*/
	margin: 0 !important;
	padding: clamp(20px, 2.6vw, 38px) !important;
	overflow: visible !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius-shell) !important;
	background: var(--vt-surface) !important;
	box-shadow: var(--vt-shadow-soft) !important;
	color: var(--vt-text) !important;
	font-family: var(--vt-font-family) !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 *,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 *::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 *::after {
	box-sizing: border-box;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 h1,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 h2,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 h3,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 h4,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step-heading-title,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-reservation-intro-title {
	margin: 0 !important;
	color: var(--vt-text-strong) !important;
	font-family: var(--vt-heading-font-family) !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 a,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 button,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 input,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 select,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 textarea {
	font-family: inherit !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 a:focus-visible,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 button:focus-visible,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 input:focus-visible,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 select:focus-visible,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 textarea:focus-visible,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 [tabindex]:focus-visible {
	outline: 3px solid rgba(242, 164, 19, 0.34) !important;
	outline-offset: 2px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-clear-fix::after {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-box-shadow {
	box-shadow: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-hidden {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-reservation-intro {
	display: none;
	margin: 0 0 30px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2[data-vt-current-step="1"] .vt-reservation-intro {
	display: block;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-reservation-intro-kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
	color: var(--vt-accent);
	font-size: 13px;
	font-weight: 700;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-reservation-intro-kicker::after {
	content: "";
	width: 36px;
	height: 2px;
	border-radius: 999px;
	background: var(--vt-primary);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-reservation-intro-title {
	font-size: clamp(30px, 3vw, 42px) !important;
	line-height: 1.08 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-reservation-intro-copy {
	margin: 10px 0 0;
	color: var(--vt-muted);
	font-size: 15px;
}

/* Step navigation */

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 34px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default > ul {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default > ul::before {
	display: none !important;
	content: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li {
	position: relative !important;
	z-index: 1 !important;
	display: grid !important;
	grid-template-columns: 44px max-content minmax(24px, 1fr) !important;
	grid-template-rows: auto !important;
	gap: 0 12px !important;
	align-items: center !important;
	justify-items: stretch !important;
	flex: 1 1 0 !important;
	width: 0 !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	text-align: left !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li:last-child {
	grid-template-columns: 44px max-content !important;
	flex: 0 0 auto !important;
	width: auto !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li::before {
	display: none !important;
	content: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li:not(:last-child)::after {
	content: "" !important;
	position: static !important;
	inset: auto !important;
	display: block !important;
	grid-column: 3 !important;
	grid-row: 1 !important;
	align-self: center !important;
	justify-self: stretch !important;
	width: auto !important;
	height: 3px !important;
	margin: 0 clamp(18px, 2vw, 32px) !important;
	border-radius: 999px !important;
	background: var(--vt-border) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li.chbs-state-selected:not(:last-child)::after {
	background: linear-gradient(90deg, var(--vt-primary) 0 12%, var(--vt-border) 12% 100%) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li.chbs-state-completed:not(:last-child)::after {
	background: var(--vt-primary) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li > div {
	position: relative !important;
	inset: auto !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	display: grid !important;
	justify-self: start !important;
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	place-items: center !important;
	border: 1px solid var(--vt-border-strong) !important;
	border-radius: 50% !important;
	background: var(--vt-surface-soft) !important;
	box-shadow: none !important;
	color: var(--vt-subtle) !important;
	font-size: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li > div::before {
	content: attr(data-vt-step-number);
	font-size: 14px;
	font-weight: 700;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li.chbs-state-selected > div {
	border-color: var(--vt-primary) !important;
	background: var(--vt-primary) !important;
	box-shadow: 0 0 0 5px rgba(242, 164, 19, 0.18) !important;
	color: var(--vt-text) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li.chbs-state-completed > div {
	border-color: var(--vt-text) !important;
	background: var(--vt-text) !important;
	color: var(--vt-surface) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li.chbs-state-completed > div::before {
	content: "✓";
	font-size: 16px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li > a,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li > span {
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	align-self: center !important;
	justify-self: start !important;
	height: auto !important;
	min-height: 44px !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: inherit !important;
	text-align: left !important;
	text-decoration: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default .vt-step-eyebrow {
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	color: var(--vt-subtle) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default .vt-step-label {
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 2px 0 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	color: var(--vt-subtle) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	text-overflow: clip !important;
	white-space: nowrap !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default .chbs-state-selected .vt-step-label,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default .chbs-state-completed .vt-step-label {
	color: var(--vt-text) !important;
}

/* Step shells and headings */

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content {
	overflow: visible !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content > [class*="chbs-main-content-step-"] {
	display: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-2::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3::before {
	content: none !important;
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content > .vt-step-visible {
	display: grid !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step-heading {
	display: block;
	margin: 0 0 22px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2[data-vt-current-step="1"] .vt-step-heading {
	display: none;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step-heading-title {
	font-size: clamp(26px, 2.3vw, 34px) !important;
	line-height: 1.1 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step-heading-copy {
	margin: 6px 0 0;
	color: var(--vt-muted);
	font-size: 14px;
}

/* Shared controls */

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field {
	position: relative !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field > label,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-label,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field label {
	display: block !important;
	width: auto !important;
	margin: 0 0 7px !important;
	padding: 0 !important;
	color: var(--vt-muted) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field input,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field textarea,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field .ui-selectmenu-button {
	display: flex !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 54px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	align-items: center !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius-sm) !important;
	background: var(--vt-surface) !important;
	box-shadow: none !important;
	color: var(--vt-text) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field textarea {
	height: 116px !important;
	padding-top: 14px !important;
	resize: vertical !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .iti.iti--allow-dropdown {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* intl-tel-input (separate dial code mode) sets the tel input's
   padding-left as an inline style so the number clears the flag block;
   the !important field padding above overrides inline styles, which
   stacked the number under the flag. Rebuild the overlay: fixed-width
   flag/dial-code block inside the field with a separator, number to the
   right of it. */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .iti .iti__flag-container {
	position: absolute !important;
	z-index: 2 !important;
	top: 1px !important;
	bottom: 1px !important;
	left: 1px !important;
	display: flex !important;
	width: 96px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: stretch !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .iti .iti__selected-flag {
	display: flex !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 10px 0 16px !important;
	align-items: center !important;
	gap: 7px !important;
	border: 0 !important;
	border-right: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius-sm) 0 0 var(--vt-radius-sm) !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .iti .iti__selected-flag:hover,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background: var(--vt-primary-soft) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .iti .iti__selected-dial-code {
	color: var(--vt-subtle) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .iti input {
	padding-left: 110px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .iti .iti__country-list {
	z-index: 30 !important;
	margin-top: 4px !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius-sm) !important;
	background: var(--vt-surface) !important;
	box-shadow: var(--vt-shadow-soft) !important;
	color: var(--vt-text) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field input:focus,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field textarea:focus,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field .ui-selectmenu-button:focus {
	border-color: var(--vt-primary) !important;
	box-shadow: 0 0 0 3px rgba(242, 164, 19, 0.13) !important;
	outline: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field .ui-selectmenu-button .ui-selectmenu-text {
	display: flex !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center !important;
	color: inherit !important;
	font: inherit !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field .ui-selectmenu-button > .chbs-meta-icon-arrow-vertical-large {
	position: absolute !important;
	top: 50% !important;
	right: 15px !important;
	margin: 0 !important;
	transform: translateY(-50%) !important;
	color: var(--vt-accent) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-tooltip {
	margin-left: 4px !important;
	color: var(--vt-subtle) !important;
	font-size: 12px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 a.chbs-button {
	display: inline-flex !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 22px !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 5px !important;
	border: 1px solid var(--vt-primary) !important;
	border-radius: var(--vt-radius-sm) !important;
	background: var(--vt-primary) !important;
	box-shadow: none !important;
	color: var(--vt-text) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button:hover,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 a.chbs-button:hover {
	border-color: var(--vt-primary-hover) !important;
	background: var(--vt-primary-hover) !important;
	color: var(--vt-text) !important;
	transform: translateY(-1px);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button-style-2,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button-step-prev {
	border-color: var(--vt-border-strong) !important;
	background: var(--vt-surface) !important;
	color: var(--vt-text) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button-style-2:hover,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button-step-prev:hover {
	border-color: var(--vt-accent) !important;
	background: var(--vt-primary-soft) !important;
	color: var(--vt-text) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-navigation-button {
	display: flex !important;
	width: 100% !important;
	margin: 28px 0 0 !important;
	padding: 0 !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px !important;
	border: 0 !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-navigation-button .chbs-button-step-next {
	margin-left: auto !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-notice:not(.chbs-hidden) {
	display: block !important;
	margin: 0 0 18px !important;
	padding: 14px 16px !important;
	border: 1px solid #f4b4ad !important;
	border-radius: var(--vt-radius-sm) !important;
	background: #fff4f2 !important;
	color: var(--vt-danger) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}

/* Step 1 */

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 {
	grid-template-columns: 1fr !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 > .chbs-layout-100 {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 360px) !important;
	gap: 32px !important;
	width: 100% !important;
	margin: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 > .chbs-layout-100 > .chbs-layout-column-left,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 > .chbs-layout-100 > .chbs-layout-column-right {
	display: block !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-tab {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .ui-tabs-panel {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px !important;
	margin: 0 !important;
	padding: 32px !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius-lg) !important;
	background: var(--vt-surface-soft) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-form-label-group,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-form-field-location-switch.chbs-hidden,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-form-field-return-date-time.chbs-hidden {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-form-field-transfer-type {
	grid-column: 1 / -1 !important;
	grid-row: 1 !important;
	width: fit-content !important;
	min-width: 254px !important;
	padding: 4px !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: 999px !important;
	background: var(--vt-surface) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-form-field-transfer-type > label {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-form-field-transfer-type .ui-selectmenu-button {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-transfer-segmented {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 3px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-transfer-segmented button {
	min-height: 40px !important;
	padding: 0 22px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--vt-muted) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

/* The JS marks the active segment with .is-active / aria-checked (the
   control is a radiogroup), not aria-pressed - match all three so the
   active pill always renders filled. */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-transfer-segmented button[aria-pressed="true"],
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-transfer-segmented button[aria-checked="true"],
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-transfer-segmented button.is-active {
	background: var(--vt-text) !important;
	color: var(--vt-surface) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-pickup-date-time {
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-pickup-date-time > .chbs-form-field {
	float: none !important;
	width: auto !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-pickup-location {
	grid-column: 1 / -1 !important;
	grid-row: 3 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-dropoff-location {
	grid-column: 1 / -1 !important;
	grid-row: 4 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-form-field-location-autocomplete input {
	padding-left: 38px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-pickup-location::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-dropoff-location::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 16px;
	bottom: 23px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--vt-primary);
	transform: translateY(50%);
	pointer-events: none;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-dropoff-location::before {
	background: var(--vt-text);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-location-swap {
	position: absolute !important;
	z-index: 8 !important;
	top: 50% !important;
	right: 18px !important;
	display: grid !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-4px) !important;
	place-items: center !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: 50% !important;
	background: var(--vt-surface) !important;
	box-shadow: var(--vt-shadow-soft) !important;
	color: var(--vt-text) !important;
	font-size: 15px !important;
}

/* Roundtrip return date/time: same two-column treatment as the pickup
   date/time row. :not(.chbs-hidden) keeps the hide rule above winning
   in one-way mode. */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-return-date-time:not(.chbs-hidden) {
	grid-column: 1 / -1 !important;
	grid-row: 6 !important;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-return-date-time > .chbs-form-field {
	float: none !important;
	width: auto !important;
	max-width: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-passenger {
	grid-column: 1 / -1 !important;
	grid-row: 5 !important;
	display: block !important;
	width: 100% !important;
}

/* booking-form-base.css draws a person icon on the passenger field for
   the pre-V2 select layout; the V2 stepper replaces it, so the icon
   would float detached next to the stepper. */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field:has(select[name*="passenger_adult"])::after {
	content: none !important;
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-passenger > .chbs-form-field {
	width: 100% !important;
	max-width: 420px !important;
}

/* The jQuery UI selectmenu widget's own display:flex !important (the
   shared .chbs-form-field .ui-selectmenu-button rule) beats the [hidden]
   attribute the JS sets, same as the transfer-type selectmenu above. */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-passenger .ui-selectmenu-button {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-passenger-stepper {
	display: grid;
	grid-template-columns: 48px minmax(100px, 1fr) 48px;
	max-width: 290px;
	height: 54px;
	overflow: hidden;
	border: 1px solid var(--vt-border);
	border-radius: var(--vt-radius-sm);
	background: var(--vt-surface);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-passenger-stepper-value {
	display: flex;
	height: 52px;
	align-items: center;
	justify-content: center;
	color: var(--vt-text);
	font-size: 15px;
	font-weight: 700;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-passenger-stepper-button {
	display: grid !important;
	width: 48px !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 !important;
	place-items: center !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--vt-accent) !important;
	font-size: 20px !important;
	font-weight: 500 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-passenger-stepper-button:hover {
	background: var(--vt-primary-soft) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 > .chbs-layout-100 > .chbs-layout-column-right {
	position: relative !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary {
	display: block !important;
	padding: 28px !important;
	border: 0 !important;
	border-radius: var(--vt-radius-lg) !important;
	background: var(--vt-text) !important;
	box-shadow: none !important;
	color: var(--vt-surface) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary-title {
	margin: 0 0 22px !important;
	color: var(--vt-surface) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary-route {
	position: relative;
	display: grid;
	gap: 18px;
	margin-bottom: 20px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary-route::before {
	content: "";
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 5px;
	width: 1px;
	background: rgba(255, 255, 255, 0.35);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary-route-row {
	position: relative;
	padding-left: 28px;
	color: var(--vt-surface);
	font-size: 13px;
	line-height: 1.45;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary-route-row::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 0;
	width: 11px;
	height: 11px;
	border: 2px solid var(--vt-text);
	border-radius: 50%;
	background: var(--vt-primary);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary-route-dropoff::before {
	background: var(--vt-surface);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary-route-label {
	display: block;
	margin-bottom: 4px;
	color: #b8c9c3;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary-chips {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
	margin: 0 0 10px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary-chip {
	padding: 12px !important;
	border-radius: var(--vt-radius-sm) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: var(--vt-surface) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary-chip-label {
	display: block;
	margin-bottom: 3px;
	color: #b8c9c3;
	font-size: 10px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary-distance {
	padding: 10px 12px !important;
	border-radius: var(--vt-radius-sm) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #d6e0dc !important;
	font-size: 12px !important;
}

/* Roundtrip: the JS drops the same Outbound/Return legs used on steps
   2-3 into the panel (before the chips) and marks the panel with
   vt-summary-has-roundtrip-details; the legs replace the single route
   block and the outbound-only date chip. Leg styling itself comes from
   the shared .vt-roundtrip-route-* rules in the Booking summary section. */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary.vt-summary-has-roundtrip-details .vt-step1-summary-route {
	display: none;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary.vt-summary-has-roundtrip-details .vt-step1-summary-chips {
	grid-template-columns: 1fr !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary.vt-summary-has-roundtrip-details .vt-step1-summary-chip:has(.vt-step1-summary-datetime) {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary .vt-roundtrip-route-summary {
	margin-bottom: 20px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-google-map,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-ride-info {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 > .chbs-main-content-navigation-button {
	margin-top: 24px !important;
}

/* Step 2 layout */

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-2 {
	grid-template-columns: minmax(0, 1fr) minmax(310px, 360px) !important;
	column-gap: 32px !important;
	align-items: start !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-2 > .vt-step-heading {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-2 > .chbs-layout-25x75 {
	display: contents !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-2 .chbs-layout-25x75 > .chbs-layout-column-right {
	grid-column: 1 !important;
	grid-row: 2 !important;
	display: block !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/*
 * Not sticky: position:sticky grid items don't reliably contribute their
 * full rendered height to the grid's implicit row-track sizing in this
 * browser (Chromium) once the sidebar's content grows past a single
 * screenful - the row (and the nav-buttons row that follows it) gets
 * sized as if the sidebar were shorter than it actually renders, so the
 * nav buttons visually overlap the sidebar's overflowing lower portion.
 * Reproduced with two unrelated triggers (roundtrip legs, a longer
 * extras list) - a genuine sticky+grid interaction, not something tied
 * to either feature - so this drops stickiness unconditionally rather
 * than special-casing each trigger. Static + natural height sidesteps
 * the bug entirely and is also simpler than the previous sticky/capped/
 * scrollable version.
 */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-booking-sidebar {
	grid-column: 2 !important;
	grid-row: 2 !important;
	position: static !important;
	display: grid !important;
	gap: 18px !important;
	width: auto !important;
	min-width: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	align-self: start !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-booking-sidebar > .chbs-layout-column-left {
	display: block !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list > ul {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list > ul > li {
	display: flex !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list .chbs-vehicle {
	position: relative !important;
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 300px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius) !important;
	background: var(--vt-surface) !important;
	box-shadow: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list .chbs-vehicle:hover {
	border-color: var(--vt-border-strong) !important;
	box-shadow: var(--vt-shadow-soft) !important;
	transform: translateY(-2px);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list .chbs-vehicle.vt-is-selected {
	border: 2px solid var(--vt-primary) !important;
	box-shadow: 0 12px 28px rgba(242, 164, 19, 0.13) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list .chbs-vehicle.vt-is-selected::before {
	content: "✓ Selected";
	position: absolute;
	z-index: 3;
	top: 12px;
	left: 12px;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--vt-primary);
	color: var(--vt-text);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-image {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 7.7 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 0 !important;
	background: var(--vt-surface-muted) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	object-fit: cover !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	grid-template-areas:
		"title title"
		"meta meta"
		"price button" !important;
	gap: 12px !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 16px !important;
	align-items: end !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-header {
	display: contents !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-header > span:first-child {
	grid-area: title !important;
	display: block !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--vt-text) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-transform: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-price {
	grid-area: price !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--vt-text) !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-price * {
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta {
	grid-area: meta !important;
	display: flex !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center !important;
	justify-content: flex-start !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta > div,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info > div {
	display: flex !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center !important;
	gap: 0 !important;
	color: var(--vt-muted) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info [class*="chbs-meta-icon-"] {
	display: inline-flex !important;
	width: 25px !important;
	height: 28px !important;
	margin: 0 !important;
	padding-left: 7px !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 999px 0 0 999px !important;
	background: var(--vt-surface-muted) !important;
	color: var(--vt-muted) !important;
	font-size: 13px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info [class*="chbs-meta-icon-"]:not(:first-child) {
	margin-left: 7px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info .chbs-circle {
	display: inline-flex !important;
	width: auto !important;
	min-width: 0 !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 9px 0 3px !important;
	align-items: center !important;
	border: 0 !important;
	border-radius: 0 999px 999px 0 !important;
	background: var(--vt-surface-muted) !important;
	color: var(--vt-text) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-header > .chbs-button {
	grid-area: button !important;
	min-width: 86px !important;
	min-height: 38px !important;
	padding: 0 15px !important;
	border-color: var(--vt-text) !important;
	background: var(--vt-surface) !important;
	color: var(--vt-text) !important;
	font-size: 12px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle.vt-is-selected .chbs-vehicle-content-header > .chbs-button {
	border-color: var(--vt-text) !important;
	background: var(--vt-text) !important;
	color: var(--vt-surface) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-header > .chbs-button .chbs-meta-icon-tick {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-description {
	grid-column: 1 / -1 !important;
	margin: 0 !important;
	color: var(--vt-muted) !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info .chbs-button,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta .chbs-button {
	min-height: 28px !important;
	margin-right: 8px !important;
	padding: 0 9px !important;
	border-color: var(--vt-border) !important;
	border-radius: 999px !important;
	background: var(--vt-surface) !important;
	color: var(--vt-muted) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info .chbs-button [class*="chbs-meta-icon-"],
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta .chbs-button [class*="chbs-meta-icon-"] {
	width: 12px !important;
	height: 12px !important;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	font-size: 12px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-mobile-vehicle-toggle {
	display: none;
}

/* Booking summary */

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-booking-sidebar .chbs-summary,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 > .chbs-layout-column-left {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary.vt-booking-summary {
	display: block !important;
	padding: 28px !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: var(--vt-radius-lg) !important;
	background: var(--vt-text) !important;
	box-shadow: none !important;
	color: var(--vt-surface) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-header {
	display: block !important;
	margin: 0 0 22px !important;
	padding: 0 !important;
	border: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-header h4 {
	color: var(--vt-surface) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-header h4::after {
	content: "";
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-service-type,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-transfer-type,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-total-distance,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-total-time,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-vehicle,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-extra-options,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-price-element-pay:empty {
	display: none !important;
}

/*
 * This readonly route map (built by updateContactRouteMap() /
 * renderContactRouteMap() in chauffeur-luxury.js) is inserted right
 * after .chbs-summary inside the same summary column, so it renders
 * directly under the summary text. It used to be styled in
 * chauffeur-luxury-main.css, which stopped being enqueued when the CSS
 * was split into base/widget/reservation files on 2026-07-26 (see
 * themes/versatours/inc/enqueue.php); this file was left with only a
 * bare hide rule that had been bundled into the unrelated selector
 * list above, so the map kept building correctly in the DOM but was
 * invisible. Kept intentionally compact/small per request.
 */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-contact-route-map {
	position: relative !important;
	display: block !important;
	overflow: hidden !important;
	width: 100% !important;
	height: 150px !important;
	min-height: 150px !important;
	margin: var(--vt-space-3) 0 var(--vt-space-3) !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius) !important;
	background: #f6f9fd !important;
	box-shadow: none !important;
	pointer-events: none !important;
	touch-action: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-contact-route-map[hidden] {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-contact-route-map-canvas {
	width: 100% !important;
	height: 150px !important;
	min-height: 150px !important;
	pointer-events: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-contact-route-map.vt-route-map-loading::after {
	content: "Loading route map...";
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: rgba(246, 249, 253, .82);
	color: var(--vt-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	pointer-events: none;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-contact-route-map iframe,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-contact-route-map canvas,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-contact-route-map .gm-style {
	pointer-events: none !important;
	touch-action: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-field {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-pickup-location,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-drop-off-location {
	position: relative !important;
	display: block !important;
	padding-left: 28px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-pickup-location {
	margin-bottom: 18px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-pickup-location::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-drop-off-location::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 0;
	width: 11px;
	height: 11px;
	border: 2px solid var(--vt-surface);
	border-radius: 50%;
	background: var(--vt-primary);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-pickup-location::after {
	content: "";
	position: absolute;
	top: 14px;
	bottom: -22px;
	left: 5px;
	width: 1px;
	background: rgba(255, 255, 255, 0.32);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-drop-off-location::before {
	background: var(--vt-surface);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-field-name {
	margin: 0 0 3px !important;
	padding: 0 !important;
	color: #b8c9c3 !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.07em !important;
	text-transform: uppercase !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-field-value {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--vt-surface) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-meta-row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-meta-row .chbs-summary-field {
	padding: 12px !important;
	border-radius: var(--vt-radius-sm) !important;
	background: rgba(255, 255, 255, 0.08) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-booking-sidebar .vt-summary-pickup-date-time::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-booking-sidebar .vt-summary-passengers::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-booking-sidebar .vt-summary-suitcases::before {
	background: var(--vt-surface) !important;
	color: var(--vt-surface) !important;
}

body.theme-versatours .pac-container.vt-pac-dismissed {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-distance-time-text {
	display: block !important;
	margin: 10px 0 0 !important;
	padding: 10px 12px !important;
	border: 0 !important;
	border-radius: var(--vt-radius-sm) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #d6e0dc !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-selection-note {
	display: grid !important;
	gap: 10px !important;
	margin: 18px 0 0 !important;
	padding: 16px 0 0 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
	background: transparent !important;
	color: var(--vt-surface) !important;
	font-size: 13px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-selection-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	color: var(--vt-surface);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-selection-row span:last-child {
	flex: 0 0 auto;
	font-weight: 700;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-selection-row.vt-summary-extra {
	color: #b8c9c3;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-empty {
	color: #cbd6d2;
	line-height: 1.45;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-price-element {
	display: block !important;
	width: 100% !important;
	margin: 18px 0 0 !important;
	padding: 18px 0 0 !important;
	border: 0 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2:not(.vt-has-selected-vehicle) .chbs-main-content-step-2 .chbs-summary-price-element {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-price-element > div {
	display: flex !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 4px 0 !important;
	align-items: baseline !important;
	justify-content: space-between !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--vt-surface) !important;
	font-size: 13px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-price-element-vehicle-fee {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-price-element-total {
	margin-top: 8px !important;
	font-weight: 800 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary-price-element-total span:last-child {
	color: var(--vt-primary) !important;
	font-size: 23px !important;
}

/* Roundtrip summary. chauffeur-luxury.js builds .vt-roundtrip-route-summary
   (an "Outbound transfer" leg + a "Return transfer" leg, each with a
   date/time line and both locations) and marks the summary with
   .vt-summary-has-roundtrip-details. The two legs replace the single
   route rows and the single pickup-date chip, which only cover the
   outbound direction. Each leg reuses the sidebar's dot-route treatment. */

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-has-roundtrip-details .vt-summary-pickup-location,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-has-roundtrip-details .vt-summary-drop-off-location,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-has-roundtrip-details .vt-summary-return-date-time,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-has-roundtrip-details .vt-summary-meta-row .vt-summary-pickup-date-time,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-passengers {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-summary-has-roundtrip-details .vt-summary-meta-row {
	grid-template-columns: 1fr !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-summary {
	display: grid;
	gap: 20px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-leg + .vt-roundtrip-route-leg {
	margin-top: 2px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-heading {
	margin-bottom: 10px;
	color: var(--vt-primary);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-line {
	display: block;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-label {
	display: block;
	margin: 0 0 3px;
	color: #b8c9c3;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-value {
	display: block;
	color: var(--vt-surface);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

/* Leg children: [1] heading, [2] date/time, [3] pickup, [4] drop-off. */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-line:nth-child(2) {
	margin-bottom: 14px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-line:nth-child(3),
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-line:nth-child(4) {
	position: relative;
	padding-left: 28px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-line:nth-child(3) {
	margin-bottom: 16px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-line:nth-child(3)::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-line:nth-child(4)::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 0;
	width: 11px;
	height: 11px;
	border: 2px solid var(--vt-surface);
	border-radius: 50%;
	background: var(--vt-primary);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-line:nth-child(3)::after {
	content: "";
	position: absolute;
	top: 12px;
	bottom: -20px;
	left: 5px;
	width: 1px;
	background: rgba(255, 255, 255, 0.32);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-roundtrip-route-line:nth-child(4)::before {
	background: var(--vt-surface);
}

/* Extras */

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra {
	grid-column: 1 !important;
	width: 100% !important;
	margin: 30px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-header {
	display: block !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--vt-text) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-header .chbs-meta-icon-cart {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list > ul {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list > ul > li {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 44px !important;
	min-height: 92px !important;
	margin: 0 !important;
	padding: 14px !important;
	align-items: center !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius) !important;
	background: var(--vt-surface-soft) !important;
	box-shadow: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list > ul > li:has(.chbs-state-selected) {
	border-color: var(--vt-primary) !important;
	background: var(--vt-primary-soft) !important;
}

/*
 * Flex, not grid. Chauffeur omits the .chbs-column-1-left element
 * entirely for an extra that has no image (e.g. "Bodyguard Service").
 * With a two-track grid the text block then landed in the 50px image
 * track and wrapped one or two characters per line. With flex, a
 * missing image simply means the text takes the full width.
 */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-1 {
	display: flex !important;
	gap: 12px !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-1-left {
	display: block !important;
	flex: 0 0 50px !important;
	width: 50px !important;
	height: 54px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-1-left img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-1-right {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 2px 8px !important;
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 5px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-form-extra-name {
	color: var(--vt-text) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-form-extra-price {
	color: var(--vt-accent) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-form-extra-description {
	grid-column: 1 / -1 !important;
	color: var(--vt-subtle) !important;
	font-size: 11px !important;
	line-height: 1.4 !important;
}

/*
 * .chbs-column-2 holds the quantity stepper CHBS renders for any extra
 * with "Quantity" enabled in wp-admin: <div class="chbs-column-2"><div
 * class="chbs-form-field"><label>Number</label><div
 * class="chbs-quantity-section"><span class="...chbs-meta-icon-minus">
 * <input type="text" data-quantity-max="N"><span
 * class="...chbs-meta-icon-plus"></div></div></div> - see
 * CHBS.BookingForm.class.php (search "quantity-section"). Extras without
 * quantity enabled render an empty column-2, already hidden by the
 * :empty rule in booking-form-base.css.
 *
 * CHBS's own public.css positions the +/- spans with position:absolute
 * and negative margins to stack them as up/down arrows over a wide
 * input (built for a much wider single-column list). That collapses
 * into overlapping icons in our compact 2-up card grid, so every
 * property that matters for layout is reset here rather than layered
 * on top of it - .chbs-form-field's global 28px bottom margin and
 * uppercase <label> styling are reset too, since both are sized for
 * full-width contact fields elsewhere on this form, not a small inline
 * stepper next to a select button.
 */
/*
 * Chauffeur's own public.css gives .chbs-column-2 a table-cell border
 * (and a 15% width) from its original table-style extras layout - that
 * is the dark full-width box that appeared around the stepper. Strip
 * the box entirely and let it shrink to the stepper's own width; the
 * pill styling below is the only visible chrome we want here.
 */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-2:not(:empty) {
	grid-column: 1 / -1 !important;
	width: fit-content !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-2 .chbs-form-field {
	width: fit-content !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-2 .chbs-form-field::after {
	content: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-2 label {
	display: block !important;
	margin: 0 0 4px !important;
	color: var(--vt-subtle) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-quantity-section {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	height: 30px !important;
	overflow: hidden !important;
	border: 1px solid var(--vt-border-strong) !important;
	border-radius: 999px !important;
	background: var(--vt-surface) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-quantity-section-button {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	z-index: auto !important;
	display: grid !important;
	width: 28px !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	place-items: center !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--vt-accent) !important;
	font-size: 15px !important;
	line-height: 28px !important;
	text-align: center !important;
	cursor: pointer !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-quantity-section-button:hover {
	background: var(--vt-primary-soft) !important;
}

/*
 * Draw the -/+ glyphs ourselves instead of using Chauffeur's icon font.
 *
 * public.css gives every .chbs-meta-icon-* span font-family:'chbs-meta-icon'
 * with the glyphs mapped to private-use code points, then adds
 * `.chbs-quantity-section-button:before { height:100%; line-height:100% }`
 * around line 2827. line-height:100% resolves against font-size, not the
 * button, so the pseudo-element's line box ends up shorter than the icon
 * font's own ascent+descent. The half-leading goes negative and lifts the
 * glyph ink above the middle of the button - which is why the - and + sat
 * higher than the "1" between them, and by different amounts from each
 * other, since the two glyphs have different ink heights in that font.
 *
 * Centring the element cannot fix that: place-items centres the line box,
 * and the ink is off-centre inside the line box. So the icon font is
 * replaced here with ordinary typographic characters in the form's own
 * font - U+2212 MINUS SIGN, which is drawn on the same optical axis as
 * "+", rather than a hyphen. Both then centre with the digit for free.
 * This mirrors what .chbs-column-3 .chbs-button already does for the round
 * add button, which is why that one has always looked correct.
 */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-quantity-section-button {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
	line-height: 1 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-quantity-section-button::before {
	content: "\2212" !important;
	display: block !important;
	height: auto !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-quantity-section-button[data-step="1"]::before {
	content: "+" !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-quantity-section input[type="text"] {
	width: 30px !important;
	min-height: 28px !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-right: 1px solid var(--vt-border) !important;
	border-left: 1px solid var(--vt-border) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--vt-text) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-align: center !important;
}

/*
 * Explicit grid placement for the three cells of an extras card, at every
 * width. Nothing placed .chbs-column-3, and booking-form-base.css spans
 * .chbs-column-1 across 1 / -1 while .chbs-column-2 spans it too, so
 * auto-flow had no cell left on the first two rows and pushed the round
 * "+" add button onto a third row in the wide left-hand track. That is
 * why it rendered underneath the quantity stepper rather than beside the
 * card, stacking two plus signs that mean different things.
 *
 * Row 1 is the extra itself with the add button in the narrow track that
 * was always reserved for it; row 2 is the quantity stepper, full width
 * underneath. Both controls stay visible at all times - this is a
 * placement fix only.
 */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-1 {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-2:not(:empty) {
	grid-row: 2 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-3 {
	display: block !important;
	width: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	align-self: center !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-3 .chbs-button {
	position: relative !important;
	display: grid !important;
	width: 36px !important;
	min-width: 36px !important;
	height: 36px !important;
	min-height: 36px !important;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
	place-items: center !important;
	overflow: hidden !important;
	border: 1px solid var(--vt-border-strong) !important;
	border-radius: 50% !important;
	background: var(--vt-surface) !important;
	color: transparent !important;
	font-size: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-3 .chbs-button::before {
	content: "+";
	color: var(--vt-accent);
	font-size: 19px;
	font-weight: 500;
	line-height: 30px;;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-3 .chbs-button.chbs-state-selected {
	border-color: var(--vt-primary) !important;
	background: var(--vt-primary) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-3 .chbs-button.chbs-state-selected::before {
	content: "✓";
	color: var(--vt-text);
	font-size: 15px;
	font-weight: 800;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-3 .chbs-meta-icon-tick {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-2 > .chbs-main-content-navigation-button {
	grid-column: 1 / -1 !important;
	grid-row: 3 !important;
	position: relative !important;
	z-index: 2 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-booking-extra-proxy {
	width: 100%;
	margin-top: 24px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-heading {
	margin: 0 0 14px !important;
	color: var(--vt-text);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-list > li {
	position: relative;
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr) 36px;
	gap: 12px;
	min-height: 92px;
	padding: 14px;
	align-items: center;
	border: 1px solid var(--vt-border);
	border-radius: var(--vt-radius);
	background: var(--vt-surface-soft);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-list > li.vt-is-selected {
	border-color: var(--vt-primary);
	background: var(--vt-primary-soft);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-image {
	display: block;
	width: 50px;
	height: 54px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2px 8px;
	min-width: 0;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-content strong {
	color: var(--vt-text);
	font-size: 13px;
	line-height: 1.3;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-price {
	color: var(--vt-accent);
	font-size: 12px;
	font-weight: 700;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-content small {
	grid-column: 1 / -1;
	color: var(--vt-subtle);
	font-size: 11px;
	line-height: 1.4;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-button {
	display: grid;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--vt-border-strong);
	border-radius: 50%;
	background: var(--vt-surface);
	color: var(--vt-accent);
	font: inherit;
	font-size: 19px;
	cursor: pointer;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-list > li.vt-is-selected .vt-extra-proxy-button {
	border-color: var(--vt-primary);
	background: var(--vt-primary);
	color: var(--vt-text);
	font-size: 15px;
	font-weight: 800;
}

/*
 * The sidebar's "Extra options" card is a separate copy this theme
 * builds in JS (syncBookingExtrasProxy() in chauffeur-luxury.js) - the
 * real Chauffeur-rendered list below is force-hidden at >=768px (see
 * the media query right after this block), so this proxy is the only
 * quantity control desktop visitors can see for a quantity-enabled
 * extra. It mirrors clicks back onto Chauffeur's real +/- buttons in
 * the hidden original list, the same way its select button already
 * mirrors onto the real select button.
 */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-quantity {
	display: inline-flex;
	grid-column: 1 / -1;
	width: fit-content;
	align-items: center;
	margin-top: 2px;
	overflow: hidden;
	border: 1px solid var(--vt-border-strong);
	border-radius: 999px;
	background: var(--vt-surface);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-quantity-button {
	display: grid;
	width: 26px;
	height: 26px;
	padding: 0;
	place-items: center;
	border: 0;
	background: transparent;
	color: var(--vt-accent);
	font: inherit;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-quantity-button:hover {
	background: var(--vt-primary-soft);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-quantity-value {
	display: inline-flex;
	min-width: 22px;
	height: 26px;
	align-items: center;
	justify-content: center;
	border-right: 1px solid var(--vt-border);
	border-left: 1px solid var(--vt-border);
	color: var(--vt-text);
	font-size: 12px;
	font-weight: 700;
}

@media (min-width: 768px) {
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-layout-column-right > .chbs-booking-extra {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-list {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}
}

/* Step 3 */

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 {
	grid-template-columns: 1fr !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .vt-step-heading {
	display: block !important;
	margin-bottom: 24px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 360px) !important;
	gap: 32px !important;
	width: 100% !important;
	margin: 0 !important;
	align-items: start !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 > .chbs-layout-column-right {
	grid-column: 1 !important;
	grid-row: 1 !important;
	display: grid !important;
	gap: 20px !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Not sticky: same sticky+grid row-sizing bug as the step-2 sidebar
   above (see the comment there) - static + natural height avoids it. */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 > .chbs-layout-column-left {
	grid-column: 2 !important;
	grid-row: 1 !important;
	position: static !important;
	display: block !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .chbs-client-form,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .chbs-client-form-sign-up,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .chbs-client-form-sign-up > .chbs-box-shadow {
	display: grid !important;
	gap: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px !important;
	margin: 0 !important;
	padding: 0 32px 18px !important;
	border-right: 1px solid var(--vt-border) !important;
	border-left: 1px solid var(--vt-border) !important;
	background: var(--vt-surface-soft) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary-first {
	padding-top: 28px !important;
	border-top: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius-lg) var(--vt-radius-lg) 0 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary-last {
	margin-bottom: 20px !important;
	padding-bottom: 28px !important;
	border-bottom: 1px solid var(--vt-border) !important;
	border-radius: 0 0 var(--vt-radius-lg) var(--vt-radius-lg) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary .chbs-form-label-group {
	grid-column: 1 / -1 !important;
	margin: 0 0 4px !important;
	color: var(--vt-text) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-transform: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary > .chbs-form-field {
	float: none !important;
	width: auto !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary-last > .chbs-form-field {
	grid-column: 1 / -1 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-heading-row {
	display: flex !important;
	margin: 0 !important;
	padding: 28px 32px 12px !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	border: 1px solid var(--vt-border) !important;
	border-bottom: 0 !important;
	border-radius: var(--vt-radius-lg) var(--vt-radius-lg) 0 0 !important;
	background: var(--vt-surface-soft) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-heading-row .chbs-form-label-group {
	margin: 0 !important;
	color: var(--vt-text) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-transform: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-heading-row::after {
	content: "Optional — helps us meet you on time";
	color: var(--vt-subtle);
	font-size: 12px;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-toggle {
	display: none;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-panel {
	display: block !important;
	margin: 0 !important;
	padding: 0 32px 28px !important;
	border: 1px solid var(--vt-border) !important;
	border-top: 0 !important;
	border-radius: 0 0 var(--vt-radius-lg) var(--vt-radius-lg) !important;
	background: var(--vt-surface-soft) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-panel > .chbs-clear-fix {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px !important;
	margin: 0 0 18px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-panel > .chbs-clear-fix:last-child {
	margin-bottom: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-panel .chbs-form-field {
	float: none !important;
	width: auto !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment-form {
	display: block !important;
	margin: 0 !important;
	padding: 28px 32px !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius-lg) !important;
	background: var(--vt-surface-soft) !important;
	box-shadow: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment-header {
	margin: 0 0 18px !important;
	color: var(--vt-text) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-align: left !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 16px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li {
	display: flex !important;
	align-self: stretch !important;
	width: auto !important;
	min-height: 172px !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li > a,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li .vt-viva-payment-tile {
	position: relative !important;
	display: flex !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	height: auto !important;
	min-height: 172px !important;
	margin: 0 !important;
	padding: 20px !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	gap: 7px !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius) !important;
	background: var(--vt-surface) !important;
	box-shadow: none !important;
	color: var(--vt-text) !important;
	text-align: left !important;
	text-decoration: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li > a::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li .vt-viva-payment-tile::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	width: 18px;
	height: 18px;
	border: 2px solid var(--vt-border-strong);
	border-radius: 50%;
	background: var(--vt-surface);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li.chbs-state-selected > a,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li.vt-viva-payment-choice-selected > a,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li:has(.chbs-state-selected) > a,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li:has(.chbs-state-selected) .vt-viva-payment-tile {
	border: 2px solid var(--vt-primary) !important;
	background: var(--vt-surface-soft) !important;
	box-shadow: 0 12px 26px rgba(242, 164, 19, 0.1) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li.chbs-state-selected > a::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li.vt-viva-payment-choice-selected > a::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li:has(.chbs-state-selected) > a::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li:has(.chbs-state-selected) .vt-viva-payment-tile::before {
	border: 5px solid var(--vt-primary);
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment img {
	width: auto !important;
	max-width: 112px !important;
	height: 24px !important;
	margin: 0 0 2px 28px !important;
	object-fit: contain !important;
	object-position: left center !important;
}

/*
 * Both payment tiles are built from identical markup by the Viva
 * plugin's setChoiceContent(), but three things moved the dot and the
 * logo between tiles/states:
 *   1. the card border grows 1px -> 2px when selected, and the dot is
 *      positioned against the padding box, so it shifted 1px;
 *   2. the dot's own border grows 2px -> 5px when selected, which
 *      changes its outer size without box-sizing: border-box;
 *   3. the plugin centres the logo inside a padded, 150px-wide
 *      .vt-viva-choice-logo wrapper, so the logo's real left edge
 *      depended on the logo's own width rather than a fixed offset.
 * Pin all three so the dot and logo land on the same spot every time.
 */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li > a,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li .vt-viva-payment-tile {
	border-width: 2px !important;
	padding: 5px 20px !important;
}

/*
 * The Viva plugin owns this dot, not the theme: its frontend.css turns
 * the theme's ::before off for every .vt-viva-payment-choice tile
 * (content: none !important, which beats the theme's non-important
 * content: ""), then re-enables it only for the active tile as a
 * top-right corner badge (right: 10px; top: 10px). The theme rules
 * above were pulling that badge to left: 20px, i.e. straight into the
 * logo's lane, which is why it looked cramped and out of place. Pin it
 * to the corner the plugin intends so it lands in the same spot on
 * whichever tile is selected and never crowds the logo.
 */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li > a::before,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li .vt-viva-payment-tile::before {
	box-sizing: border-box !important;
	top: 12px !important;
	right: 12px !important;
	left: auto !important;
	bottom: auto !important;
	width: 18px !important;
	height: 18px !important;
}

/*
 * Flush left, in line with the title and description below it. The
 * earlier 28px indent existed to clear the selection dot back when the
 * dot sat on the left; the dot is now a top-right corner badge, so the
 * indent would just be a stray step in the left edge.
 */
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li > a .vt-viva-choice-logo {
	justify-content: flex-start !important;
	width: auto !important;
	max-width: none !important;
	min-height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li > a .vt-viva-choice-logo img {
	margin: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-payment-method-title,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-payment-title,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-choice-title {
	margin-left: 0px !important;
	color: var(--vt-text) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-align: left !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-payment-amount,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-choice-amount {
	margin-left: 0px !important;
	color: var(--vt-text) !important;
	font-size: 21px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-payment-description,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-choice-note {
	margin-left: 0px !important;
	color: var(--vt-muted) !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
	text-align: left !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-agreement-wrap {
	display: block !important;
	margin: 0 !important;
	padding: 18px 24px !important;
	border: 1px solid var(--vt-border) !important;
	border-radius: var(--vt-radius-lg) !important;
	background: var(--vt-surface) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment-form + .vt-agreement-wrap {
	margin-top: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-agreement-header {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-agreement,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-agreement > div {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-agreement-wrap .chbs-agreement > .chbs-clear-fix {
	display: flex !important;
	align-items: center !important;
	gap: 16px !important;
	min-height: 30px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-agreement-wrap .chbs-form-checkbox {
	flex: 0 0 30px !important;
	float: none !important;
	margin: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-agreement-wrap .chbs-agreement > .chbs-clear-fix > div {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-agreement label {
	color: var(--vt-muted) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-transform: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-agreement-error {
	margin: 8px 0 0 !important;
	color: var(--vt-danger) !important;
	font-size: 12px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-viva-trust-badge {
	display: none !important;
	margin: -20px 0 0 !important;
	padding: 0 32px 24px !important;
	border: 1px solid var(--vt-border) !important;
	border-top: 0 !important;
	border-radius: 0 0 var(--vt-radius-lg) var(--vt-radius-lg) !important;
	background: var(--vt-surface-soft) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-viva-trust-badge-text {
	margin: 0 !important;
	color: var(--vt-subtle) !important;
	font-size: 11px !important;
	text-align: left !important;
	text-transform: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-viva-trust-badge-text::before {
	content: "▣ ";
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-viva-trust-badge-logo {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-main-content-navigation-button {
	margin-top: 26px !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-mobile-step-summary,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-mobile-action-total {
	display: none;
}

/* Tablet */

@media (max-width: 1199px) {
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 {
		width: min(calc(100% - 24px), 1040px) !important;
		padding: 30px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 > .chbs-layout-100,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-2,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 {
		grid-template-columns: minmax(0, 1fr) 310px !important;
		gap: 24px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list > ul {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list .chbs-vehicle {
		min-height: 310px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-heading-row,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-panel,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment-form {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list .chbs-vehicle {
		min-height: 0 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-image {
		aspect-ratio: 16 / 6.5 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content {
		gap: 9px !important;
		padding: 14px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 > .chbs-layout-100,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-2,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 {
		grid-template-columns: 1fr !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 > .chbs-layout-100 > .chbs-layout-column-right,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-booking-sidebar,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 > .chbs-layout-column-left {
		grid-column: 1 !important;
		grid-row: auto !important;
		position: static !important;
		max-height: none !important;
		overflow: visible !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-booking-sidebar {
		margin-top: 26px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-summary.vt-booking-summary,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step1-summary {
		max-width: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 > .chbs-layout-column-right {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 > .chbs-layout-column-left {
		grid-row: 2 !important;
		margin-top: 24px !important;
	}
}

/* Mobile */

@media (max-width: 767px) {


	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 {
		width: calc(100% + 28px) !important;
		max-width: 430px !important;
		min-height: 100dvh !important;
		margin-right: -14px !important;
		margin-left: -14px !important;
		padding: 20px 16px !important;
		overflow: hidden !important;
		border-width: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		font-size: 14px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-reservation-intro {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default {
		display: block !important;
		position: relative !important;
		margin-bottom: 20px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-responsive {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-mobile-step-summary[hidden] {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default::before {
		content: "Step " attr(data-vt-current-step) " of 3";
		display: block;
		margin-bottom: 11px;
		color: var(--vt-accent);
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default > ul {
		gap: 7px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default > ul::before {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li {
		display: block !important;
		flex: 1 1 0 !important;
		width: 0 !important;
		height: 4px !important;
		min-height: 4px !important;
		padding: 0 !important;
		overflow: hidden !important;
		border-radius: 999px !important;
		background: var(--vt-border) !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li:last-child {
		flex: 1 1 0 !important;
		width: 0 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li::after,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li:not(:last-child)::after {
		display: none !important;
		content: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li.chbs-state-completed,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li.chbs-state-selected {
		background: var(--vt-primary) !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li > div,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li > a,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li > span {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step-heading,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2[data-vt-current-step="1"] .vt-step-heading {
		display: block !important;
		margin-bottom: 18px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step-heading-title {
		font-size: 25px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-step-heading-copy {
		font-size: 13px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-mobile-step-summary {
		position: static;
		display: inline-flex;
		max-width: 100%;
		min-height: 32px;
		margin: 12px 0 18px;
		padding: 0 12px;
		align-items: center;
		gap: 6px;
		overflow: hidden;
		border: 0;
		border-radius: 999px;
		background: var(--vt-surface-muted);
		color: var(--vt-text);
		font-size: 11px;
		font-weight: 700;
		text-overflow: ellipsis;
		white-space: normal;
		padding: 10px 20px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 > .chbs-layout-100,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-2,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 0 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .ui-tabs-panel {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 16px 12px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-form-field-transfer-type {
		width: 100% !important;
		min-width: 0 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-transfer-segmented button {
		min-height: 40px !important;
		padding: 0 12px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-pickup-date-time {
		gap: 12px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field input,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field textarea,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field .ui-selectmenu-button {
		height: 52px !important;
		padding-right: 14px !important;
		padding-left: 14px !important;
		border-radius: 12px !important;
		background: var(--vt-surface-soft) !important;
		font-size: 14px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field textarea {
		height: 104px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-location-swap {
		right: 14px !important;
		width: 40px !important;
		height: 40px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-passenger > .chbs-form-field,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-passenger-stepper {
		max-width: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 > .chbs-layout-100 > .chbs-layout-column-right {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-navigation-button {
		position: fixed !important;
		z-index: 100 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		display: grid !important;
		grid-template-columns: 52px minmax(0, auto) minmax(158px, 1fr) !important;
		width: 100% !important;
		max-width: 430px !important;
		min-height: 82px !important;
		margin: 0 auto !important;
		padding: 12px 20px calc(12px + env(safe-area-inset-bottom)) !important;
		align-items: center !important;
		gap: 12px !important;
		border-top: 1px solid var(--vt-border) !important;
		background: rgba(255, 255, 255, 0.97) !important;
		box-shadow: 0 -10px 28px rgba(23, 57, 47, 0.08) !important;
		backdrop-filter: blur(10px);
		margin-top: 20px !important;

	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-navigation-button .chbs-button {
		min-height: 52px !important;
	}

	/*
	 * The middle track was plain `auto`, so "TOTAL BOOKING PRICE" claimed
	 * its full max-content width (~120px on a 390px phone) and the next
	 * button was left with whatever remained. "Enter contact details" then
	 * wrapped onto three lines and grew taller than the 82px bar, spilling
	 * over its top and bottom edges - the overflow the owner marked.
	 *
	 * The button track now carries a 158px floor, which makes the label
	 * track give way first and wrap to two short lines instead. Keep the
	 * button's own text to two lines at this width by trimming its inline
	 * padding and tightening line-height, so it stays inside the bar.
	 * The floor is scoped to this three-track bar only. Step 3's bar has
	 * no label and gets its own two-track template just below - see the
	 * note there for why the floor actively broke that step.
	 */
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-navigation-button .chbs-button-step-next {
		width: 100% !important;
		padding-right: 12px !important;
		padding-left: 12px !important;
		font-size: 13px !important;
		line-height: 1.2 !important;
		text-align: center !important;
	}

	/*
	 * Step 3 has no price label in its action bar - chauffeur-luxury.js
	 * only inserts .vt-mobile-action-total into step 2's navigation - so
	 * that bar holds just the back button and "Complete booking". Under
	 * the three-track template above, the next button lands in the middle
	 * `auto` track while the third track still claims its 158px floor for
	 * nothing, squeezing the button to about 116px on a 390px phone. It
	 * then wrapped onto three lines and burst out of the bar - a
	 * regression introduced by that floor in 0.1.283.
	 *
	 * Two tracks here, matching the two children this step actually has.
	 * The floor stays where it belongs, on step 2, where a real label is
	 * competing for the same row.
	 */
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .chbs-main-content-navigation-button {
		grid-template-columns: 52px minmax(0, 1fr) !important;
	}


	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-1 .chbs-main-content-navigation-button {
		grid-template-columns: 1fr !important;
		position: relative !important;
		z-index: 2 !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		max-width: none !important;
		margin: 20px 0 0 !important;
		padding: 0 !important;
		border-top: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		backdrop-filter: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button-step-prev {
		position: relative !important;
		order: 0 !important;
		width: 52px !important;
		min-width: 52px !important;
		padding: 0 !important;
		overflow: hidden !important;
		color: transparent !important;
		font-size: 0 !important;
		text-indent: -9999px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button-step-prev::before {
		position: absolute;
		inset: 0;
		display: grid;
		place-items: center;
		content: "←";
		color: var(--vt-text);
		font-size: 19px;
		text-indent: 0;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button-step-prev > span {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-2 > .vt-step-heading {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-2 .chbs-layout-25x75 > .chbs-layout-column-right {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-booking-sidebar {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list > ul {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list > ul > li.vt-mobile-collapsed {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list .chbs-vehicle {
		display: grid !important;
		grid-template-columns: 96px minmax(0, 1fr) !important;
		min-height: 124px !important;
		padding: 12px !important;
		border-radius: 14px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list .chbs-vehicle.vt-is-selected::before {
		top: 10px;
		right: 10px;
		left: auto;
		display: grid;
		width: 24px;
		height: 24px;
		padding: 0;
		place-items: center;
		content: "✓";
		font-size: 12px;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-image {
		grid-column: 1 !important;
		width: 96px !important;
		height: 96px !important;
		aspect-ratio: 1 !important;
		border-radius: 10px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-image img {
		border-radius: 10px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content {
		grid-column: 2 !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-areas:
			"title title"
			"meta meta"
			"price button" !important;
		gap: 6px 8px !important;
		padding: 2px 0 2px 12px !important;
		align-items: center !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-header > span:first-child {
		display: -webkit-box !important;
		min-height: 31px !important;
		padding-right: 0 !important;
		overflow: hidden !important;
		font-size: 12px !important;
		line-height: 1.3 !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-price {
		font-size: 16px !important;
		font-weight: 800 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta {
		min-height: 22px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info [class*="chbs-meta-icon-"] {
		display: inline-flex !important;
		width: 25px !important;
		height: 24px !important;
		padding-left: 5px !important;
		font-size: 11px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info .chbs-circle {
		height: 24px !important;
		margin-right: 4px !important;
		padding: 0 12px 0 2px !important;
		border-radius: 0 999px 999px 0 !important;
		background: var(--vt-surface-muted) !important;
		color: var(--vt-muted) !important;
		font-size: 10px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info .chbs-button,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta .chbs-button {
		min-height: 26px !important;
		margin-right: 5px !important;
		padding: 0 7px !important;
		font-size: 9px !important;
	}
/*
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info .chbs-circle:nth-of-type(2)::after {
		content: " seats";
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta-info .chbs-circle:last-child::after {
		content: " bags";
	}
*/
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-header > .chbs-button {
		width: 72px !important;
		min-width: 72px !important;
		height: 32px !important;
		min-height: 32px !important;
		padding: 0 8px !important;
		overflow: hidden !important;
		border-color: var(--vt-text) !important;
		border-radius: 999px !important;
		color: var(--vt-text) !important;
		font-size: 10px !important;
		font-weight: 700 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-header > .chbs-button::before {
		content: none;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle.vt-is-selected .chbs-vehicle-content-header > .chbs-button {
		border-color: var(--vt-primary) !important;
		background: var(--vt-primary) !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-description,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-content-meta .chbs-button {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-mobile-vehicle-toggle {
		display: flex;
		width: 100%;
		min-height: 42px;
		margin: 10px 0 2px;
		padding: 0 12px;
		align-items: center;
		justify-content: center;
		border: 0;
		background: transparent;
		color: var(--vt-accent);
		font-size: 13px;
		font-weight: 700;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra {
		margin-top: 24px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-header {
		font-size: 16px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list > ul {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list > ul > li {
		min-height: 78px !important;
		padding: 11px 12px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-1 {
		gap: 10px !important;
		border: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-1-left {
		flex: 0 0 42px !important;
		width: 42px !important;
		height: 46px !important;
	}

	/*
	 * Extras cards at phone width. The desktop layout puts the name and
	 * the price side by side (minmax(0,1fr) auto) - at this width a long
	 * name like "Bodyguard Service" runs into the price, so stack name,
	 * price and description in one column instead. The quantity control
	 * also has to shrink: Chauffeur wraps it in a full .chbs-form-field
	 * with a "Number" <label>, which is far too heavy here, so the label
	 * is dropped (the -/+ buttons are self-explanatory) and the field is
	 * collapsed to the width of the stepper itself.
	 */
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list > ul > li {
		grid-template-columns: minmax(0, 1fr) 36px !important;
		gap: 8px !important;
		align-items: start !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-1 {
		align-items: center !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-1-right {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 2px !important;
		padding: 0 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-booking-form-extra-name,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-booking-form-extra-price,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-booking-form-extra-description {
		grid-column: 1 / -1 !important;
		min-width: 0 !important;
		overflow-wrap: break-word !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-2:not(:empty) {
		margin: 6px 0 0 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-2 label {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-2 .chbs-form-field {
		width: fit-content !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-3 {
		width: 36px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-3 .chbs-button {
		width: 32px !important;
		min-width: 32px !important;
		height: 32px !important;
		min-height: 32px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-mobile-action-total {
		order: 1 !important;
		display: flex;
		flex-direction: column;
		color: var(--vt-muted);
		font-size: 9px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-mobile-action-total strong {
		color: var(--vt-text);
		font-size: 13px;
		letter-spacing: 0;
		text-transform: none;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-navigation-button .chbs-button-step-next {
		order: 2 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 > .chbs-layout-column-left {
		display: none !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 > .chbs-layout-column-right {
		grid-column: 1 !important;
		grid-row: auto !important;
		gap: 14px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px 12px !important;
		padding: 0 0 14px !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary-first {
		padding-top: 0 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary-last {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary .chbs-form-label-group {
		font-size: 25px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-heading-row {
		position: relative !important;
		display: block !important;
		padding: 15px 44px 15px 16px !important;
		border: 1px solid var(--vt-border) !important;
		border-radius: 12px !important;
		background: var(--vt-surface-soft) !important;
		cursor: pointer;
		margin-top: 20px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-heading-row .chbs-form-label-group {
		font-size: 14px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-heading-row::after {
		content: "Flight, hotel, notes — optional";
		display: block;
		margin-top: 2px;
		font-size: 11px;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-toggle {
		position: absolute;
		top: 50%;
		right: 14px;
		display: grid;
		width: 28px;
		height: 28px;
		padding: 0;
		transform: translateY(-50%);
		place-items: center;
		border: 0;
		background: transparent;
		color: var(--vt-accent);
		font-size: 17px;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-panel {
		display: none !important;
		margin-top: -14px !important;
		padding: 28px 16px 16px !important;
		border: 1px solid var(--vt-border) !important;
		border-top: 0 !important;
		border-radius: 0 0 12px 12px !important;
		background: #fff !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-panel.vt-is-open {
		display: block !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-panel > .chbs-clear-fix {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment-form {
		padding: 16px !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment-header {
		margin-bottom: 12px !important;
		font-size: 14px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li > a,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li .vt-viva-payment-tile {
		min-height: 172px !important;
		padding: 16px !important;
		border-radius: 14px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li > a::before,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li .vt-viva-payment-tile::before {
		top: 18px;
		left: 16px;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment img,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-payment-method-title,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-payment-title,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-choice-title,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-payment-amount,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-choice-amount,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-payment-description,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment .vt-viva-choice-note {
		margin-left: 0px !important;
	}



	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-agreement-wrap {
		margin: 0 !important;
		padding: 16px !important;
		border: 1px solid var(--vt-border) !important;
		border-radius: 14px !important;
		background: var(--vt-surface) !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment-form + .vt-agreement-wrap {
		margin-top: 0 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-viva-trust-badge {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-viva-trust-badge-text {
		text-align: center !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .chbs-button-step-next {
		font-size: 0 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .chbs-button-step-next::before {
		content: attr(data-vt-mobile-label);
		font-size: 14px;
	}
}

@media (max-width: 420px) {
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-mobile-step-summary {
		right: 16px;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-navigation-button {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field-pickup-date-time {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .vt-contact-primary {
		grid-template-columns: 1fr !important;
	}
}

/* Mobile text controls must remain focusable without Safari zooming the page. */
@media (max-width: 767px) {
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 textarea,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 select,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .ui-selectmenu-button,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .ui-selectmenu-text {
		font-size: 16px !important;
		touch-action: manipulation;
	}

	/*
	 * These lose the specificity race against the mobile
	 * `.chbs-form-field input / textarea / .ui-selectmenu-button` rule
	 * earlier in this media block, which sets 14px. That rule adds a class
	 * (.chbs-form-field) and so outranks the plain-element selectors in the
	 * 16px rule above. Repeating .theme-versatours buys back the point.
	 *
	 * The `input` selector above does NOT need this - its
	 * :not([type="..."]) chain already contributes five attribute selectors
	 * of specificity, which is why inputs were correctly 16px while these
	 * were not.
	 *
	 * textarea added 2026-09-01: Step 3's comments box was still rendering
	 * at 14px on mobile for exactly this reason, and iOS Safari treats a
	 * sub-16px control as a cue to zoom the page on focus.
	 */
	body.theme-versatours.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-form-field textarea,
	body.theme-versatours.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .ui-selectmenu-button,
	body.theme-versatours.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .ui-selectmenu-text {
		font-size: 16px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 input,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 textarea,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 select {
		scroll-margin-top: 96px;
		scroll-margin-bottom: calc(110px + env(safe-area-inset-bottom));
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2.vt-mobile-input-active .chbs-main-content-navigation-button {
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
		transform: translateY(calc(100% + env(safe-area-inset-bottom))) !important;
	}
}

/* Keep the authoritative Chauffeur totals visible on the mobile payment step. */
@media (max-width: 767px) {
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 > .chbs-layout-column-left {
		display: block !important;
		grid-column: 1 !important;
		grid-row: 1 !important;
		width: 100% !important;
		margin: 0 0 18px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 > .chbs-layout-25x75 > .chbs-layout-column-right {
		grid-column: 1 !important;
		grid-row: 2 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .chbs-summary.vt-booking-summary {
		width: 100% !important;
		margin: 0 !important;
		padding: 20px !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-step-3 .chbs-summary.vt-booking-summary .chbs-summary-price-element {
		display: block !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 *,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 *::before,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

.chbs-main .chbs-button.chbs-button-step-next>span { padding-left: 5px !important; }

/* ==========================================================================
 * Booking flow motion — added 2026-09-01 from the motion audit
 * (motion-audits/v26-mac-2026-09-01.html)
 *
 * TWO HARD RULES THIS BLOCK FOLLOWS:
 *
 * 1. Everything lives inside `prefers-reduced-motion: no-preference`.
 *    The blanket reduce-motion guard earlier in this file uses
 *    `.chbs-main.vt-ui-v2 *`, which is LESS specific than the rules
 *    below - it would lose the !important tie-break against them. Gating
 *    on no-preference means the motion simply doesn't exist for users who
 *    opt out, instead of relying on a specificity race.
 *
 * 2. Transitions on state classes, not keyframes on rebuilt nodes.
 *    enhance() in chauffeur-luxury.js re-runs on a 1s interval plus a
 *    MutationObserver, and helpers like syncBookingExtrasProxy() recreate
 *    nodes wholesale. A transition only fires when a value actually
 *    changes, so a repeated identical pass costs nothing. The two
 *    @keyframes below are attached to classes set with
 *    classList.toggle(name, force) or a real user click, neither of which
 *    re-adds an already-present class, so they can't re-fire on the poll.
 * ========================================================================== */

@media (prefers-reduced-motion: no-preference) {

	/* --- Critical 1 · Step 1 -> 2 -> 3 no longer hard-cuts -----------------
	 * display can't be transitioned, so the entering step's contents animate
	 * instead. Hung off .vt-step-visible, which markVisibleSteps() sets with
	 * classList.toggle(name, force) - already-visible steps are not re-added,
	 * so this fires once per real step change, not once per poll. No exit:
	 * the outgoing step is replaced, not dismissed. */
	@keyframes vt-step-enter {
		from { opacity: 0; transform: translateY(8px); }
		to   { opacity: 1; transform: translateY(0); }
	}

	/*
	 * The step's CHILDREN animate - never the step itself, and never its
	 * navigation bar.
	 *
	 * This rule used to sit on `.vt-step-visible` directly, contrary to the
	 * comment above it. With fill-mode `both` the finished animation leaves
	 * `transform: translateY(0)` applied for good, and ANY transform other
	 * than `none` makes an element the containing block for its
	 * position:fixed descendants. On mobile the action bar is exactly that:
	 * a fixed child of the step. So the bar stopped being fixed to the
	 * screen and was pinned to the bottom of the step instead, scrolling
	 * with the content - directly over the terms checkbox, the last thing
	 * on step 3, which then could not be tapped and the booking could not
	 * be completed. Measured on staging at 390px: bar bottom equal to the
	 * step bottom, 2236px away from the viewport bottom.
	 *
	 * Animating the children keeps the same entrance while no ancestor of
	 * the bar ever carries a transform. The :not() matters: the bar is a
	 * direct child too, and animating it would make it drift and fade in
	 * on every step change.
	 */
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content > .vt-step-visible > :not(.chbs-main-content-navigation-button) {
		animation: vt-step-enter 200ms var(--vt-ease-out) both;
	}

	/* --- Critical 2 · Press feedback --------------------------------------
	 * This flow is mobile-heavy, where there is no hover to fall back on.
	 * Without this, the only confirmation a tap registered is the result
	 * itself - which is how people end up double-tapping a payment button.
	 * Transform-only, so it runs on the compositor and fires before any
	 * network work. */
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button-step-next,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button-step-prev,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle .chbs-button,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-3 .chbs-button,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-quantity-section-button,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-button,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-quantity-button,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li > a {
		transition: transform 100ms var(--vt-ease-out) !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button-step-next:active,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-button-step-prev:active,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle .chbs-button:active,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-3 .chbs-button:active,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-quantity-section-button:active,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-button:active,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-quantity-button:active,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li > a:active {
		transform: scale(0.97) !important;
	}

	/* --- Important 3 · Extras cards settle like vehicle cards -------------
	 * The vehicle card immediately above these already transitions the same
	 * properties at 160ms. This applies the existing pattern rather than
	 * inventing a new one. */
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list > ul > li,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-list > li {
		transition: border-color 160ms var(--vt-ease-out), background-color 160ms var(--vt-ease-out) !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-3 .chbs-button,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-extra-proxy-button {
		transition: transform 100ms var(--vt-ease-out), border-color 160ms var(--vt-ease-out), background-color 160ms var(--vt-ease-out) !important;
	}

	/* --- Important 4 · Payment tile settles -------------------------------
	 * Highest-stakes click in the product. The badge itself is drawn by the
	 * Viva plugin's ::before, so its scale-in lives in that plugin's
	 * stylesheet - this half is the tile chrome the theme owns. */
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li > a,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-payment > li .vt-viva-payment-tile {
		transition: transform 100ms var(--vt-ease-out), border-color 160ms var(--vt-ease-out), background-color 160ms var(--vt-ease-out), box-shadow 160ms var(--vt-ease-out) !important;
	}

	/* --- Important 5 · Route map arrives instead of cutting in ------------
	 * The map is genuinely async - tiles and a directions response land when
	 * they land. The fade is what says "this just finished loading" rather
	 * than "this was always here and you missed it". */
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-contact-route-map-canvas {
		transition: opacity 200ms var(--vt-ease-out) !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-contact-route-map.vt-route-map-loading .vt-contact-route-map-canvas {
		opacity: 0 !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-contact-route-map.vt-route-map-loading::after {
		transition: opacity 200ms var(--vt-ease-out);
	}

	/* --- Opportunity · Validation errors fade rather than jump ------------
	 * errorEl.hidden is a display toggle, so this animates the visible
	 * state. Setting .hidden = false on an already-visible element doesn't
	 * mutate the attribute, so the poll can't restart this. */
	@keyframes vt-fade-rise {
		from { opacity: 0; transform: translateY(-3px); }
		to   { opacity: 1; transform: translateY(0); }
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-agreement-error:not([hidden]) {
		animation: vt-fade-rise 150ms var(--vt-ease-out) both;
	}

	/* --- Opportunity · Arrival details panel ------------------------------
	 * .vt-is-open is toggled only by a real click on .vt-arrival-toggle. */
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-panel.vt-is-open {
		animation: vt-fade-rise 180ms var(--vt-ease-out) both;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-toggle {
		transition: transform 100ms var(--vt-ease-out), background-color 160ms var(--vt-ease-out) !important;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-arrival-toggle:active {
		transform: scale(0.94) !important;
	}

	/* --- Opportunity · Newly revealed vehicles on mobile ------------------
	 * Scoped to .vt-mobile-expanded, which is only ever added by a click on
	 * the "Show N more vehicles" button - so the first three cards never
	 * animate on page load, only the ones the user just asked to see. */
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-vehicle-list > ul.vt-mobile-expanded > li:nth-child(n+4) {
		animation: vt-fade-rise 120ms var(--vt-ease-out) both;
	}

	/* --- Opportunity · Stepper advances instead of repainting -------------
	 * Transitions the existing connector line and step circle state colours,
	 * so moving between steps reads as progress filling rather than a
	 * repaint. No structural change to the stepper. */
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li:not(:last-child)::after,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li > div,
	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-navigation-default li > div::before {
		transition: background-color 240ms var(--vt-ease-out), color 240ms var(--vt-ease-out), border-color 240ms var(--vt-ease-out);
	}

	/* --- Opportunity · Summary values acknowledge a real change -----------
	 * .vt-value-changed is added by text() in chauffeur-luxury.js ONLY when
	 * a marked element's text actually differs, never on a no-op poll pass.
	 * See the vt-animate-change opt-in there. */
	@keyframes vt-value-roll {
		from { opacity: 0; transform: translateY(6px); filter: blur(3px); }
		to   { opacity: 1; transform: translateY(0);  filter: blur(0); }
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-value-changed {
		animation: vt-value-roll 200ms var(--vt-ease-out) both;
	}
}

.chbs-main .chbs-booking-extra-header>span:first-child+span { padding: 0 !important; font-size:20px !important;}