.pafre-public-search {
	--pafre-public-accent: var(--paf-accent, #2f7df6);
	--pafre-public-navy: var(--paf-navy, #081a2f);
	--pafre-public-border: #dbe4ef;
	--pafre-public-muted: #637086;
	color: #17243a;
	font-family: inherit;
}

.pafre-search-form {
	background: #fff;
	border: 1px solid var(--pafre-public-border);
	border-radius: 20px;
	box-shadow: 0 20px 55px rgb(8 26 47 / 12%);
	padding: clamp(22px, 4vw, 38px);
}

.pafre-search-form__heading {
	margin-bottom: 24px;
}

.pafre-search-form h2,
.pafre-results-heading h2,
.pafre-vehicle-card h3 {
	color: var(--pafre-public-navy);
	margin: 0;
}

.pafre-search-form h2 {
	font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.pafre-kicker,
.pafre-availability-label {
	color: var(--pafre-public-accent);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.pafre-search-form__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pafre-search-form label {
	display: flex;
	flex-direction: column;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 7px;
}

.pafre-search-form input,
.pafre-search-form select {
	background: #fff;
	border: 1px solid #cbd7e6;
	border-radius: 11px;
	color: #17243a;
	font: inherit;
	min-height: 50px;
	padding: 10px 12px;
	width: 100%;
}

.pafre-search-form input:focus,
.pafre-search-form select:focus {
	border-color: var(--pafre-public-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--pafre-public-accent), transparent 82%);
	outline: 0;
}

.pafre-search-submit,
.pafre-result-button {
	align-items: center;
	background: var(--pafre-public-accent);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	min-height: 50px;
	padding: 12px 24px;
	text-decoration: none;
}

.pafre-search-submit {
	margin-top: 22px;
}

.pafre-search-submit:hover,
.pafre-result-button:hover {
	filter: brightness(0.9);
	color: #fff;
}

.pafre-public-notice {
	background: #f4f7fb;
	border: 1px solid var(--pafre-public-border);
	border-radius: 14px;
	margin-top: 22px;
	padding: 18px 20px;
}

.pafre-public-notice--error {
	background: #fff2f2;
	border-color: #efbcbc;
	color: #8b1d1d;
}

.pafre-public-notice p {
	margin: 5px 0 0;
}

.pafre-search-results {
	margin-top: 42px;
}

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

.pafre-results-heading h2 {
	font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.pafre-results-heading > p {
	color: var(--pafre-public-muted);
	margin: 0;
}

.pafre-vehicle-results {
	display: grid;
	gap: 22px;
}

.pafre-vehicle-card {
	background: #fff;
	border: 1px solid var(--pafre-public-border);
	border-radius: 18px;
	box-shadow: 0 16px 45px rgb(8 26 47 / 9%);
	display: grid;
	grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
	overflow: hidden;
}

.pafre-vehicle-card__media {
	background: #edf2f8;
	min-height: 270px;
}

.pafre-vehicle-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pafre-vehicle-card__placeholder {
	align-items: center;
	color: #8a98aa;
	display: flex;
	font-size: 1.4rem;
	font-weight: 850;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.08em;
	min-height: 270px;
}

.pafre-vehicle-card__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	padding: clamp(22px, 4vw, 34px);
}

.pafre-vehicle-card h3 {
	font-size: clamp(1.5rem, 2.4vw, 2.1rem);
}

.pafre-vehicle-excerpt {
	color: var(--pafre-public-muted);
	margin: 8px 0 0;
}

.pafre-vehicle-specs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pafre-vehicle-specs li {
	background: #f1f5fa;
	border-radius: 999px;
	color: #43536a;
	font-size: 0.84rem;
	font-weight: 700;
	padding: 6px 11px;
}

.pafre-vehicle-card__footer {
	align-items: end;
	border-top: 1px solid #e6edf5;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding-top: 20px;
}

.pafre-search-price {
	display: flex;
	flex-direction: column;
}

.pafre-search-price span,
.pafre-search-price small {
	color: var(--pafre-public-muted);
}

.pafre-search-price strong {
	color: var(--pafre-public-navy);
	font-size: 1.7rem;
	line-height: 1.25;
}

.pafre-vehicle-page {
	background:
		radial-gradient(circle at 12% 0%, rgb(47 125 246 / 8%), transparent 32rem),
		#f4f7fb;
	padding: clamp(36px, 6vw, 80px) 20px;
}

.pafre-vehicle-shell {
	margin-inline: auto;
	max-width: 1180px;
	width: 100%;
}

.pafre-vehicle-detail {
	--pafre-public-accent: var(--paf-accent, #2f7df6);
	--pafre-public-navy: var(--paf-navy, #081a2f);
	--pafre-public-border: #dbe4ef;
	--pafre-public-muted: #637086;
	color: #17243a;
	font-family: inherit;
}

.pafre-vehicle-detail__intro {
	display: block;
	margin-bottom: 22px;
}

.pafre-vehicle-detail h1,
.pafre-vehicle-detail h2 {
	color: var(--pafre-public-navy);
}

.pafre-vehicle-detail h1 {
	font-size: clamp(2.15rem, 4.4vw, 3.8rem);
	line-height: 1.05;
	margin: 0;
}

.pafre-vehicle-detail__lead {
	color: var(--pafre-public-muted);
	font-size: 1.08rem;
	margin: 14px 0 0;
	max-width: 700px;
}

.pafre-detail-specs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.pafre-detail-specs li:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.pafre-detail-specs li {
	align-items: center;
	background: #fff;
	border: 1px solid var(--pafre-public-border);
	border-radius: 14px;
	display: flex;
	gap: 11px;
	min-width: 0;
	padding: 11px 12px;
}

.pafre-detail-specs__icon {
	background: #edf4fd;
	border-radius: 9px;
	color: var(--pafre-public-accent);
	display: grid;
	flex: 0 0 32px;
	height: 32px;
	place-items: center;
	width: 32px;
}

.pafre-detail-specs__icon svg {
	fill: none;
	height: 18px;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.pafre-detail-specs__copy {
	display: grid;
	min-width: 0;
}

.pafre-detail-specs__copy small {
	color: var(--pafre-public-muted);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.25;
	text-transform: uppercase;
}

.pafre-detail-specs__copy strong {
	color: var(--pafre-public-navy);
	font-size: 0.94rem;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.pafre-detail-gallery {
	background: #fff;
	border: 1px solid var(--pafre-public-border);
	border-radius: 20px;
	box-shadow: 0 16px 45px rgb(8 26 47 / 8%);
	overflow: hidden;
	padding: 10px;
}

.pafre-detail-gallery__stage {
	aspect-ratio: 16 / 10;
	background: linear-gradient(145deg, #f7f9fc, #e9eff7);
	border-radius: 14px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.pafre-detail-gallery__stage img {
	display: block;
	height: 100%;
	object-fit: contain;
	padding: clamp(8px, 2vw, 18px);
	width: 100%;
}

.pafre-detail-gallery__stage figcaption {
	backdrop-filter: blur(8px);
	background: rgb(8 26 47 / 78%);
	border-radius: 999px;
	bottom: 12px;
	color: #fff;
	font-size: 0.74rem;
	font-weight: 800;
	padding: 6px 10px;
	position: absolute;
	right: 12px;
}

.pafre-detail-gallery__thumbs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 10px 1px 1px;
	scrollbar-width: thin;
}

.pafre-detail-gallery__thumb {
	appearance: none;
	background: #f7f9fc;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	flex: 0 0 76px;
	height: 58px;
	overflow: hidden;
	padding: 3px;
}

.pafre-detail-gallery__thumb:hover,
.pafre-detail-gallery__thumb.is-active {
	border-color: var(--pafre-public-accent);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--pafre-public-accent), transparent 84%);
}

.pafre-detail-gallery__thumb img {
	border-radius: 7px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pafre-vehicle-detail__columns {
	align-items: start;
	display: grid;
	gap: clamp(24px, 4vw, 44px);
	grid-template-columns: minmax(0, 1fr) minmax(400px, 500px);
}

.pafre-vehicle-detail__content {
	align-self: start;
	display: grid;
	gap: 20px;
	position: sticky;
	top: 28px;
}

.pafre-vehicle-section {
	background: #fff;
	border: 1px solid var(--pafre-public-border);
	border-radius: 18px;
	padding: clamp(22px, 4vw, 34px);
}

.pafre-vehicle-section h2,
.pafre-vehicle-selection h2,
.pafre-price-breakdown h2 {
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	margin: 0 0 14px;
}

.pafre-rich-text > :first-child {
	margin-top: 0;
}

.pafre-rich-text > :last-child {
	margin-bottom: 0;
}

.pafre-feature-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.pafre-feature-list li {
	align-items: center;
	display: flex;
	gap: 9px;
}

.pafre-feature-list li::before {
	background: var(--pafre-public-accent);
	border-radius: 50%;
	color: #fff;
	content: "✓";
	display: inline-grid;
	font-size: 0.72rem;
	font-weight: 900;
	height: 20px;
	place-items: center;
	width: 20px;
}

.pafre-vehicle-selection {
	background: #fff;
	border: 1px solid var(--pafre-public-border);
	border-radius: 20px;
	box-shadow: 0 20px 55px rgb(8 26 47 / 12%);
	padding: clamp(20px, 3vw, 28px);
	position: static;
}

.pafre-vehicle-selection .pafre-public-search {
	margin-top: 22px;
}

.pafre-vehicle-selection .pafre-search-form {
	border: 0;
	box-shadow: none;
	padding: 0;
}

.pafre-vehicle-selection .pafre-search-form__heading {
	display: none;
}

.pafre-vehicle-selection .pafre-search-form__grid {
	grid-template-columns: 1fr;
}

.pafre-selection-summary {
	border-bottom: 1px solid var(--pafre-public-border);
	margin-bottom: 22px;
	padding-bottom: 20px;
}

.pafre-selection-summary > p {
	color: var(--pafre-public-muted);
}

.pafre-selection-summary dl,
.pafre-price-breakdown dl {
	display: grid;
	gap: 9px;
	margin: 16px 0;
}

.pafre-selection-summary dl div,
.pafre-price-breakdown dl div {
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.pafre-selection-summary dt {
	color: var(--pafre-public-muted);
}

.pafre-selection-summary dd,
.pafre-price-breakdown dd {
	font-weight: 800;
	margin: 0;
	text-align: right;
}

.pafre-rate-plan-form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.pafre-rate-plan-form .pafre-extras-fieldset {
	border-top: 1px solid var(--pafre-public-border);
	margin-top: 24px;
	padding-top: 24px;
}

.pafre-extras-fieldset legend {
	color: var(--pafre-public-navy);
	font-size: 1.2rem;
	font-weight: 850;
	padding: 0;
}

.pafre-extras-fieldset > p {
	color: var(--pafre-public-muted);
	font-size: 0.88rem;
	margin: 6px 0 14px;
}

.pafre-extra-options {
	display: grid;
	gap: 12px;
}

.pafre-extra-option {
	align-items: center;
	border: 1px solid #dbe4ef;
	border-radius: 14px;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 14px 16px;
}

.pafre-extra-option__copy {
	display: grid;
	gap: 4px;
}

.pafre-extra-option__copy small {
	color: var(--pafre-public-muted);
	line-height: 1.4;
}

.pafre-extra-quantity,
.pafre-extra-check {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 7px;
}

.pafre-extra-quantity span,
.pafre-extra-check span {
	font-size: 0.78rem;
	font-weight: 800;
}

.pafre-extra-quantity input {
	border: 1px solid #cbd7e6;
	border-radius: 9px;
	font: inherit;
	min-height: 42px;
	padding: 7px;
	width: 72px;
}

.pafre-extra-check input {
	accent-color: var(--pafre-public-accent);
	height: 18px;
	width: 18px;
}

.pafre-rate-options {
	display: grid;
	gap: 12px;
}

.pafre-rate-option {
	align-items: start;
	background: #fff;
	border: 1px solid #cbd7e6;
	border-radius: 16px;
	cursor: pointer;
	display: grid;
	gap: 11px;
	grid-template-columns: auto auto minmax(0, 1fr);
	padding: 15px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pafre-rate-option:hover {
	border-color: color-mix(in srgb, var(--pafre-public-accent), #cbd7e6 45%);
	transform: translateY(-1px);
}

.pafre-rate-option:has(input:checked) {
	background: color-mix(in srgb, var(--pafre-public-accent), #fff 94%);
	border-color: var(--pafre-public-accent);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--pafre-public-accent), transparent 84%);
}

.pafre-rate-option input {
	accent-color: var(--pafre-public-accent);
	height: 17px;
	margin: 5px 0 0;
	width: 17px;
}

.pafre-rate-option__icon {
	background: #eef4fc;
	border-radius: 10px;
	color: var(--pafre-public-navy);
	display: grid;
	font-size: 0.72rem;
	font-weight: 900;
	height: 30px;
	place-items: center;
	width: 30px;
}

.pafre-rate-option--paid .pafre-rate-option__icon {
	background: #eaf2ff;
	color: var(--pafre-public-accent);
}

.pafre-rate-option__copy {
	display: grid;
	gap: 5px;
}

.pafre-rate-option__copy > span {
	align-items: center;
	display: flex;
	gap: 8px;
}

.pafre-rate-option__copy em {
	background: #def8e8;
	border-radius: 999px;
	color: #17653a;
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 850;
	padding: 3px 7px;
	text-transform: uppercase;
}

.pafre-rate-option__copy small {
	color: var(--pafre-public-muted);
	line-height: 1.45;
}

.pafre-rate-option__price {
	color: var(--pafre-public-navy);
	font-size: 0.88rem;
	font-weight: 850;
	grid-column: 3;
}

.pafre-insurance-minimum {
	background: #fff7df;
	border: 1px solid #f3d78b;
	border-radius: 9px;
	color: #684c05 !important;
	display: block;
	font-weight: 700;
	margin-top: 3px;
	padding: 8px 9px;
}

.pafre-rate-plan-form .pafre-search-submit {
	width: 100%;
}

.pafre-selection-actions {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
	margin-top: 12px;
}

.pafre-selection-actions .pafre-search-submit {
	margin-top: 0;
}

.pafre-search-submit--secondary {
	background: #e9eff7;
	color: var(--pafre-public-navy);
}

.pafre-search-submit--secondary:hover {
	background: #dce6f2;
	color: var(--pafre-public-navy);
	filter: none;
}

.pafre-review-actions .pafre-search-submit.pafre-search-submit--secondary {
	background: #e9eff7;
	border: 1px solid var(--pafre-public-border);
	box-shadow: none;
	color: var(--pafre-public-navy);
}

.pafre-review-actions .pafre-search-submit.pafre-search-submit--secondary:hover,
.pafre-review-actions .pafre-search-submit.pafre-search-submit--secondary:focus-visible {
	background: #dce6f2;
	color: var(--pafre-public-navy);
	filter: none;
}

.pafre-auto-price-note {
	align-items: center;
	background: #f1f6fc;
	border-radius: 10px;
	color: var(--pafre-public-muted);
	display: flex;
	font-size: 0.78rem;
	gap: 8px;
	line-height: 1.4;
	margin: 16px 0 0;
	padding: 9px 11px;
}

.pafre-auto-price-note::before {
	background: #28a164;
	border-radius: 50%;
	content: "";
	flex: 0 0 auto;
	height: 8px;
	width: 8px;
}

.pafre-rate-plan-form.is-updating {
	pointer-events: none;
}

.pafre-rate-plan-form.is-updating .pafre-auto-price-note::before {
	animation: pafre-price-pulse 700ms ease-in-out infinite alternate;
	background: var(--pafre-public-accent);
}

@keyframes pafre-price-pulse {
	to {
		opacity: 0.35;
		transform: scale(0.7);
	}
}

.pafre-price-breakdown {
	border-top: 1px solid var(--pafre-public-border);
	margin-top: 24px;
	padding-top: 24px;
}

.pafre-price-breakdown dt {
	color: var(--pafre-public-muted);
}

.pafre-price-breakdown__total {
	border-top: 1px solid var(--pafre-public-border);
	color: var(--pafre-public-navy);
	font-size: 1.1rem;
	margin-top: 8px;
	padding-top: 14px;
}

.pafre-price-breakdown__total dt {
	color: inherit;
	font-weight: 850;
}

.pafre-caution-note,
.pafre-next-step-note {
	border-radius: 10px;
	font-size: 0.83rem;
	margin: 12px 0 0;
	padding: 10px 12px;
}

.pafre-caution-note {
	background: #fff7df;
	color: #684c05;
}

.pafre-next-step-note {
	background: #f1f5fa;
	color: var(--pafre-public-muted);
}

.pafre-customer-details {
	border-top: 1px solid var(--pafre-public-border);
	margin-top: 28px;
	padding-top: 28px;
}

.pafre-sidebar-customer {
	border-top: 1px solid var(--pafre-public-border);
	margin-top: 28px;
	padding-top: 28px;
}

.pafre-sidebar-customer .pafre-customer-details {
	border: 0;
	margin: 0;
	padding: 0;
}

.pafre-customer-details__heading > p:last-child {
	color: var(--pafre-public-muted);
}

.pafre-public-notice--success {
	background: #edfbf2;
	border-color: #a9dfbd;
	color: #175b31;
}

.pafre-public-notice ul {
	margin-bottom: 0;
	padding-left: 20px;
}

.pafre-customer-form {
	margin-top: 22px;
}

.pafre-customer-form__grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pafre-customer-field {
	display: flex;
	flex-direction: column;
	font-size: 0.87rem;
	font-weight: 750;
	gap: 6px;
}

.pafre-customer-field--wide {
	grid-column: 1 / -1;
}

.pafre-customer-field input,
.pafre-customer-field select,
.pafre-customer-field textarea {
	background: #fff;
	border: 1px solid #cbd7e6;
	border-radius: 10px;
	color: #17243a;
	font: inherit;
	min-height: 48px;
	padding: 9px 11px;
	width: 100%;
}

.pafre-customer-field select {
	cursor: pointer;
}

.pafre-customer-field input:focus,
.pafre-customer-field select:focus,
.pafre-customer-field textarea:focus {
	border-color: var(--pafre-public-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--pafre-public-accent), transparent 82%);
	outline: 0;
}

.pafre-customer-field small,
.pafre-form-privacy {
	color: var(--pafre-public-muted);
	font-size: 0.78rem;
	font-weight: 500;
}

.pafre-second-driver {
	border: 1px solid var(--pafre-public-border);
	border-radius: 14px;
	margin: 22px 0 0;
	padding: 18px;
}

.pafre-custom-customer-fields {
	background: #f8faff;
	border: 1px solid var(--pafre-public-border);
	border-radius: 14px;
	margin: 22px 0 0;
	padding: 18px;
}

.pafre-custom-customer-fields legend {
	color: var(--pafre-public-navy);
	font-size: 1rem;
	font-weight: 850;
	padding: 0 7px;
}

.pafre-custom-customer-fields > p {
	color: var(--pafre-public-muted);
	font-size: 0.85rem;
	margin: 0 0 15px;
}

.pafre-custom-checkbox {
	align-items: center;
	display: flex;
	gap: 9px;
	min-height: 42px;
}

.pafre-customer-field .pafre-custom-checkbox input {
	accent-color: var(--pafre-public-accent);
	height: 19px;
	min-height: 19px;
	width: 19px;
}

.pafre-second-driver legend {
	color: var(--pafre-public-navy);
	font-size: 1rem;
	font-weight: 850;
	padding: 0 7px;
}

.pafre-second-driver__toggle {
	align-items: center;
	display: flex;
	font-weight: 750;
	gap: 8px;
	margin-bottom: 15px;
}

.pafre-second-driver__toggle input {
	accent-color: var(--pafre-public-accent);
	height: 18px;
	width: 18px;
}

.pafre-customer-form > .pafre-search-submit {
	width: 100%;
}

.pafre-booking-review {
	border-top: 1px solid var(--pafre-public-border);
	margin-top: 22px;
	padding-top: 22px;
}

.pafre-review-cards {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.pafre-review-card,
.pafre-review-payment,
.pafre-review-consents {
	background: #f8faff;
	border: 1px solid var(--pafre-public-border);
	border-radius: 14px;
	padding: 16px;
}

.pafre-review-card h3 {
	color: var(--pafre-public-navy);
	font-size: 1rem;
	margin: 0 0 12px;
}

.pafre-review-card dl {
	display: grid;
	gap: 8px;
	margin: 0;
}

.pafre-review-card dl > div {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(90px, 0.8fr) minmax(0, 1.2fr);
}

.pafre-review-card dt {
	color: var(--pafre-public-muted);
	font-size: 0.78rem;
	font-weight: 700;
}

.pafre-review-card dd {
	color: var(--pafre-public-navy);
	font-size: 0.84rem;
	font-weight: 750;
	margin: 0;
	overflow-wrap: anywhere;
	text-align: right;
}

.pafre-review-card--price .pafre-review-total {
	border-top: 1px solid var(--pafre-public-border);
	font-size: 1rem;
	margin-top: 5px;
	padding-top: 10px;
}

.pafre-review-card--price > p {
	color: var(--pafre-public-muted);
	font-size: 0.78rem;
	margin: 10px 0 0;
}

.pafre-review-form {
	margin-top: 14px;
}

.pafre-review-payment {
	margin: 0;
}

.pafre-review-payment legend {
	color: var(--pafre-public-navy);
	font-size: 1rem;
	font-weight: 850;
	padding: 0 7px;
}

.pafre-review-payment > p {
	color: var(--pafre-public-muted);
	font-size: 0.82rem;
	margin: 0 0 12px;
}

.pafre-review-payment__options {
	display: grid;
	gap: 9px;
}

.pafre-review-payment__options label,
.pafre-review-consents label {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #d8e1ee;
	border-radius: 11px;
	cursor: pointer;
	display: flex;
	gap: 10px;
	padding: 12px;
}

.pafre-review-payment__options input,
.pafre-review-consents input {
	accent-color: var(--pafre-public-accent);
	flex: 0 0 auto;
	height: 18px;
	margin-top: 2px;
	width: 18px;
}

.pafre-review-payment__options span,
.pafre-review-payment__options small {
	display: block;
}

.pafre-review-payment__options small {
	color: var(--pafre-public-muted);
	font-size: 0.75rem;
	margin-top: 2px;
}

.pafre-review-consents {
	display: grid;
	gap: 9px;
	margin-top: 12px;
}

.pafre-review-consents span {
	font-size: 0.83rem;
	font-weight: 650;
}

.pafre-review-actions {
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr;
	margin-top: 12px;
}

.pafre-review-actions .pafre-search-submit {
	width: 100%;
}

.pafre-booking-reference {
	display: inline-block;
	font-size: 1.05rem;
	letter-spacing: 0.06em;
	margin-left: 4px;
}

.pafre-confirmation-actions {
	margin: 14px 0 0;
}

.pafre-confirmation-actions .pafre-search-submit {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.pafre-form-privacy {
	margin: 10px 0 0;
	text-align: center;
}

@media (min-width: 901px) {
	.pafre-vehicle-detail__content {
		max-height: calc(100vh - 56px);
		overflow-y: auto;
		padding-right: 6px;
		scrollbar-color: #c8d5e5 transparent;
		scrollbar-width: thin;
	}
}

@media (max-width: 900px) {
	.pafre-search-form__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pafre-vehicle-detail__intro {
		align-items: start;
		flex-direction: column;
	}

	.pafre-detail-specs {
		max-width: none;
		width: 100%;
	}

	.pafre-vehicle-detail__columns {
		grid-template-columns: 1fr;
	}

	.pafre-vehicle-detail__content {
		position: static;
	}

	.pafre-vehicle-selection {
		position: static;
	}
}

@media (max-width: 680px) {
	.pafre-search-form__grid {
		grid-template-columns: 1fr;
	}

	.pafre-search-submit,
	.pafre-result-button {
		width: 100%;
	}

	.pafre-results-heading,
	.pafre-vehicle-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.pafre-vehicle-card {
		grid-template-columns: 1fr;
	}

	.pafre-vehicle-card__media,
	.pafre-vehicle-card__placeholder {
		min-height: 220px;
	}

	.pafre-vehicle-page {
		padding-inline: 14px;
	}

	.pafre-detail-gallery__stage {
		aspect-ratio: 4 / 3;
	}

	.pafre-feature-list {
		grid-template-columns: 1fr;
	}

	.pafre-detail-specs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pafre-extra-option {
		align-items: stretch;
		flex-direction: column;
	}

	.pafre-extra-quantity,
	.pafre-extra-check {
		justify-content: space-between;
	}

	.pafre-customer-form__grid {
		grid-template-columns: 1fr;
	}

	.pafre-customer-field--wide {
		grid-column: auto;
	}
}
