/**
 * 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,
body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .vt-contact-route-map {
	display: 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;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-1 {
	display: grid !important;
	grid-template-columns: 50px minmax(0, 1fr) !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;
	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;
	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;
}

body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-booking-extra-list .chbs-column-2 {
	display: none !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;
}

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: 34px;;
}

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;
	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;
}

@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;
}

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 auto minmax(0, 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;
	}

	body.theme-versatours .chbs-main:not(.chbs-widget).vt-ui-v2 .chbs-main-content-navigation-button .chbs-button-step-next {
		width: 100% !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 {
		grid-template-columns: 42px minmax(0, 1fr) !important;
		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 {
		width: 42px !important;
		height: 46px !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: 18px;
		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;
	}

	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; }
