.apbs-booking-shell {
	--apbs-ink: #17202a;
	--apbs-muted: #667085;
	--apbs-line: #d7dee7;
	--apbs-panel: #ffffff;
	--apbs-primary: #0f6b63;
	--apbs-primary-dark: #0a514b;
	--apbs-accent: #b4471f;
	max-width: 980px;
	margin: 0 auto;
	color: var(--apbs-ink);
	font-family: inherit;
}

/* C8 compact comparison cards and optional-vehicle booking flow. */
.apbs-offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.apbs-offer-card{position:relative;display:block;padding:0;overflow:hidden;border:1px solid #e2e7ed;border-radius:10px;background:#fff;box-shadow:0 5px 18px rgba(15,34,55,.12);cursor:pointer}
.apbs-offer-card:hover,.apbs-offer-card.is-selected{border-color:#c9232d;box-shadow:0 10px 28px rgba(15,34,55,.17);transform:translateY(-2px)}
.apbs-offer-card>input[type=radio]{position:absolute;opacity:0;pointer-events:none}
.apbs-deal-head{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:10px;padding:17px 18px 8px;color:#111827}
.apbs-deal-head>strong{color:#c9232d;font-size:15px;line-height:1.08}
.apbs-offer-rating{color:#f5b900;font-size:13px;white-space:nowrap}
.apbs-offer-rating small{color:#526173;font-size:9px}
.apbs-offer-price{color:#111827;font-size:18px;font-weight:800;white-space:nowrap}
.apbs-offer-body{display:grid;grid-template-columns:112px 1fr;align-items:center;gap:15px;padding:9px 18px 12px}
.apbs-offer-logo{display:flex;align-items:center;justify-content:center;min-height:90px}
.apbs-offer-logo img{display:block;width:104px;max-height:86px;object-fit:contain}
.apbs-offer-features{display:grid;gap:5px;color:#192536;font-size:12px;line-height:1.25}
.apbs-offer-actions{display:flex;flex-wrap:wrap;gap:9px;padding:0 18px 12px}
.apbs-offer-actions button,.apbs-offer-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 18px;border:0;border-radius:999px;background:#c9232d;color:#fff;font:inherit;font-size:12px;font-weight:800;text-decoration:none;cursor:pointer}
.apbs-offer-more{margin:0 18px 12px;padding:12px 14px;border-radius:8px;background:#fff5f5;color:#263446;font-size:12px}
.apbs-offer-more[hidden]{display:none}
.apbs-offer-more p{margin:6px 0}
.apbs-offer-more ul{margin:8px 0 0;padding-left:18px}
.apbs-offer-icons{display:flex;justify-content:flex-end;gap:7px;padding:0 18px 8px;color:#c9232d}
.apbs-offer-icons span{display:grid;width:23px;height:23px;place-items:center;border:1px solid #c9232d;border-radius:50%;font-size:11px}
.apbs-offer-band{padding:7px 15px;background:#0b0c0e;color:#fff;font-size:12px;font-weight:800;text-align:center}
.apbs-form-section-title{margin-top:28px!important;padding-top:24px;border-top:1px solid #e0e7ef;color:#d0252e!important;font-size:19px!important;font-weight:600!important}
.apbs-vehicle-choice{display:flex;align-items:center;gap:18px;margin:0;padding:0;border:0}
.apbs-vehicle-choice legend{float:left;margin-right:8px;font-size:13px}
.apbs-vehicle-choice label{display:inline-flex;flex-direction:row;align-items:center;gap:7px;font-size:13px}
.apbs-vehicle-choice input{accent-color:#c9232d}
.apbs-booking-fee{display:flex;justify-content:space-between;gap:12px;margin:18px 0 10px;padding:13px 16px;border:1px dashed #c9232d;border-radius:9px;background:#fff7f7;color:#172033}
.apbs-booking-fee small{color:#667085}
@media(max-width:900px){.apbs-offer-grid{grid-template-columns:1fr}}
@media(max-width:580px){.apbs-deal-head{grid-template-columns:1fr auto}.apbs-deal-head .apbs-offer-rating{grid-column:1/-1}.apbs-offer-body{grid-template-columns:82px 1fr;padding-inline:14px}.apbs-offer-logo img{width:76px}.apbs-offer-actions{display:grid;grid-template-columns:repeat(2,1fr);padding-inline:14px}.apbs-offer-actions button,.apbs-offer-actions a{width:100%;padding-inline:10px}.apbs-vehicle-choice{flex-wrap:wrap}.apbs-vehicle-choice legend{width:100%}.apbs-booking-fee{flex-direction:column}}

.apbs-booking-form {
	background: var(--apbs-panel);
	border: 1px solid var(--apbs-line);
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 12px 30px rgba(24, 38, 50, 0.08);
}

.apbs-stepper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	margin-bottom: 22px;
}

.apbs-stepper span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	border-radius: 999px;
	background: #edf1f5;
	color: var(--apbs-muted);
	font-weight: 700;
}

.apbs-stepper span.is-active {
	background: var(--apbs-primary);
	color: #ffffff;
}

.apbs-step {
	display: none;
}

.apbs-step.is-active {
	display: block;
}

.apbs-step h2 {
	margin: 0 0 18px;
	font-size: 22px;
	line-height: 1.25;
}

.apbs-offers-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.apbs-date-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: -24px -24px 24px;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(115deg, #061a36, #0a4388);
	color: #fff;
	padding: 16px 22px;
	font-size: .84rem;
	font-weight: 750;
}

.apbs-date-summary button {
	flex: 0 0 auto;
	border: 1px solid rgba(255,255,255,.34);
	border-radius: 999px;
	background: rgba(255,255,255,.1);
	color: #fff;
	padding: 7px 12px;
	font: inherit;
	font-size: .72rem;
	font-weight: 850;
	text-transform: uppercase;
	cursor: pointer;
}

.apbs-date-summary button:hover {
	background: #ff6b00;
	border-color: #ff6b00;
}

.apbs-offers-heading h2 {
	margin: 3px 0 5px;
	font-size: clamp(1.55rem, 4vw, 2.2rem);
}

.apbs-offers-heading p {
	margin: 0;
	color: var(--apbs-muted);
}

.apbs-offers-eyebrow {
	color: #0758b7;
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.apbs-offer-sort {
	display: inline-flex;
	flex: 0 0 auto;
	padding: 4px;
	border: 1px solid var(--apbs-line);
	border-radius: 999px;
	background: #f4f7fa;
}

.apbs-offer-sort button {
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #526074;
	padding: 8px 13px;
	font: inherit;
	font-size: .78rem;
	font-weight: 800;
	cursor: pointer;
}

.apbs-offer-sort button.is-active {
	background: #0758b7;
	box-shadow: 0 5px 16px rgba(7, 88, 183, .2);
	color: #fff;
}

.apbs-offer-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.apbs-offer-card {
	position: relative;
	display: flex !important;
	overflow: hidden;
	flex-direction: column;
	gap: 15px !important;
	min-height: 300px;
	border: 1px solid #dbe4ef;
	border-radius: 18px;
	background: #fff;
	padding: 22px;
	box-shadow: 0 15px 38px rgba(19, 37, 63, .09);
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.apbs-offer-card:hover {
	border-color: #8cb8ea;
	box-shadow: 0 22px 48px rgba(19, 37, 63, .14);
	transform: translateY(-3px);
}

.apbs-offer-card.is-selected {
	border-color: #0758b7;
	box-shadow: 0 0 0 3px rgba(7, 88, 183, .13), 0 22px 48px rgba(19, 37, 63, .14);
}

.apbs-offer-card > input {
	position: absolute;
	width: 1px;
	height: 1px;
	min-height: 1px;
	opacity: 0;
}

.apbs-offer-badge {
	align-self: flex-start;
	border-radius: 999px;
	background: #eaf3ff;
	color: #0758b7;
	padding: 6px 10px;
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.apbs-offer-flexible .apbs-offer-badge {
	background: #eaf3ff;
	color: #0758b7;
}

.apbs-offer-premium .apbs-offer-badge {
	background: #fff6cf;
	color: #765700;
}

.apbs-offer-best-value .apbs-offer-badge {
	background: #e5f8ef;
	color: #087a51;
}

.apbs-offer-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: start;
}

.apbs-offer-parent {
	margin-bottom: -6px;
	color: #7a8799;
	font-size: .66rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.apbs-offer-top > strong {
	color: #101828;
	font-size: 1.02rem;
	line-height: 1.2;
}

.apbs-offer-price {
	color: #0758b7;
	font-size: 1.35rem;
	font-weight: 900;
	white-space: nowrap;
}

.apbs-offer-rating {
	color: #f5a400;
	font-size: .78rem;
	letter-spacing: .04em;
}

.apbs-offer-rating small {
	margin-left: 6px;
	color: #667085;
	font-weight: 700;
	letter-spacing: 0;
}

.apbs-offer-description {
	min-height: 42px;
	color: #5d6a7e;
	font-size: .78rem;
	line-height: 1.45;
}

.apbs-offer-body {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
}

.apbs-offer-mark {
	display: grid;
	width: 68px;
	height: 68px;
	place-items: center;
	border-radius: 18px;
	background: linear-gradient(145deg, #0758b7, #062f67);
	box-shadow: 0 10px 24px rgba(7, 88, 183, .25);
	color: #fff;
	font-size: 1.22rem;
	font-weight: 950;
}

.apbs-offer-features {
	display: grid;
	gap: 6px;
	color: #455468;
	font-size: .75rem;
	font-weight: 650;
	line-height: 1.3;
	max-height: 228px;
	overflow: auto;
	padding-right: 5px;
	scrollbar-width: thin;
}

.apbs-offer-features span::first-letter {
	color: #ff6b00;
}

.apbs-offer-select {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto -22px -22px;
	background: #09182b;
	color: #fff;
	padding: 13px 22px;
	font-size: .78rem;
	font-weight: 850;
}

.apbs-offer-card.is-selected .apbs-offer-select {
	background: #ff6b00;
}

.apbs-offer-empty {
	margin-top: 16px;
	border: 1px solid #f2c0b2;
	border-radius: 14px;
	background: #fff4ef;
	color: #8b351d;
	padding: 18px;
	font-weight: 750;
}

.apbs-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.apbs-booking-form label {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 0;
	font-size: 14px;
	font-weight: 700;
}

.apbs-booking-form input,
.apbs-booking-form select,
.apbs-booking-form textarea {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--apbs-line);
	border-radius: 6px;
	background: #ffffff;
	color: var(--apbs-ink);
	padding: 10px 12px;
	font: inherit;
	box-sizing: border-box;
}

.apbs-booking-form textarea {
	min-height: 96px;
	resize: vertical;
}

.apbs-full {
	grid-column: 1 / -1;
}

.apbs-check {
	flex-direction: row !important;
	align-items: center;
	min-height: 44px;
}

.apbs-check input {
	width: 18px;
	min-height: 18px;
}

.apbs-customer-notice {
	border: 1px solid #d8e5f4;
	border-radius: 16px;
	background: #f7faff;
	padding: 18px 20px;
}

.apbs-customer-notice h3 {
	margin: 0 0 10px;
	font-size: 1rem;
}

.apbs-customer-notice details {
	border-top: 1px solid #dfe9f5;
}

.apbs-customer-notice summary {
	padding: 11px 0;
	color: #0d315e;
	font-size: .82rem;
	font-weight: 800;
	cursor: pointer;
}

.apbs-customer-notice p {
	margin: -2px 0 13px;
	color: #536277;
	font-size: .78rem;
	line-height: 1.55;
}

.apbs-extras {
	display: grid;
	gap: 10px;
	margin-bottom: 16px;
}

.apbs-extras label {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 90px;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border: 1px solid var(--apbs-line);
	border-radius: 8px;
}

.apbs-extras small {
	display: block;
	color: var(--apbs-muted);
	font-weight: 400;
	margin-top: 2px;
}

.apbs-quote {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 18px;
	padding: 14px 16px;
	border: 1px solid #bfd7d3;
	border-radius: 8px;
	background: #f4fbfa;
}

.apbs-quote strong {
	font-size: 22px;
	color: var(--apbs-primary-dark);
}

.apbs-quote small {
	color: var(--apbs-accent);
	font-weight: 700;
}

.apbs-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 22px;
}

.apbs-actions button {
	min-height: 44px;
	border: 1px solid var(--apbs-line);
	border-radius: 6px;
	background: #ffffff;
	color: var(--apbs-ink);
	padding: 10px 18px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.apbs-actions .apbs-next,
.apbs-actions .apbs-submit {
	background: var(--apbs-primary);
	border-color: var(--apbs-primary);
	color: #ffffff;
}

.apbs-actions button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.apbs-submit {
	display: none;
}

.apbs-payment-online {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	min-height: 44px;
	border: 1px solid #bcd5ef;
	border-radius: 12px;
	background: #f0f7ff;
	color: #0758b7;
	padding: 10px 13px;
	font-weight: 800;
}

.apbs-payment-online small {
	color: #476786;
	font-size: .78rem;
	font-weight: 600;
	line-height: 1.35;
}

.apbs-alert {
	border-radius: 8px;
	padding: 12px 14px;
	margin: 0 0 16px;
	font-weight: 700;
}

.apbs-alert-success {
	background: #e9f7ef;
	color: #145a32;
	border: 1px solid #b7e4c7;
}

.apbs-alert-error {
	background: #fff2f0;
	color: #9b2c1f;
	border: 1px solid #f3b4aa;
}

.apbs-booking-search {
	display: grid;
	grid-template-columns: 1.35fr 1fr .78fr 1fr .78fr auto;
	align-items: end;
	gap: 12px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 24px 70px rgba(1, 18, 45, 0.25);
	color: #12213a;
}

.apbs-search-field {
	min-width: 0;
}

.apbs-search-field label {
	display: block;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.apbs-search-field input,
.apbs-search-field select {
	width: 100%;
	height: 50px;
	border: 1px solid #ced8e6;
	border-radius: 12px;
	background: #fff;
	color: #14213a;
	padding: 0 12px;
	font: inherit;
}

.apbs-search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 50px;
	white-space: nowrap;
	border: 0;
	border-radius: 12px;
	background: #ff6b00;
	color: #fff;
	padding: 0 22px;
	font: inherit;
	font-weight: 850;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(255, 107, 0, 0.25);
}

.apbs-search-submit:hover {
	background: #e85f00;
	transform: translateY(-1px);
}

@media (max-width: 700px) {
	.apbs-booking-form {
		padding: 16px;
	}

	.apbs-grid,
	.apbs-extras label,
	.apbs-offer-grid {
		grid-template-columns: 1fr;
	}

	.apbs-offers-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.apbs-date-summary {
		align-items: flex-start;
		flex-direction: column;
		margin: -16px -16px 20px;
	}

	.apbs-offer-sort {
		align-self: flex-start;
	}

	.apbs-actions,
	.apbs-quote {
		flex-direction: column;
		align-items: stretch;
	}

	.apbs-booking-search {
		grid-template-columns: 1fr 1fr;
	}

	.apbs-search-field:first-child,
	.apbs-search-submit {
		grid-column: 1 / -1;
	}
}

@media (min-width: 701px) and (max-width: 1080px) {
	.apbs-booking-search {
		grid-template-columns: repeat(2, 1fr);
	}

	.apbs-search-field:first-child,
	.apbs-search-submit {
		grid-column: 1 / -1;
	}
}

@media (max-width: 520px) {
	.apbs-stepper {
		gap: 5px;
	}

	.apbs-stepper span {
		height: 29px;
		font-size: .78rem;
	}

	.apbs-offer-card {
		padding: 18px;
	}

	.apbs-offer-body {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.apbs-offer-mark {
		width: 56px;
		height: 56px;
		border-radius: 15px;
	}

	.apbs-offer-select {
		margin: auto -18px -18px;
		padding-inline: 18px;
	}

	.apbs-booking-search {
		grid-template-columns: 1fr;
		padding: 14px;
		border-radius: 16px;
	}

	.apbs-search-field:first-child,
	.apbs-search-submit {
		grid-column: auto;
	}

	.apbs-search-field input,
	.apbs-search-field select,
	.apbs-search-submit {
		min-height: 48px;
		font-size: 16px;
	}
}

body .apbs-offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body .apbs-offer-card{display:block!important;gap:0!important;min-height:0;padding:0;border:1px solid #e2e7ed;border-radius:10px;background:#fff;overflow:hidden}
body .apbs-offer-card:hover,body .apbs-offer-card.is-selected{border-color:#c9232d}
body .apbs-offer-card>input[type=radio]{position:absolute;opacity:0;pointer-events:none}
body .apbs-offer-body{display:grid;grid-template-columns:112px 1fr;padding:9px 18px 12px}
body .apbs-offer-price{color:#111827;font-size:18px}
body .apbs-offer-features{max-height:none;overflow:visible;color:#192536}
.apbs-datetime-parts{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(110px,.75fr);gap:9px}
.apbs-datetime-parts input,.apbs-datetime-parts select{width:100%}
@media(max-width:900px){body .apbs-offer-grid{grid-template-columns:1fr}}
@media(max-width:580px){body .apbs-offer-body{grid-template-columns:82px 1fr;padding-inline:14px}.apbs-datetime-parts{grid-template-columns:1fr}}
