/*==========================================================================
  LUXELINE CHBS EXPERIENCE — PAGE 1: RIDE DETAILS — CODE VERSION 3.0.0
  Confirmed live structure: CHBS 9.5, form ID 10007.
==========================================================================*/

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1 {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/*=========================================================================
  DESKTOP TWO-COLUMN SHELL
=========================================================================*/

@media (min-width: 1025px) {
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		> .chbs-layout-50x50 {
		display: grid !important;
		grid-template-columns: minmax(520px, 0.92fr) minmax(600px, 1.08fr);
		align-items: stretch;
		gap: 0;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
		border: 0 !important;
		background: transparent !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		> .chbs-layout-50x50
		> .chbs-layout-column-left,
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		> .chbs-layout-50x50
		> .chbs-layout-column-right {
		float: none !important;
		width: auto !important;
		min-width: 0;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}

/*=========================================================================
  LEFT FORM SURFACE AND SERVICE TABS
=========================================================================*/

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-layout-column-left
	> .chbs-tab.ui-tabs {
	position: relative;
	width: 100% !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	color: var(--lux-chbs-ink);
	border: 1px solid rgba(225, 197, 130, 0.25) !important;
	border-radius: var(--lux-chbs-radius) 0 0 var(--lux-chbs-radius) !important;
	background: var(--lux-chbs-ivory) !important;
	box-shadow:
		0 28px 66px rgba(0, 0, 0, 0.24),
		0 6px 20px rgba(0, 0, 0, 0.12) !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	> .ui-tabs-nav {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch;
	width: 100% !important;
	min-height: 72px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	border-bottom: 1px solid var(--lux-chbs-line) !important;
	border-radius: var(--lux-chbs-radius) 0 0 0 !important;
	background: rgba(251, 248, 243, 0.99) !important;
	box-shadow: none !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	> .ui-tabs-nav::before,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	> .ui-tabs-nav::after {
	display: none !important;
	content: none !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	> .ui-tabs-nav
	> li {
	float: none !important;
	display: flex !important;
	align-items: stretch;
	width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-right: 1px solid rgba(222, 210, 197, 0.72) !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	> .ui-tabs-nav
	> li:last-child {
	border-right: 0 !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	> .ui-tabs-nav
	> li
	> a {
	float: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0;
	min-height: 72px;
	margin: 0 !important;
	padding: 18px 12px !important;
	color: #625b5d !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	background: transparent !important;
	box-shadow: none !important;
	font-family: var(--lux-chbs-sans) !important;
	font-size: clamp(12px, 0.86vw, 15px) !important;
	font-weight: 650 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.045em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 180ms ease, background-color 180ms ease;
}

/* Active native tab and the companion Airport Transfers tab. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	> .ui-tabs-nav
	> li.ui-tabs-active
	> a,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	> .ui-tabs-nav
	> li.ui-state-active
	> a,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	> .ui-tabs-nav
	> li.lux-chbs-airport-tab[aria-selected="true"]
	> a {
	color: #fff !important;
	background:
		linear-gradient(135deg, var(--lux-chbs-plum-light), var(--lux-chbs-plum-dark)) !important;
	box-shadow:
		inset 0 1px rgba(255, 255, 255, 0.13),
		inset 0 -1px rgba(59, 34, 45, 0.32) !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	> .ui-tabs-nav
	> li:not(.ui-tabs-active):not(.ui-state-active)
	> a:hover,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	> .ui-tabs-nav
	> li:not(.ui-tabs-active):not(.ui-state-active)
	> a:focus-visible {
	color: var(--lux-chbs-plum) !important;
	background: rgba(107, 41, 68, 0.055) !important;
}

/*=========================================================================
  PANELS AND FIELD CARDS
=========================================================================*/

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	.ui-tabs-panel {
	display: block;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 20px !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 0 0 var(--lux-chbs-radius) !important;
	background: var(--lux-chbs-ivory) !important;
	box-shadow: none !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	.ui-tabs-panel[aria-hidden="true"] {
	display: none !important;
}

/* The locked mockup has no grey Ride Details / Extra Options bars. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	.ui-tabs-panel
	> .chbs-form-label-group {
	display: none !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1 {
	--lux-chbs-field-gap: 12px;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	.ui-tabs-panel
	> .chbs-form-field,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-date-time
	> .chbs-form-field,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time
	> .chbs-form-field {
	position: relative;
	float: none !important;
	width: 100% !important;
	min-width: 0;
	min-height: 84px;
	margin: 0 0 var(--lux-chbs-field-gap) !important;
	padding: 14px 58px 12px 62px !important;
	overflow: visible !important;
	border: 1px solid var(--lux-chbs-line) !important;
	border-radius: var(--lux-chbs-field-radius) !important;
	background: linear-gradient(180deg, #fdfbf7, #f8f3ec) !important;
	box-shadow: 0 8px 20px rgba(65, 39, 47, 0.04) !important;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	.ui-tabs-panel
	> .chbs-form-field:hover,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-date-time
	> .chbs-form-field:hover,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time
	> .chbs-form-field:hover {
	border-color: rgba(107, 41, 68, 0.42) !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-tab.ui-tabs
	.ui-tabs-panel
	> .chbs-form-field:focus-within,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-date-time
	> .chbs-form-field:focus-within,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time
	> .chbs-form-field:focus-within {
	border-color: var(--lux-chbs-plum) !important;
	background: #fffdf9 !important;
	box-shadow:
		0 0 0 3px rgba(107, 41, 68, 0.1),
		0 10px 24px rgba(65, 39, 47, 0.07) !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-date-time,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--lux-chbs-field-gap);
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-date-time:not(:last-child),
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time:not(:last-child) {
	margin-bottom: var(--lux-chbs-field-gap) !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-date-time
	> .chbs-form-field,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time
	> .chbs-form-field {
	margin-bottom: 0 !important;
}

/* Labels and native controls. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field
	> label,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-date-time
	> .chbs-form-field
	> label,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time
	> .chbs-form-field
	> label {
	display: block !important;
	margin: 0 0 5px !important;
	padding: 0 !important;
	color: #5f5759 !important;
	font-family: var(--lux-chbs-sans) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	input:not([type="hidden"]),
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	select,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	textarea {
	width: 100% !important;
	min-width: 0;
	height: auto !important;
	min-height: 28px;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--lux-chbs-ink) !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: var(--lux-chbs-sans) !important;
	font-size: clamp(16px, 1.05vw, 19px) !important;
	font-weight: 520 !important;
	line-height: 1.35 !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	input::placeholder,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	textarea::placeholder {
	color: #8d8587 !important;
	opacity: 1;
}

/* Native jQuery UI replacement button; popup menu design remains inherited from
   the already-approved homepage-widget system. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field
	> .ui-selectmenu-button.ui-widget,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field
	> span.ui-selectmenu-button {
	position: static !important;
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--lux-chbs-ink) !important;
	font-family: var(--lux-chbs-sans) !important;
	font-size: clamp(16px, 1.05vw, 19px) !important;
	font-weight: 520 !important;
	line-height: 1.35 !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.ui-selectmenu-button
	.ui-selectmenu-text {
	order: 1;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	color: var(--lux-chbs-ink) !important;
	font: inherit !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.ui-selectmenu-button
	.chbs-meta-icon-arrow-vertical-large {
	position: static !important;
	order: 2;
	flex: 0 0 auto;
	width: 20px !important;
	height: 20px !important;
	margin: 0 0 0 14px !important;
	padding: 0 !important;
	color: var(--lux-chbs-plum) !important;
	font-size: 20px !important;
	line-height: 20px !important;
}

/*=========================================================================
  DECORATIVE BRAND FIELD ICONS
=========================================================================*/

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-location::before,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-dropoff-location::before,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-transfer-type::before,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-extra-time::before,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-duration::before,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-date-time
	> .chbs-form-field::before,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time
	> .chbs-form-field::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 20px;
	width: 24px;
	height: 24px;
	content: "";
	transform: translateY(-50%);
	pointer-events: none;
	background-color: var(--lux-chbs-plum);
	-webkit-mask: var(--lux-chbs-field-icon) center / contain no-repeat;
	mask: var(--lux-chbs-field-icon) center / contain no-repeat;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-location,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-dropoff-location {
	--lux-chbs-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s7-6.15 7-13A7 7 0 1 0 5 9c0 6.85 7 13 7 13Zm0-10a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-date-time
	> .chbs-form-field:first-child,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time
	> .chbs-form-field:first-child {
	--lux-chbs-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h2v2h6V2h2v2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3V2Zm13 8H4v10h16V10ZM4 8h16V6h-3v2h-2V6H9v2H7V6H4v2Z'/%3E%3C/svg%3E");
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-date-time
	> .chbs-form-field:last-child,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time
	> .chbs-form-field:last-child,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-duration,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-extra-time {
	--lux-chbs-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm1 2v5.59l3.7 3.7-1.4 1.42L11 12.41V6h2Z'/%3E%3C/svg%3E");
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-transfer-type {
	--lux-chbs-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m7 2 4 4H8v7H6V6H3l4-4Zm10 20-4-4h3v-7h2v7h3l-4 4Z'/%3E%3C/svg%3E");
}

/* Hide duplicate native field icons where the CSS mask supplies the icon. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-location
	> .chbs-meta-icon-2,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-dropoff-location
	> .chbs-meta-icon-2,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-pickup-date-time
	> .chbs-form-field
	> .chbs-meta-icon-2,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time
	> .chbs-form-field
	> .chbs-meta-icon-2 {
	display: none !important;
}

/*=========================================================================
  WAYPOINT CONTROLS AND AIRPORT COMPANION INTEGRATION
=========================================================================*/

/* Reserve a real, fixed hit area for the native add button. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-location-add,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-location-remove {
	position: absolute !important;
	z-index: 40 !important;
	top: 50% !important;
	display: grid !important;
	place-items: center;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-50%);
	color: var(--lux-chbs-plum) !important;
	border: 1px solid rgba(107, 41, 68, 0.16) !important;
	background: rgba(255, 255, 255, 0.48) !important;
	box-shadow: none !important;
	font-size: 22px !important;
	line-height: 1 !important;
	cursor: pointer;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-location-add {
	right: 12px !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-waypoint
	.chbs-location-add {
	right: 12px !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-waypoint
	.chbs-location-remove {
	right: 54px !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-location-add:hover,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-location-remove:hover {
	color: #fff !important;
	border-color: var(--lux-chbs-plum) !important;
	background: var(--lux-chbs-plum) !important;
}

/* The Airport Transfers pickup/drop-off field becomes taller when Browse
   Airports is present. Keep the native + button in its upper address row. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007.lux-chbs-airport-mode-active
	.chbs-main-content-step-1
	.lux-chbs-airport-address-focus-zone {
	padding-right: 62px !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007.lux-chbs-airport-mode-active
	.chbs-main-content-step-1
	.lux-chbs-airport-address-focus-zone
	> .chbs-location-add {
	top: 40px !important;
	transform: translateY(-50%);
}

/* Preserve the companion button's approved colours and typography; only place
   it on its own clean row. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.lux-chbs-airport-control {
	width: 100% !important;
	margin: 10px 0 0 !important;
	padding: 0 !important;
}

/* Preserve the completed companion flight-card design; integrate spacing only. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.lux-chbs-flight-group.is-visible {
	margin-top: 0 !important;
	margin-bottom: var(--lux-chbs-field-gap) !important;
}

/*=========================================================================
  RIGHT MAP AND RIDE INFORMATION
=========================================================================*/

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-layout-column-right {
	display: flex !important;
	flex-direction: column;
	align-self: stretch;
	overflow: hidden !important;
	border: 1px solid rgba(225, 197, 130, 0.25) !important;
	border-left: 0 !important;
	border-radius: 0 var(--lux-chbs-radius) var(--lux-chbs-radius) 0 !important;
	background: var(--lux-chbs-ivory) !important;
	box-shadow:
		0 28px 66px rgba(0, 0, 0, 0.24),
		0 6px 20px rgba(0, 0, 0, 0.12) !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-google-map {
	flex: 1 1 auto;
	width: 100% !important;
	min-height: 530px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	background: #e9e7e3 !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	#chbs_google_map {
	width: 100% !important;
	height: 100% !important;
	min-height: 530px !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	flex: 0 0 auto;
	width: 100% !important;
	min-height: 112px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	color: var(--lux-chbs-ink) !important;
	border: 0 !important;
	border-top: 1px solid var(--lux-chbs-line) !important;
	background: var(--lux-chbs-ivory) !important;
	box-shadow: none !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info
	> div {
	position: relative;
	float: none !important;
	display: grid !important;
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: 64px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 18px;
	align-content: center;
	min-width: 0;
	min-height: 112px;
	margin: 0 !important;
	padding: 18px 26px !important;
	border: 0 !important;
	border-right: 1px solid var(--lux-chbs-line) !important;
	background: transparent !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info
	> div:last-child {
	border-right: 0 !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info
	> div
	> span:first-child {
	grid-column: 1;
	grid-row: 1 / span 2;
	align-self: center;
	justify-self: center;
	color: var(--lux-chbs-plum) !important;
	font-size: 54px !important;
	line-height: 1 !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info
	> div
	> span:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	color: var(--lux-chbs-muted) !important;
	font-family: var(--lux-chbs-sans) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info
	> div
	> span:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	color: var(--lux-chbs-ink) !important;
	font-family: var(--lux-chbs-sans) !important;
	font-size: clamp(22px, 1.7vw, 31px) !important;
	font-weight: 450 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

/*=========================================================================
  PAGE 1 NEXT BUTTON — NO RESET / CLEAR BUTTON
=========================================================================*/

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	> .chbs-main-content-navigation-button {
	float: none !important;
	display: flex !important;
	justify-content: flex-end;
	width: 100% !important;
	margin: 18px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	> .chbs-main-content-navigation-button
	> a.chbs-button-step-next {
	width: min(100%, 390px) !important;
	min-height: 66px;
	margin: 0 !important;
	padding-inline: 34px !important;
	border-radius: 10px !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	> .chbs-main-content-navigation-button
	> a.chbs-button-step-next
	> .chbs-meta-icon-arrow-horizontal-large {
	position: absolute !important;
	right: 24px !important;
	color: #fff !important;
	font-size: 22px !important;
}

/*=========================================================================
  TABLET / MOBILE SAFE BASELINE
  Final responsive navigation refinement follows after its live inspection.
=========================================================================*/

@media (max-width: 1024px) {
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		> .chbs-layout-50x50 {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-layout-column-left,
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-layout-column-right {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-layout-column-left
		> .chbs-tab.ui-tabs {
		border-radius: var(--lux-chbs-radius) !important;
	}

	/* Locked requirement: no Google map on tablet/mobile. */
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-layout-column-right
		> .chbs-google-map {
		display: none !important;
	}

	/* Keep distance/time visible below the form. */
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-layout-column-right {
		margin-top: 14px !important;
		border-left: 1px solid rgba(225, 197, 130, 0.25) !important;
		border-radius: var(--lux-chbs-radius) !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info {
		border-top: 0 !important;
		border-radius: var(--lux-chbs-radius) !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		> .chbs-main-content-navigation-button
		> a.chbs-button-step-next {
		width: min(100%, 390px) !important;
	}
}

@media (max-width: 767px) {
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-tab.ui-tabs
		> .ui-tabs-nav {
		min-height: 58px;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-tab.ui-tabs
		> .ui-tabs-nav
		> li
		> a {
		min-height: 58px;
		padding: 14px 6px !important;
		font-size: 10.5px !important;
		letter-spacing: 0.02em;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-tab.ui-tabs
		.ui-tabs-panel {
		padding: 12px !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-tab.ui-tabs
		.ui-tabs-panel
		> .chbs-form-field,
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-form-field-pickup-date-time
		> .chbs-form-field,
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-form-field-return-date-time
		> .chbs-form-field {
		min-height: 76px;
		padding: 12px 52px 10px 50px !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-form-field-pickup-date-time,
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-form-field-return-date-time {
		grid-template-columns: minmax(0, 1fr);
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info {
		grid-template-columns: minmax(0, 1fr);
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div {
		border-right: 0 !important;
		border-bottom: 1px solid var(--lux-chbs-line) !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div:last-child {
		border-bottom: 0 !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		> .chbs-main-content-navigation-button {
		justify-content: stretch;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		> .chbs-main-content-navigation-button
		> a.chbs-button-step-next {
		width: 100% !important;
		min-height: 58px;
	}
}

/*=========================================================================
  PAGE 1 FINAL CORRECTION PASS
  Native CHBS visibility/logic remains authoritative.
=========================================================================*/

/* Companion/CHBS notices: retain their existing shell, make text readable. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-notice:not(.chbs-hidden),
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-notice:not(.chbs-hidden)
	* {
	color: #fff !important;
}

/* Never override CHBS visibility for conditional/return controls. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-hidden,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time.chbs-hidden,
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time[aria-hidden="true"],
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time[style*="display: none"],
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-form-field-return-date-time[style*="display:none"] {
	display: none !important;
}

/* Ride-information cells: force natural horizontal text flow. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info
	> div {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: 72px minmax(145px, 1fr) !important;
	grid-template-rows: auto auto !important;
	column-gap: 18px !important;
	align-items: center !important;
}

.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info
	> div
	> span:nth-child(2),
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info
	> div
	> span:nth-child(3) {
	float: none !important;
	display: block !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	white-space: nowrap !important;
}

/* Remove the old native arrow inside the redesigned next button. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	> .chbs-main-content-navigation-button
	> a.chbs-button-step-next
	> .chbs-meta-icon-arrow-horizontal-large {
	display: none !important;
	content: none !important;
}

/* Keep the button text absolutely centred after removing the native arrow. */
.lux-chbs-booking-experience
	.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	> .chbs-main-content-navigation-button
	> a.chbs-button-step-next {
	justify-content: center !important;
	text-align: center !important;
}

@media (max-width: 1024px) {
	/* Clip the true outer form card so no native white corners remain visible. */
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-layout-column-left {
		overflow: visible !important;
		border-radius: var(--lux-chbs-radius) !important;
		background: transparent !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-layout-column-left
		> .chbs-tab.ui-tabs {
		isolation: isolate;
		overflow: hidden !important;
		border-radius: var(--lux-chbs-radius) !important;
		background: var(--lux-chbs-ivory) !important;
		-webkit-mask-image: -webkit-radial-gradient(white, black);
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-tab.ui-tabs
		> .ui-tabs-nav {
		border-radius: var(--lux-chbs-radius) var(--lux-chbs-radius) 0 0 !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-tab.ui-tabs
		.ui-tabs-panel {
		border-radius: 0 0 var(--lux-chbs-radius) var(--lux-chbs-radius) !important;
	}

	/* Compact result bar with the same horizontal edges as the form and button. */
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-layout-column-right {
		width: 100% !important;
		margin-top: 14px !important;
		overflow: hidden !important;
		border-radius: var(--lux-chbs-radius) !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		width: 100% !important;
		min-height: 0 !important;
		border-radius: var(--lux-chbs-radius) !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div {
		grid-template-columns: 48px minmax(0, 1fr) !important;
		grid-template-rows: auto auto !important;
		column-gap: 12px !important;
		min-height: 102px !important;
		padding: 15px 16px !important;
		border-right: 1px solid var(--lux-chbs-line) !important;
		border-bottom: 0 !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div:last-child {
		border-right: 0 !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div:only-child {
		grid-column: 1 / -1;
		border-right: 0 !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div
		> span:first-child {
		font-size: 40px !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div
		> span:nth-child(2) {
		font-size: 9.5px !important;
		line-height: 1.25 !important;
		letter-spacing: 0.045em !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div
		> span:nth-child(3) {
		font-size: clamp(18px, 4vw, 24px) !important;
		line-height: 1.15 !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		> .chbs-main-content-navigation-button {
		width: 100% !important;
		margin-top: 14px !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		> .chbs-main-content-navigation-button
		> a.chbs-button-step-next {
		width: 100% !important;
		max-width: none !important;
	}
}

@media (max-width: 767px) {
	/* Exact compact tab proportions proven on the locked homepage widget. */
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-tab.ui-tabs
		> .ui-tabs-nav {
		min-height: 52px !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-tab.ui-tabs
		> .ui-tabs-nav
		> li
		> a {
		min-height: 52px !important;
		padding: 12px 5px !important;
		font-size: 10.5px !important;
		line-height: 1.2 !important;
		letter-spacing: 0.02em !important;
		white-space: nowrap !important;
	}

	/* Keep iOS Safari from zooming focused text controls. */
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		input:not([type="hidden"]),
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		textarea,
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.ui-selectmenu-text {
		font-size: 16px !important;
		-webkit-appearance: none;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div {
		grid-template-columns: 42px minmax(0, 1fr) !important;
		column-gap: 10px !important;
		min-height: 92px !important;
		padding: 13px 12px !important;
		border-right: 1px solid var(--lux-chbs-line) !important;
		border-bottom: 0 !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div:last-child {
		border-right: 0 !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div
		> span:first-child {
		font-size: 35px !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div
		> span:nth-child(2) {
		font-size: 8.5px !important;
		letter-spacing: 0.025em !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div
		> span:nth-child(3) {
		font-size: clamp(17px, 5vw, 21px) !important;
	}
}

@media (max-width: 390px) {
	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-tab.ui-tabs
		> .ui-tabs-nav
		> li
		> a {
		font-size: 10px !important;
		letter-spacing: 0 !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div {
		grid-template-columns: 36px minmax(0, 1fr) !important;
		column-gap: 8px !important;
		padding-inline: 9px !important;
	}

	.lux-chbs-booking-experience
		.chbs-booking-form-id-10007
		.chbs-main-content-step-1
		.chbs-ride-info
		> div
		> span:first-child {
		font-size: 30px !important;
	}
}


/*=========================================================================
  CODE VERSION 3.0.0 — FINAL RIDE-INFO DIVIDER AUTHORITY
  Replaces the native table-cell width so exactly one divider sits at 50%.
=========================================================================*/

.lux-chbs-booking-experience
	.chbs-main.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info {
	position: relative !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.lux-chbs-booking-experience
	.chbs-main.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info
	> div {
	float: none !important;
	display: grid !important;
	width: 100% !important;
	max-width: none !important;
	border: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
}

.lux-chbs-booking-experience
	.chbs-main.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info
	> div:first-child:not(:only-child) {
	border-right: 1px solid var(--lux-chbs-line) !important;
}

.lux-chbs-booking-experience
	.chbs-main.chbs-booking-form-id-10007
	.chbs-main-content-step-1
	.chbs-ride-info
	> div:only-child {
	grid-column: 1 / -1 !important;
	border-right: 0 !important;
}