
/* Plugin-owned public inventory icons (theme / icon-font independent). */
.gcr-ui-icon {
	display: inline-block;
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
	margin: 0;
	vertical-align: -0.125em;
}

/*
 * GCR Dealer Services Front-End CSS
 * Cleaned against the supplied plugin templates and JavaScript.
 *
 * Dealer-facing CTA, header and gallery-arrow colors are centralized in :root.
 * Dynamic WordPress, legacy filtering, Gravity Forms, Slick and JavaScript
 * state selectors are intentionally retained.
 */

/* =========================================================
   Design tokens
   ========================================================= */

:root {
	/* =====================================================
	   DEALER COLORS — POPULATED FROM DEALER SITE SETTINGS
	   ===================================================== */

	--gcr-primary-color: #CA0000;
	--gcr-primary-hover-color: #000000;
	--gcr-primary-text-color: #ffffff;
	--gcr-primary-hover-text-color: #ffffff;

	--gcr-header-background: #000000;
	--gcr-header-text-color: #ffffff;

	--gcr-slick-arrow-color: #CA0000;

	/* Dealer button font */
	--gcr-button-font-family: inherit;
	--gcr-button-text-transform: uppercase;

	--gcr-card-gallery-height: 360px;

	--gcr-button-primary-bg: var(--gcr-primary-color);
	--gcr-button-primary-hover-bg: var(--gcr-primary-hover-color);
	--gcr-button-primary-text: var(--gcr-primary-text-color);
	--gcr-button-primary-hover-text: var(--gcr-primary-hover-text-color);

	--gcr-card-accent: var(--gcr-primary-color);
	--gcr-card-accent-hover: var(--gcr-primary-hover-color);
	--gcr-card-accent-hover-text: var(--gcr-primary-hover-text-color);

	--gcr-danger: var(--gcr-primary-color);
	--gcr-danger-hover: var(--gcr-primary-hover-color);

	/* =====================================================
	   DEALER BORDER RADIUS — POPULATED FROM DEALER SITE SETTINGS
	   ===================================================== */

	/* Buttons and interactive controls */
	--gcr-button-radius: 0;

	/* Cards, modals, galleries and major containers */
	--gcr-container-radius: 0;

	/* Smaller cards, fields, specifications and inner elements */
	--gcr-element-radius: 0;

	/* Callouts with rounded corners on selected sides */
	--gcr-callout-radius: 0;

	/* Badges, counters and pill-shaped labels */
	--gcr-pill-radius: 999px;

	/* Circular gallery arrows */
	--gcr-circle-radius: 50%;
}

/* =========================================================
   Certified Pre-Owned badges
   ========================================================= */

.single-cpo-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	padding: 11px 18px;
	background: var(--gcr-primary-color);
	color: var(--gcr-primary-text-color);
	font-size: 14px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	border-radius: var(--gcr-pill-radius);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.single-cpo-badge__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background: var(--gcr-primary-text-color);
	color: var(--gcr-primary-color);
	font-size: 12px;
	font-weight: 900;
	border-radius: var(--gcr-circle-radius);
}

.inventory-cpo-badge {
	display: inline-flex;
	align-items: center;
	gap: clamp(4px, 0.45vw, 7px);
	width: fit-content;
	max-width: 100%;
	margin: 10px 0 14px;
	padding: clamp(6px, 0.55vw, 9px) clamp(8px, 0.9vw, 14px);
	background: var(--gcr-primary-color);
	color: var(--gcr-primary-text-color);
	font-size: clamp(9px, 0.75vw, 12px);
	line-height: 1.05;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: clamp(0.2px, 0.04vw, 0.5px);
	white-space: nowrap;
	border-radius: var(--gcr-pill-radius);
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16);
}

.inventory-cpo-badge > span:last-child {
	min-width: 0;
	white-space: nowrap;
}

.inventory-cpo-badge__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: clamp(13px, 1.1vw, 16px);
	height: clamp(13px, 1.1vw, 16px);
	background: var(--gcr-primary-text-color);
	color: var(--gcr-primary-color);
	font-size: clamp(8px, 0.75vw, 11px);
	font-weight: 900;
	border-radius: var(--gcr-circle-radius);
}

/* =========================================================
   General theme adjustments
   ========================================================= */

.listing-card-cta,
.gcr-vdp-documents a,
.gcr-vdp-primary-cta,
.gcr-vdp-secondary-cta,
.gcr-vdp-text-cta,
.gcr-vdp-financing a,
.gcr-vdp-video .listing-watch-video,
.gcr-inventory-view-button,
.gcr-vdp-accordion-toggle,
.filter-cta-half,
.reset-mobile-filter,
.mobile-cta,
.mobile-cta-half,
.floating-filter-cta,
.reset-filter-cta,
.vdp-call-cta,
.oem-builder-cta,
.go-back-button,
.gform_wrapper input[type="submit"],
.gform_wrapper input[type="button"],
.gform_wrapper button {
	border-radius: var(--gcr-button-radius) !important;
	font-family: var(--gcr-button-font-family) !important;
	text-transform: var(--gcr-button-text-transform, uppercase) !important;
}

/* =========================================================
   Sitewide Gravity Forms design system
   =========================================================

   Gravity Forms may be embedded by Elementor, Astra widgets, page content,
   popups, inventory templates, or ordinary shortcodes. Keep the form shell
   neutral, but make every public field/control consume the same GCR frontend
   design tokens. More specialized GCR lead-form rules later in this file may
   intentionally refine layout without having to redefine the core visuals.
*/
html body .gform_wrapper,
html body .gform_wrapper form,
html body .gform_wrapper fieldset,
html body .gform_wrapper legend,
html body .gform_wrapper label,
html body .gform_wrapper input,
html body .gform_wrapper select,
html body .gform_wrapper textarea,
html body .gform_wrapper button {
	font-family: inherit !important;
	box-sizing: border-box;
}

html body .gform_wrapper fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

html body .gform_wrapper .gform_heading {
	margin: 0 0 18px !important;
}

html body .gform_wrapper .gform_title {
	margin: 0 0 6px !important;
	color: inherit !important;
	font-size: clamp(22px, 2.2vw, 28px) !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
}

html body .gform_wrapper .gform_description {
	margin: 0 !important;
	color: #667085 !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

html body .gform_wrapper .gform_fields {
	column-gap: 16px;
	row-gap: 18px;
}

html body .gform_wrapper .gfield_label,
html body .gform_wrapper .gfield_label_before_complex,
html body .gform_wrapper legend.gfield_label {
	display: inline-block;
	margin: 0 0 7px !important;
	padding: 0 !important;
	color: inherit !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}

html body .gform_wrapper .ginput_complex label,
html body .gform_wrapper .gfield_description,
html body .gform_wrapper .instruction,
html body .gform_wrapper .gform-field-label--type-sub {
	color: #667085 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
}

html body .gform_wrapper .gfield_required,
html body .gform_wrapper .gfield_required_text,
html body .gform_wrapper .gfield_required_asterisk {
	color: #d92d20 !important;
}

html body .gform_wrapper input[type="text"],
html body .gform_wrapper input[type="email"],
html body .gform_wrapper input[type="tel"],
html body .gform_wrapper input[type="url"],
html body .gform_wrapper input[type="number"],
html body .gform_wrapper input[type="password"],
html body .gform_wrapper input[type="search"],
html body .gform_wrapper input[type="date"],
html body .gform_wrapper input[type="time"],
html body .gform_wrapper input[type="datetime-local"],
html body .gform_wrapper select,
html body .gform_wrapper textarea {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 10px 13px !important;
	color: #1f2937 !important;
	background: #fff !important;
	border: 1px solid #d0d5dd !important;
	border-radius: var(--gcr-element-radius) !important;
	box-shadow: none !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease !important;
}

html body .gform_wrapper input[type="text"],
html body .gform_wrapper input[type="email"],
html body .gform_wrapper input[type="tel"],
html body .gform_wrapper input[type="url"],
html body .gform_wrapper input[type="number"],
html body .gform_wrapper input[type="password"],
html body .gform_wrapper input[type="search"],
html body .gform_wrapper input[type="date"],
html body .gform_wrapper input[type="time"],
html body .gform_wrapper input[type="datetime-local"],
html body .gform_wrapper select:not([multiple]) {
	min-height: 46px !important;
}

html body .gform_wrapper select[multiple] {
	min-height: 120px !important;
}

html body .gform_wrapper textarea {
	min-height: 120px !important;
	resize: vertical;
}

html body .gform_wrapper input::placeholder,
html body .gform_wrapper textarea::placeholder {
	color: #98a2b3 !important;
	opacity: 1 !important;
}

html body .gform_wrapper input:disabled,
html body .gform_wrapper select:disabled,
html body .gform_wrapper textarea:disabled {
	color: #667085 !important;
	background: #f2f4f7 !important;
	cursor: not-allowed;
}

html body .gform_wrapper input[type="text"]:focus,
html body .gform_wrapper input[type="email"]:focus,
html body .gform_wrapper input[type="tel"]:focus,
html body .gform_wrapper input[type="url"]:focus,
html body .gform_wrapper input[type="number"]:focus,
html body .gform_wrapper input[type="password"]:focus,
html body .gform_wrapper input[type="search"]:focus,
html body .gform_wrapper input[type="date"]:focus,
html body .gform_wrapper input[type="time"]:focus,
html body .gform_wrapper input[type="datetime-local"]:focus,
html body .gform_wrapper select:focus,
html body .gform_wrapper textarea:focus {
	outline: 0 !important;
	border-color: var(--gcr-primary-color) !important;
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--gcr-primary-color) 12%, transparent) !important;
}

html body .gform_wrapper input[type="checkbox"],
html body .gform_wrapper input[type="radio"] {
	accent-color: var(--gcr-primary-color) !important;
}

html body .gform_wrapper .gchoice,
html body .gform_wrapper .ginput_container_consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

html body .gform_wrapper .gchoice label,
html body .gform_wrapper .ginput_container_consent label {
	margin: 0 !important;
	line-height: 1.45 !important;
}

html body .gform_wrapper input[type="file"] {
	max-width: 100% !important;
	color: #475467 !important;
	font-size: 14px !important;
}

html body .gform_wrapper input[type="file"]::file-selector-button {
	min-height: 40px;
	margin-right: 10px;
	padding: 0 14px;
	color: var(--gcr-primary-text-color) !important;
	background: var(--gcr-primary-color) !important;
	border: 1px solid var(--gcr-primary-color) !important;
	border-radius: var(--gcr-button-radius) !important;
	font-family: var(--gcr-button-font-family) !important;
	font-weight: 700;
	cursor: pointer;
}

html body .gform_wrapper input[type="file"]:hover::file-selector-button,
html body .gform_wrapper input[type="file"]:focus::file-selector-button {
	color: var(--gcr-primary-hover-text-color) !important;
	background: var(--gcr-primary-hover-color) !important;
	border-color: var(--gcr-primary-hover-color) !important;
}

html body .gform_wrapper .gform_footer,
html body .gform_wrapper .gform_page_footer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px !important;
	padding: 0 !important;
}

html body .gform_wrapper .gform_footer input[type="submit"],
html body .gform_wrapper .gform_footer button[type="submit"],
html body .gform_wrapper .gform_page_footer input[type="submit"],
html body .gform_wrapper .gform_page_footer button[type="submit"],
html body .gform_wrapper .gform_page_footer .gform_next_button {
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	flex: 0 0 100%;
	height: 46px !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0 20px !important;
	color: var(--gcr-primary-text-color) !important;
	background: var(--gcr-primary-color) !important;
	border: 1px solid var(--gcr-primary-color) !important;
	border-radius: var(--gcr-button-radius) !important;
	box-shadow: none !important;
	font-family: var(--gcr-button-font-family) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease !important;
}

html body .gform_wrapper .gform_footer input[type="submit"]:hover,
html body .gform_wrapper .gform_footer input[type="submit"]:focus,
html body .gform_wrapper .gform_footer button[type="submit"]:hover,
html body .gform_wrapper .gform_footer button[type="submit"]:focus,
html body .gform_wrapper .gform_page_footer input[type="submit"]:hover,
html body .gform_wrapper .gform_page_footer input[type="submit"]:focus,
html body .gform_wrapper .gform_page_footer button[type="submit"]:hover,
html body .gform_wrapper .gform_page_footer button[type="submit"]:focus,
html body .gform_wrapper .gform_page_footer .gform_next_button:hover,
html body .gform_wrapper .gform_page_footer .gform_next_button:focus {
	color: var(--gcr-primary-hover-text-color) !important;
	background: var(--gcr-primary-hover-color) !important;
	border-color: var(--gcr-primary-hover-color) !important;
	box-shadow: none !important;
}

html body .gform_wrapper .gform_page_footer .gform_previous_button,
html body .gform_wrapper .gform_save_link {
	height: 46px !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0 20px !important;
	color: var(--gcr-primary-color) !important;
	background: #fff !important;
	border: 1px solid var(--gcr-primary-color) !important;
	border-radius: var(--gcr-button-radius) !important;
	box-shadow: none !important;
	font-family: var(--gcr-button-font-family) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

html body .gform_wrapper .gform_page_footer .gform_previous_button:hover,
html body .gform_wrapper .gform_page_footer .gform_previous_button:focus,
html body .gform_wrapper .gform_save_link:hover,
html body .gform_wrapper .gform_save_link:focus {
	color: var(--gcr-primary-hover-text-color) !important;
	background: var(--gcr-primary-hover-color) !important;
	border-color: var(--gcr-primary-hover-color) !important;
}

html body .gform_wrapper .gfield_error input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
html body .gform_wrapper .gfield_error select,
html body .gform_wrapper .gfield_error textarea {
	border-color: #d92d20 !important;
}

html body .gform_wrapper .gfield_validation_message,
html body .gform_wrapper .validation_message {
	margin-top: 6px !important;
	padding: 0 !important;
	color: #b42318 !important;
	background: transparent !important;
	border: 0 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
}

html body .gform_wrapper .gform_validation_errors {
	margin: 0 0 18px !important;
	padding: 13px 15px !important;
	color: #b42318 !important;
	background: #fef3f2 !important;
	border: 1px solid #fecdca !important;
	border-radius: var(--gcr-element-radius) !important;
	box-shadow: none !important;
}

html body .gform_wrapper .gform_validation_errors h2,
html body .gform_wrapper .gform_validation_errors .gform_submission_error {
	margin: 0 !important;
	color: #b42318 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}

html body .gform_wrapper .gf_progressbar {
	background: #eaecf0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
}

html body .gform_wrapper .gf_progressbar_percentage {
	background: var(--gcr-primary-color) !important;
	border-radius: 999px !important;
}

html body .gform_wrapper .gsection {
	margin-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eaecf0;
}

html body .gform_wrapper .gsection_title {
	margin: 0 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

.secondary a *,
.site-footer a *,
.site-header a *,
a {
	transition: all 0s linear;
}

.main-header-bar {
	margin: 0;
}

.widget {
	margin-bottom: 20px;
}

div#secondary.widget-area.secondary {
	margin-top: 20px;
}

@media (min-width: 993px) {
	div#secondary.widget-area.secondary {
		padding-left: 20px;
	}
}

body.page-template-template-listings #content {
	margin: 0 auto;
	line-height: 1.3;
}

body.page-template-template-listings select.gcr-native-sort {
	margin-right: -50px;
	font-size: 14px;
}

.bottom-description {
	margin-top: 20px;
	padding: 20px;
	background-color: #efefef;
}

.top-category-header {
	padding-bottom: 20px;
	padding-left: 20px;
}

.top-category-header h1 {
	padding-bottom: 20px;
	font-size: 36px;
}

.archive-job_listing-filter-title.gcr-results-toolbar {
	width: 100%;
}

.archive-job_listing-found,
.entry-content .pm-section-title,
.listing.products.woocommerce h2,
.section-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}

/* =========================================================
   Forms and shared inputs
   ========================================================= */

input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
	color: #000;
	background: #fff;
	border-color: #000;
}

/* =========================================================
   legacy filtering filters and pagination
   ========================================================= */

.job_filters.facets .gcr-retired-filter {
	margin-bottom: 1em;
	border: 1px solid transparent;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.job_filters.facets .gcr-retired-filter .gcr-native-filter-content {
	margin-bottom: 1em;
	padding: 10px;
	font-size: 14px;
}

.job_filters.facets .gcr-retired-filter h2,
.gcr-retired-flyout-content h3 {
	margin: 0 0 1.25em;
	padding: 10px;
	clear: both;
	color: #000;
	background-color: #ebebeb;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1px;
	vertical-align: baseline;
}

.gcr-retired-flyout-content h3 {
	font-weight: 800;
}

.legacy_filtering-type-search input {
	font-size: 14px !important;
}

.legacy_filtering-type-fselect .fs-wrap,
.legacy_filtering-type-fselect .fs-dropdown,
.legacy_filtering-type-search input {
	width: 100% !important;
}

.gcr-native-page {
	padding: 6px 12px !important;
	color: #000;
	background: #fff;
	box-shadow:
		inset 0 0 0 1px #e5e5e5,
		rgba(0, 0, 0, 0.03) 0 2px 0;
	font-size: 0.9em;
}

.gcr-native-pager-label {
	padding-left: 10px;
	font-size: 0.8em;
}

.job_filters.facets .gcr-retired-filter-on_sale h2,
.gcr-retired-flyout-content .name-on_sale h3 {
	color: #fff;
	background-color: #ee4630;
}

.job_filters.facets .gcr-retired-filter-clearance h2,
.gcr-retired-flyout-content .name-clearance h3 {
	background-color: #ffef01;
}

/* Mobile filter controls */
.gca-mobile-cta-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 20px #bdbdbd;
}

.filter-cta-half,
.mobile-cta {
	display: inline-block;
	margin-bottom: 20px;
	padding: 15px 10px;
	color: var(--gcr-primary-text-color);
	background-color: var(--gcr-danger);
	border: 2px solid var(--gcr-danger);
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

.filter-cta-half {
	width: 57%;
	font-size: 12px !important;
}

.mobile-cta {
	width: 100%;
	font-size: 18px;
}

.mobile-cta-half {
	width: 49%;
}

.reset-mobile-filter {
	display: inline-block;
	width: 41%;
	margin-bottom: 20px;
	padding: 15px 0;
	color: var(--gcr-danger);
	background: transparent;
	border: 2px solid var(--gcr-danger);
	font-size: 12px !important;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

.gcr-retired-flyout-open i {
	padding-right: 10px;
}

.gcr-retired-flyout-close {
	font-size: 24px;
	font-weight: 700;
}

.gcr-retired-radius-dropdown {
	height: 40px !important;
	border-color: #e5e5e5 !important;
}

.js-toggle-area-trigger {
	display: none;
}

.js-toggle-area-trigger::after {
	display: none !important;
}

.floating-filter-cta,
.reset-filter-cta {
	width: 100% !important;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.floating-filter-cta {
	display: none !important;
}

.floating-filter-cta:hover {
	background: var(--gcr-danger-hover);
}

.reset-filter-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 48px;
	margin: 0 0 30px;
	padding: 10px 16px;
	color: var(--gcr-primary-color) !important;
	background: #ffffff;
	border: 2px solid var(--gcr-primary-color);
	border-radius: var(--gcr-button-radius) !important;
	font-family: var(--gcr-button-font-family) !important;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	box-sizing: border-box;
}

.reset-filter-cta:hover,
.reset-filter-cta:focus,
.reset-filter-cta:active {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
	background: var(--gcr-primary-hover-color);
	border-color: var(--gcr-primary-hover-color);
	text-decoration: none !important;
}


@media (max-width: 1099px) {
	/* Retired filter widgets remain hidden on small screens; the native filter
	 * owns its own responsive fullscreen state and must never match this rule. */
	.job_filters:not(.gcr-native-filters),
	.js-toggle-area {
		display: none;
	}
}

/* =========================================================
   Shared listing pricing
   ========================================================= */

.listing-price {
	position: relative;
	width: 100%;
	padding: 0 15px;
	color: #000;
	font-size: 2em;
	font-weight: 800;
	text-align: right;
}

.glc_listing-template-default .listing-price {
	margin: 10px 0;
	line-height: 1.1;
}

.listing-sale-price {
	color: #676767;
	font-size: 0.9em;
	text-decoration: line-through;
}

.oldprice-sale-price {
   	color: #676767;
	font-size: 16px; 
}

.listing-msrp-price {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 4px;
	margin: 0 0 3px;
	color: #6b7280;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.15;
	white-space: nowrap;
}

.listing-msrp-price__amount {
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.listing-current-price {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 7px;
	margin: 0;
	line-height: 1.05;
}

.listing-current-price__label {
	color: #6b7280;
	font-size: 14px;
	font-weight: 600;
}

.listing-current-price__amount {
	color: #111827;
	font-size: 1em;
	font-weight: 900;
}


/* Hidden-price listings present Contact Us for Price as a prominent pricing
 * link, not as another button competing with the card CTAs. */
.listing-contact-price-cta {
	display: inline;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #111827 !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	text-underline-offset: 3px;
	white-space: nowrap;
	transition: color .15s ease, text-decoration-color .15s ease;
}

.listing-contact-price-cta:hover,
.listing-contact-price-cta:focus-visible {
	background: transparent;
	color: var(--gcr-primary-color, #006cde) !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px;
}

.gcr-inventory-card__price .listing-contact-price-cta,
.gcr-inventory-builder-price .listing-contact-price-cta {
	margin-left: auto;
	font-size: 17px;
}

.single-glc_listing .listing-header__pricing .listing-contact-price-cta {
	font-size: 19px;
}

@media (max-width: 767px) {
	.gcr-inventory-card__price .listing-contact-price-cta,
	.gcr-inventory-builder-price .listing-contact-price-cta,
	.single-glc_listing .listing-header__pricing .listing-contact-price-cta {
		font-size: 16px;
	}
}

.sale-price-callout {
	color: #000;
}

.listing-price-status-wrap {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 7px;
}

.listing-price-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 100%;
	padding: 6px 10px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #f8fafc;
	color: #475569;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.15;
	white-space: nowrap;
}

.listing-price-status__dot {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
	background: currentColor;
	opacity: .82;
}

.listing-price-status--pending {
	border-color: #fed7aa;
	background: #fff7ed;
	color: #b45309;
}

.listing-price-status--sold {
	border-color: #fecaca;
	background: #fef2f2;
	color: #b91c1c;
}

.listing-price-status--coming-soon {
	border-color: #bfdbfe;
	background: #eff6ff;
	color: #1d4ed8;
}

.listing-price-status--special-order {
	border-color: #ddd6fe;
	background: #f5f3ff;
	color: #6d28d9;
}

/* Financing disclosure trigger + native popover */
.gcr-finance-disclosure-trigger {
	display: inline-flex;
	flex: 0 0 18px;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	margin: 0;
	padding: 0 !important;
	box-sizing: border-box;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #4b5563 !important;
	line-height: 1;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: opacity .15s ease;
}

.gcr-finance-disclosure-trigger:hover,
.gcr-finance-disclosure-trigger:focus,
.gcr-finance-disclosure-trigger:focus-visible,
.gcr-finance-disclosure-trigger:active {
	border: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #4b5563 !important;
	transform: none;
}

.gcr-finance-disclosure-trigger:hover {
	opacity: .68;
}

.gcr-finance-disclosure-trigger:focus-visible {
	outline: 2px solid #6b7280;
	outline-offset: 3px;
}

.gcr-finance-disclosure-trigger .gcr-ui-icon {
	display: block;
	width: 14px;
	height: 14px;
}

.gcr-finance-disclosure-popover {
	position: fixed;
	inset: 0;
	width: min(620px, calc(100% - 48px));
	max-width: 620px;
	max-height: min(760px, calc(100dvh - 48px));
	margin: auto;
	padding: 30px;
	box-sizing: border-box;
	border: 0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
	color: #1f2937;
	overflow: auto;
}

.gcr-finance-disclosure-popover::backdrop {
	background: rgba(15, 23, 42, .72);
}

.gcr-finance-disclosure-popover__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.gcr-finance-disclosure-popover__title {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
}

.gcr-finance-disclosure-popover__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: #374151 !important;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	transition: opacity .15s ease;
}

.gcr-finance-disclosure-popover__close:hover,
.gcr-finance-disclosure-popover__close:focus,
.gcr-finance-disclosure-popover__close:active {
	background: transparent !important;
	box-shadow: none !important;
	color: #374151 !important;
}

.gcr-finance-disclosure-popover__close:hover {
	opacity: .62;
}

.gcr-finance-disclosure-popover__close:focus-visible {
	outline: 2px solid #6b7280;
	outline-offset: 2px;
}

.gcr-finance-disclosure-popover__body {
	min-width: 0;
}

.gcr-finance-disclosure-popover__body p,
.gcr-finance-disclosure-popover__note {
	max-width: 540px;
	margin: 14px auto 0;
	padding: 0;
	color: #6b7280;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
}

.gcr-finance-disclosure-popover__custom-offer {
	max-width: 540px;
	margin: 0 auto;
	padding: 14px 16px;
	color: #111827;
	background: #f3f4f6;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
}

.gcr-finance-disclosure-popover__custom-offer > :first-child { margin-top: 0; }
.gcr-finance-disclosure-popover__custom-offer > :last-child { margin-bottom: 0; }

.gcr-finance-disclosure-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.gcr-finance-disclosure-summary > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 14px;
	background: #f3f4f6;
	border-radius: 8px;
	text-align: center;
}

.gcr-finance-disclosure-summary span {
	color: #6b7280;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.2;
}

.gcr-finance-disclosure-summary strong {
	min-width: 0;
	color: #111827;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.gcr-finance-disclosure-popover__actions {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
}

.gcr-finance-disclosure-popover__apply {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 48px;
	padding: 11px 16px;
	box-sizing: border-box;
	color: var(--gcr-primary-text-color, #fff) !important;
	background: var(--gcr-primary-color, #ca0000) !important;
	border: 0 !important;
	border-radius: var(--gcr-button-radius, 0);
	box-shadow: none !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color .15s ease, opacity .15s ease;
}

.gcr-finance-disclosure-popover__apply:hover,
.gcr-finance-disclosure-popover__apply:focus {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color, #fff)) !important;
	background: var(--gcr-primary-hover-color, #000) !important;
}

.gcr-finance-disclosure-popover__apply .gcr-ui-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

@media (max-width: 700px) {
	.gcr-finance-disclosure-popover {
		width: 100%;
		max-width: none;
		height: 100dvh;
		max-height: none;
		margin: 0;
		padding: 22px 18px 28px;
		border-radius: 0;
	}

	.gcr-finance-disclosure-popover__header {
		position: sticky;
		top: -22px;
		z-index: 2;
		margin: -22px -18px 20px;
		padding: 18px;
		background: #fff;
		border-bottom: 1px solid #e5e7eb;
	}

	.gcr-finance-disclosure-popover__title {
		font-size: 21px;
	}

}


@media (max-width: 380px) {
	.gcr-finance-disclosure-summary {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   Modern inventory result cards
   ========================================================= */

.gcr-inventory-results-wrap .job_listings {
	display: grid;
	gap: 24px;
	margin: 10px;
	padding: 0;
	list-style: none;
}

.gcr-inventory-results-wrap .listing-card {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: #ffffff;
	border: 0 !important;
	border-radius: var(--gcr-container-radius);
	box-shadow:
		0 10px 30px rgba(17, 24, 39, 0.09),
		0 2px 8px rgba(17, 24, 39, 0.05);
	transition:
		transform 180ms ease,
		box-shadow 180ms ease;
}

.gcr-inventory-results-wrap .listing-card:hover {
	transform: translateY(-2px);
	box-shadow:
		0 16px 38px rgba(17, 24, 39, 0.12),
		0 4px 10px rgba(17, 24, 39, 0.06);
}

.gcr-inventory-card {
	display: grid;
	container-type: inline-size;
	grid-template-columns: minmax(300px, 38%) minmax(0, 62%);
	align-items: stretch;
	width: 100%;
	min-height: var(--gcr-card-gallery-height);
}

/* Gallery */
.gcr-inventory-card__media {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
	height: var(--gcr-card-gallery-height);
	min-height: var(--gcr-card-gallery-height);
	overflow: hidden;
	background: #f3f4f6;
}

.gcr-card-gallery,
.gcr-card-gallery .slick-list,
.gcr-card-gallery .slick-track,
.gcr-card-gallery__slide,
.gcr-card-gallery__slide > a {
	width: 100%;
	height: 100% !important;
	min-height: var(--gcr-card-gallery-height);
}

.gcr-card-gallery {
	position: relative;
	overflow: hidden;
}

.gcr-card-gallery--empty {
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	min-height: var(--gcr-card-gallery-height);
}

.gcr-card-gallery__empty-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: var(--gcr-card-gallery-height);
	padding: 24px;
	color: #6b7280 !important;
	background: #f3f4f6;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	text-decoration: none !important;
}

.gcr-card-gallery__empty-link:hover,
.gcr-card-gallery__empty-link:focus {
	color: var(--gcr-card-accent-hover) !important;
	background: #eef0f3;
}

.gcr-card-gallery__empty-icon .gcr-ui-icon {
	width: 34px;
	height: 34px;
}

.gcr-card-gallery__empty-logo {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: min(72%, 240px) !important;
	max-height: 88px !important;
	object-fit: contain;
}

.gcr-card-gallery__empty-text {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.gcr-card-gallery .slick-list {
	overflow: hidden;
}

.gcr-card-gallery .slick-track {
	display: flex !important;
	align-items: stretch;
}

.gcr-card-gallery__slide {
	position: relative;
	float: none !important;
	height: auto !important;
	overflow: hidden;
	background: #f3f4f6;
}

.gcr-card-gallery__slide > a {
	position: relative;
	display: block;
	overflow: hidden;
}

.gcr-card-gallery__slide img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0;
	object-fit: cover;
	object-position: center;
	opacity: 1;
	transition:
		opacity 180ms ease,
		transform 220ms ease;
}

.gcr-card-gallery__slide img.slick-loading {
	opacity: 0;
}

.listing-card:hover .gcr-card-gallery__slide.slick-current img {
	transform: scale(1.015);
}

/* Always-visible gallery arrows */
.gcr-card-gallery .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	color: #111827;
	background: rgba(255, 255, 255, 0.94);
	border: 0;
	border-radius: var(--gcr-circle-radius);
	box-shadow: 0 3px 12px rgba(17, 24, 39, 0.18);
	font-size: 0;
	line-height: 1;
	opacity: 1 !important;
	visibility: visible !important;
	cursor: pointer;
	transform: translateY(-50%);
	transition:
		color 160ms ease,
		background-color 160ms ease,
		transform 160ms ease;
}

.gcr-card-gallery .slick-prev {
	left: 12px;
}

.gcr-card-gallery .slick-next {
	right: 12px;
}

.gcr-card-gallery .slick-prev::before,
.gcr-card-gallery .slick-next::before {
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.gcr-card-gallery .slick-prev::before {
	content: "‹";
}

.gcr-card-gallery .slick-next::before {
	content: "›";
}

.gcr-card-gallery .slick-arrow:hover {
	color: var(--gcr-primary-hover-text-color, #fff);
	background: var(--gcr-card-accent-hover);
}

.gcr-card-gallery .slick-disabled {
	display: none !important;
}

.gcr-card-gallery__counter {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 9;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 6px 10px;
	color: #fff;
	background: rgba(17, 24, 39, 0.78);
	border-radius: var(--gcr-pill-radius);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	backdrop-filter: blur(4px);
}

/* Card badges */
.gcr-inventory-card__media .listing-callout-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 12;
	max-width: calc(100% - 32px);
	padding: 7px 12px;
	color: #fff;
	background: #111827;
	border-radius: var(--gcr-pill-radius);
	box-shadow: 0 4px 12px rgba(17, 24, 39, 0.16);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gcr-inventory-card__media .listing-featured-badge {
	position: absolute !important;
	top: 16px !important;
	right: 16px !important;
	left: auto !important;
	bottom: auto !important;
	z-index: 9 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 7px 12px !important;
	color: #fff !important;
	background: var(--gcr-card-accent) !important;
	border: 0 !important;
	border-radius: var(--gcr-pill-radius) !important;
	box-shadow: 0 4px 12px rgba(17, 24, 39, 0.12) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0.04em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	transform: none !important;
	overflow: visible !important;
}

.gcr-inventory-card__media .gcr-promo-badge,
.dealer-carousel-item__media .gcr-promo-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	right: auto;
	bottom: auto;
	z-index: 12;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	max-width: calc(100% - 28px);
	margin: 0;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: var(--gcr-pill-radius);
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.18);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	white-space: nowrap;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.gcr-promo-badge--sale {
	background: var(--gcr-card-accent);
}

.gcr-inventory-card__media .gcr-promo-badge--clearance,
.dealer-carousel-item__media .gcr-promo-badge--clearance {
	background: #ffd400;
	border-color: rgba(17, 24, 39, 0.14);
	color: #111111;
}

.gcr-promo-badge__icon {
	flex: 0 0 auto;
	width: 13px;
	height: 13px;
	display: block;
}

/* Card content */
.gcr-inventory-card__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 26px 28px 18px;
	background: #fff;
}

.gcr-inventory-card__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 22px;
	margin-bottom: 20px;
}

.gcr-inventory-card__identity {
	min-width: 0;
}

.gcr-inventory-card .job_listing-title {
	margin: 0 0 6px;
	color: #111827;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.gcr-inventory-card .job_listing-title a {
	color: inherit;
	text-decoration: none;
}

.gcr-inventory-card .job_listing-title a:hover {
	color: var(--gcr-card-accent-hover);
}

.gcr-inventory-card__stock {
	margin: 0 0 8px;
	color: #6b7280;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.gcr-inventory-card__meta {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 4px;
	min-width: 0;
}

.gcr-inventory-card__meta-stock {
	flex: 0 0 auto;
	white-space: nowrap;
}

/* Keep Location beside Stock # while the complete location fits. Once the
 * remaining line is too narrow, flex wrapping moves the entire Location item
 * to the next line. max-width:100% still lets exceptionally long names wrap
 * within their own line instead of truncating. */
.gcr-inventory-card__meta-location {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex: 0 0 auto;
	max-width: 100%;
	min-width: 0;
}

.gcr-inventory-card__meta-location .gcr-ui-icon {
	flex: 0 0 auto;
	color: var(--gcr-card-accent);
}

.gcr-inventory-card__meta-location-text {
	min-width: 0;
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
	overflow-wrap: anywhere;
}

.gcr-inventory-card__price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 175px;
	text-align: right;
}

.gcr-inventory-card__price .listing-price {
	padding: 0;
	color: #111827;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.15;
	white-space: nowrap;
}

/*
 * Finance-first cards mirror the VDP hierarchy: the monthly payment leads
 * in the dealer accent color and the vehicle price becomes supporting copy.
 */
.gcr-inventory-card__finance-primary {
	margin: 0 0 6px;
}

.gcr-inventory-card__finance-primary .listing-finance-incentive {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 3px 6px;
	margin: 0;
	color: var(--gcr-card-accent);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	white-space: normal;
}

.gcr-inventory-card__finance-primary .listing-finance-incentive__label {
	color: #6b7280;
	font-size: 13px;
	font-weight: 600;
}

.gcr-inventory-card__finance-primary .listing-finance-incentive__amount {
	color: var(--gcr-card-accent);
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: .98;
}

.gcr-inventory-card__finance-primary .listing-finance-incentive__amount small {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
}

.gcr-inventory-card__finance-primary .gcr-finance-disclosure-trigger {
	display: inline-flex;
	align-self: center;
	align-items: center;
	margin-left: 0;
	color: #4b5563;
	font-size: 13px;
	line-height: 1;
	transform: none;
}

.gcr-inventory-card__finance-primary .gcr-finance-disclosure-trigger .gcr-ui-icon {
	display: block;
	width: 13px;
	height: 13px;
}

.gcr-inventory-card__cash-price {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 6px;
	max-width: 100%;
}

.gcr-inventory-card__cash-price-label {
	color: #6b7280;
	font-size: 12px;
	font-weight: 600;
}

.gcr-inventory-card__cash-price .listing-price--has-msrp {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-end;
	column-gap: 8px;
	row-gap: 2px;
}

.gcr-inventory-card__cash-price .listing-price--has-msrp .listing-msrp-price {
	flex: 0 0 100%;
}

.gcr-inventory-card__cash-price .listing-price--has-msrp .listing-original-price,
.gcr-inventory-card__cash-price .listing-price--has-msrp .listing-current-price,
.gcr-inventory-card__cash-price .listing-price--has-msrp .sale-price-callout {
	margin-bottom: 0;
}

.gcr-inventory-card__cash-price .listing-msrp-price {
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: 600;
}

.gcr-inventory-card__cash-price .listing-msrp-price__amount {
	font-size: 12px;
	font-weight: 650;
}

.gcr-inventory-card__cash-price .listing-current-price {
	gap: 5px;
}

.gcr-inventory-card__cash-price .listing-current-price__label {
	font-size: 12px;
}

.gcr-inventory-card__cash-price .listing-current-price__amount {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.gcr-inventory-card__price--finance-first .gcr-inventory-card__cash-price > .listing-price {
	width: auto;
	color: #4b5563;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

/* Sale pricing hierarchy: sale price leads; struck-through original price supports it. */
.gcr-inventory-card__cash-price .listing-original-price {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 4px;
	margin: 0 0 2px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.15;
	white-space: nowrap;
}

.gcr-inventory-card__cash-price .listing-original-price .oldprice-sale-price {
	font-size: 11px;
	font-weight: 600;
}

.gcr-inventory-card__cash-price .listing-original-price .listing-sale-price {
	font-size: 13px;
	font-weight: 700;
}

.gcr-inventory-card__cash-price .sale-price-callout {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 5px;
	margin: 0;
	line-height: 1.05;
}

.gcr-inventory-card__cash-price .sale-price-callout__label {
	color: #6b7280;
	font-size: 12px;
	font-weight: 600;
}

.gcr-inventory-card__cash-price .sale-price-callout__amount {
	color: #111827;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.gcr-inventory-card__price--finance-first .gcr-inventory-card__cash-price .listing-msrp-price {
	font-size: 10px;
}

.gcr-inventory-card__price--finance-first .gcr-inventory-card__cash-price .listing-msrp-price__amount {
	font-size: 11px;
}

.gcr-inventory-card__price--finance-first .gcr-inventory-card__cash-price .listing-current-price__label {
	font-size: 11px;
}

.gcr-inventory-card__price--finance-first .gcr-inventory-card__cash-price .listing-current-price__amount {
	font-size: 19px;
}

.gcr-inventory-card__price--finance-first .gcr-inventory-card__cash-price .listing-original-price .oldprice-sale-price {
	font-size: 10px;
}

.gcr-inventory-card__price--finance-first .gcr-inventory-card__cash-price .listing-original-price .listing-sale-price {
	font-size: 12px;
}

.gcr-inventory-card__price--finance-first .gcr-inventory-card__cash-price .sale-price-callout__label {
	font-size: 11px;
}

.gcr-inventory-card__price--finance-first .gcr-inventory-card__cash-price .sale-price-callout__amount {
	font-size: 19px;
}

.gcr-inventory-card__price--finance-first .listing-savings {
	margin-top: 2px;
	font-size: 12px;
	font-weight: 700;
}

/* Specifications */
.gcr-card-specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	margin-bottom: 16px;
}

.gcr-card-spec {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 66px;
	padding: 11px 10px;
	text-align: center;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: var(--gcr-element-radius);
}

.gcr-card-spec__label {
	margin-bottom: 4px;
	color: #6b7280;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.gcr-card-spec__value {
	overflow: hidden;
	max-width: 100%;
	color: #111827;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Quick headline and OEM logo */
.gcr-inventory-card .quick-headline {
	margin: 0 0 15px;
	padding: 11px 14px;
	color: #374151;
	background: #f9fafb;
	border-left: 4px solid var(--gcr-card-accent);
	border-radius: 0 var(--gcr-callout-radius) var(--gcr-callout-radius) 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.gcr-inventory-card .listing-card-logo {
	display: flex;
	align-items: center;
	min-height: 34px;
	margin-top: auto;
	margin-bottom: 14px;
}

.gcr-inventory-card .listing-card-logo img {
	position: static;
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 125px !important;
	max-height: 40px !important;
	object-fit: contain;
	transform: none !important;
}

/* =========================================================
   Shared Get My Quote CTA
   ========================================================= */

.listing-card-cta {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	padding: 15px 22px;
	color: var(--gcr-primary-text-color) !important;
	background-color: var(--gcr-card-accent) !important;
	border: 0 !important;
	box-shadow:
		0 4px 12px color-mix(in srgb, var(--gcr-card-accent) 22%, transparent),
		0 1px 3px rgba(17, 24, 39, 0.08);
	font-size: clamp(16px, 1.15vw, 18px);
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
	letter-spacing: 0.045em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition:
		background-color 160ms ease,
		color 160ms ease,
		transform 160ms ease,
		box-shadow 160ms ease;
}

.listing-card-cta::after {
	margin-left: 10px;
	content: "→";
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	transition: transform 160ms ease;
}

.listing-card-cta:hover,
.listing-card-cta:focus {
	color: var(--gcr-primary-hover-text-color, #fff) !important;
	background-color: var(--gcr-card-accent-hover) !important;
	box-shadow:
		0 8px 18px color-mix(in srgb, var(--gcr-card-accent-hover) 26%, transparent),
		0 2px 5px rgba(17, 24, 39, 0.1);
	transform: translateY(-1px);
}

.listing-card-cta:hover::after {
	transform: translateX(3px);
}

/* The inventory result card renders its own plugin-owned SVG arrow. */
.gcr-inventory-card .gcr-card-cta--quote.listing-card-cta::after {
	display: none;
}

.gcr-inventory-card__cta {
	margin-top: auto;
	text-align: center;
}

.dealer-carousel-item .listing-card-cta {
	min-height: 50px;
	padding: 12px 16px;
	font-size: 14px;
}

.gcr-inventory-card__reassurance {
	margin: 8px 0 0 !important;
	color: #6b7280;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	text-align: center;
}

/* End-of-results */
.gcr-inventory-end {
	padding: 48px 20px 20px;
	text-align: center;
}

.gcr-inventory-end__message {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 900;
}

/* Modern card responsive behavior */
@media (max-width: 767px) {
	.gcr-inventory-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.gcr-inventory-card__media {
		height: auto;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.gcr-card-gallery,
	.gcr-card-gallery .slick-list,
	.gcr-card-gallery .slick-track,
	.gcr-card-gallery__slide,
	.gcr-card-gallery__slide > a {
		height: 100% !important;
		min-height: 0;
	}

	.gcr-card-gallery__slide > a {
		aspect-ratio: 4 / 3;
	}

	.gcr-card-gallery .slick-arrow {
		width: 34px;
		height: 34px;
	}

	.gcr-inventory-card__content {
		padding: 22px;
	}
}

@media (max-width: 600px) {
	.gcr-inventory-results-wrap .listing-card {
		border-radius: var(--gcr-container-radius);
	}

	.gcr-inventory-card__content {
		padding: 19px 18px;
	}

	.gcr-inventory-card__top {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.gcr-inventory-card .job_listing-title {
		overflow: hidden;
		font-size: 21px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.gcr-inventory-card__stock {
		font-size: 12px;
	}

	.gcr-inventory-card__price {
		min-width: 0;
		text-align: left;
	}

	.gcr-inventory-card__price .listing-price {
		font-size: 22px;
	}

	.gcr-card-specs {
		gap: 7px;
	}

	.gcr-card-spec {
		min-height: 60px;
		padding: 9px 6px;
	}

	.gcr-card-spec__label {
		font-size: 9px;
	}

	.gcr-card-spec__value {
		font-size: 12px;
	}

	.gcr-inventory-card .listing-card-cta {
		min-height: 56px;
		font-size: 15px;
	}

	.gcr-inventory-card__reassurance {
		font-size: 11px !important;
	}

	.gcr-card-gallery__counter {
		right: 10px;
		bottom: 10px;
		padding: 5px 9px;
	}

	.gcr-inventory-card__media .listing-callout-badge,
	.gcr-inventory-card__media .listing-featured-badge {
		top: 10px !important;
		padding: 6px 10px !important;
		font-size: 10px !important;
	}

	.gcr-inventory-card__media .listing-callout-badge {
		right: 10px;
	}

.gcr-inventory-card__media .listing-featured-badge {
	right: 10px !important;
	left: auto !important;
}

	.gcr-inventory-card__media .gcr-promo-badge {
		top: 10px;
		left: 10px;
		gap: 5px;
		max-width: calc(100% - 20px);
		padding: 6px 9px;
		font-size: 9px;
		letter-spacing: 0.045em;
	}

	.gcr-inventory-card__media .gcr-promo-badge__icon {
		width: 11px;
		height: 11px;
	}
}

/* =========================================================
   Single listing / VDP
   ========================================================= */

.single-glc_listing #secondary {
	margin-top: 2em;
}

.single-glc_listing .listing-content-container,
.single-glc_listing .listing-features-container {
	margin-top: 20px;
}

.single-glc_listing h2.section-title,
.single-glc_listing .widget h2.widget-title {
	margin: 0.65em 0 1.25em;
	padding: 0.75em;
	clear: both;
	color: var(--gcr-header-text-color);
	background-color: var(--gcr-header-background);
	border-bottom: 2px solid var(--gcr-header-background);
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.vdp-cta-container {
	z-index: 10;
	margin: 0 auto;
	padding: 15px 15px 30px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.oem-builder-cta,
.go-back-button {
	display: block;
	width: 100% !important;
	color: var(--gcr-primary-text-color) !important;
	background-color: var(--gcr-danger);
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 15px;
}

.oem-builder-cta {
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 18px;
}

.oem-builder-cta:hover,
.go-back-button:hover {
	color: #fff;
	background-color: var(--gcr-danger-hover);
}

.vdp-call-cta {
	display: block;
	width: 100% !important;
	margin-bottom: 5px;
	padding: 5px 0;
	color: var(--gcr-danger);
	background: transparent;
	border: 2px solid var(--gcr-danger);
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.vdp-call-cta:hover {
	color: #fff;
	background: var(--gcr-danger);
}

.listing-file-uploads {
	margin-top: -30px;
	padding: 10px;
	background: #ececec;
}

.listing-file-uploads ul {
	list-style: none;
}

.listing-file-uploads li {
	font-size: 16px;
	font-weight: 900;
}

.widget.gform_widget {
	background-color: #f5f5f5 !important;
}

.widget.gform_widget .gform_wrapper {
	padding-right: 15px;
	padding-left: 15px;
}

.widget.gform_widget input,
.widget.gform_widget textarea {
	font-size: 14px !important;
}

.quote-by-phone {
	width: 100%;
}

.listing-table {
	width: 100%;
	margin-top: -20px;
	border-collapse: collapse;
}

.listing-table th,
.listing-table td {
	padding: 8px;
	text-align: left;
	border: 1px solid #ddd;
}

.listing-table th {
	background-color: #f2f2f2;
}

/* Sticky archive contact panel */
.srp-contact-container {
	z-index: 100;
	margin: 0 0 30px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #eceff3;
	border-radius: var(--gcr-container-radius);
	box-shadow:
		0 0 0 1px rgba(17, 24, 39, 0.035),
		0 4px 18px rgba(17, 24, 39, 0.08),
		0 1px 4px rgba(17, 24, 39, 0.04);
}

.srp-contact-container .header {
	width: 100%;
	padding: 18px 18px 14px;
	color: var(--gcr-header-text-color);
	background-color: var(--gcr-header-background);
	font-size: 16px;
	font-weight: 900;
	text-align: center;
}

.srp-contact-container .header p {
	margin: 4px 0 0;
	font-size: 22px;
	line-height: 1.15;
}

.srp-contact-container .form {
	padding: 20px 18px 18px;
}

.sticky-archive-side {
	height: 600px;
	overflow-y: auto;
	background-color: #fff;
}

@media (max-width: 1099px) {
	.sticky-archive-side {
		display: none;
	}
}

/* Wholesale listing restrictions */
.gcr-wholesale .gcr-share_toolbox,
.gcr-wholesale .test-drive-cta,
.gcr-wholesale .trade-in-cta,
.gcr-wholesale .finance-cta,
.gcr-wholesale .calculate-payment {
	display: none;
}

/* =========================================================
   VDP galleries and Slick lightbox
   ========================================================= */

.slick-initialized .slick-slide {
	display: block;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.listing-gallery__item-trigger {
	display: block;
	height: 500px;
	margin: 0;
	padding: 0;
	color: #05a9f5;
	border: 1px solid #c8c8c8;
	outline: 0;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
}

.listing-gallery .slick-arrow {
	z-index: 98;
}

.listing-gallery .slick-prev {
	left: 10px;
}

.listing-gallery .slick-next {
	right: 30px;
}

.listing-gallery img,
.listing-gallery-nav img {
	display: block;
	min-width: 100%;
	border-radius: var(--gcr-element-radius);
}

.listing-gallery-nav.slick-slider {
	margin: 0 -0.5em;
}

.listing-gallery-nav__item .item__wrapper {
	margin: 0.5em;
	cursor: pointer;
}

.listing-gallery-nav.slick-slider .slick-track,
.listing-gallery-nav.slick-slider .slick-list {
	transform: translate3d(0, 0, 0) !important;
}

.listing-gallery-nav.listing-gallery-items-counter-0,
.listing-gallery-nav.listing-gallery-items-counter-1 {
	display: none !important;
}

.slick-lightbox-slick-item-inner {
	margin-right: -10px;
}

.slick-lightbox-slick .slick-prev,
.slick-lightbox-slick .slick-next {
	z-index: 9999;
}

.slick-lightbox-slick-img {
	width: 100%;
}

.listings-slider-gallery .slick-arrow {
	z-index: 80;
}

.listings-slider-gallery .slick-prev {
	left: 0;
}

.listings-slider-gallery .slick-next {
	right: 20px;
}

@media (max-width: 767px) {
	.listing-gallery__item-trigger {
		height: 300px !important;
	}

	.listing-gallery .slick-arrow,
	.slick-lightbox-slick .slick-arrow {
		display: none !important;
	}
}

/* =========================================================
   Video overlay
   ========================================================= */

.listing-video-container {
	position: relative;
	height: auto;
	max-width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.listing-video-container iframe,
.listing-video-container object,
.listing-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.watch-video-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.72);
	visibility: hidden;
	opacity: 0;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.watch-video-overlay:target {
	visibility: visible;
	opacity: 1;
}

.watch-video-popup {
	position: relative;
	width: min(1000px, calc(100% - 32px));
	max-height: calc(100dvh - 64px);
	margin: 32px auto;
	background: #fff;
	overflow: auto;
}

.watch-video-popup .header {
	width: 100%;
	padding: 1px;
	background: var(--gcr-header-background);
}

.watch-video-popup .header p {
	margin: 10px 50px 10px 16px;
	color: var(--gcr-header-text-color);
	font-size: 22px;
	font-weight: 800;
	text-align: center;
}

.watch-video-popup .close {
	position: absolute;
	top: 4px;
	right: 16px;
	color: var(--gcr-header-text-color);
	font-size: 38px;
	line-height: 1;
	text-decoration: none;
}

.watch-video-popup .content {
	overflow: auto;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}

.swal2-container .swal2-close {
	position: absolute !important;
	top: 30px !important;
	right: 50px !important;
	left: auto !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	min-height: 42px !important;

	margin: 0 !important;
	padding: 0 !important;

	color: var(--gcr-header-text-color) !important;
	background: transparent !important;
	background-image: none !important;

	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;

	font-family: Arial, sans-serif !important;
	font-size: 36px !important;
	font-weight: 400 !important;
	line-height: 1 !important;

	opacity: 1 !important;
	z-index: 10 !important;
	transform: none !important;
}

.swal2-container .swal2-close:hover,
.swal2-container .swal2-close:focus,
.swal2-container .swal2-close:active {
	color: #d0d0d0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

@media (max-width: 700px) {
	.watch-video-popup {
		width: calc(100% - 24px);
		max-height: calc(100dvh - 24px);
		margin: 12px auto;
	}

	.watch-video-popup .header p {
		font-size: 18px;
	}
}

/* =========================================================
   Miscellaneous
   ========================================================= */

.owl-item .item img {
	max-height: 700px !important;
	object-fit: contain;
}

.ginput_recaptcha {
	transform: scale(0.8);
	transform-origin: 0 0;
}

@media (max-width: 640px) {
	html {
		width: 100%;
		overflow-x: hidden;
	}
}

@media (max-width: 520px) {
	.job_listing-title {
		font-size: 24px;
	}

}


/* =========================================================
   MODERN VEHICLE DETAIL PAGE
   ========================================================= */

.glc_listing-template-default {
	--gcr-vdp-accent: var(--gcr-primary-color);

	--gcr-vdp-accent-hover: var(--gcr-primary-hover-color);

	--gcr-vdp-text: #111827;
	--gcr-vdp-muted: #6b7280;
	--gcr-vdp-border: #e5e7eb;
	--gcr-vdp-subtle: #f9fafb;
	--gcr-vdp-gallery-bg: #eef0f3;

	--gcr-vdp-radius: var(--gcr-container-radius);
	--gcr-vdp-shadow:
		0 10px 30px rgba(17, 24, 39, 0.08),
		0 2px 8px rgba(17, 24, 39, 0.04);
}


/* =========================================================
   PAGE LAYOUT
   ========================================================= */

.glc_listing-template-default .site-content {
	background: #f6f7f9;
}

.glc_listing-template-default .gcr-vdp-layout {
	align-items: flex-start;
	gap: 10px;
	max-width: 1400px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
}

.glc_listing-template-default #primary {
	width: calc(70% - 14px);
	margin: 0;
	padding: 0;
}

.glc_listing-template-default #secondary {
	width: calc(30% - 14px);
	margin: 0;
	padding: 0;
	line-height: normal;
}


/* =========================================================
   LISTING HEADER
   One authoritative structure: desktop uses a left title/finance
   stack with pricing on the right; narrow screens let the left
   wrapper dissolve so title spans full width and finance/price
   share one compact commercial row.
   ========================================================= */

.single-glc_listing .listing-header {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.single-glc_listing .listing-header__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	column-gap: 32px;
	width: 100%;
}

.single-glc_listing .listing-header__left {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.single-glc_listing .listing-header__title,
.single-glc_listing .listing-header__details {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.single-glc_listing .listing-header__pricing {
	min-width: 280px;
	margin: 0 0 0 auto;
	padding: 0;
	text-align: right;
}

.single-glc_listing .listing-header .job_listing-title {
	margin: 0;
	color: var(--gcr-vdp-text);
	font-size: clamp(26px, 2.5vw, 36px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-align: left;
}

.single-glc_listing .content-single-job_listing-title-category {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 10px;
	margin: 0;
	color: var(--gcr-vdp-muted);
	font-size: 16px;
	font-weight: 600;
}

.single-glc_listing .listing-header-detail {
	display: inline-flex;
	gap: 4px;
}

.single-glc_listing .subtitle-divider {
	color: var(--gcr-vdp-accent-hover);
	font-weight: 900;
}

.single-glc_listing .listing-header__details > .listing-finance-incentive {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px 7px;
	margin: 0;
	color: var(--gcr-vdp-accent);
	line-height: 1;
}

.single-glc_listing .listing-header__details > .listing-finance-incentive > *:not(.gcr-finance-disclosure-popover) {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.single-glc_listing .listing-header__details > .listing-finance-incentive .listing-finance-incentive__label {
	color: var(--gcr-vdp-muted);
	font-size: 16px;
	font-weight: 550;
}

.single-glc_listing .listing-header__details > .listing-finance-incentive .listing-finance-incentive__amount {
	color: var(--gcr-vdp-accent);
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: .96;
}

.single-glc_listing .listing-header__details > .listing-finance-incentive .listing-finance-incentive__amount small {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
}

.single-glc_listing .listing-header__details > .listing-finance-incentive .gcr-finance-disclosure-trigger {
	display: inline-block;
	align-self: baseline;
	font-size: 13px;
	line-height: 1;
}

/* Header pricing */
.single-glc_listing .listing-header__pricing .listing-price {
	display: block !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--gcr-vdp-text);
	font-weight: 700;
	line-height: 1.05;
	text-align: right !important;
}

.single-glc_listing .listing-header__pricing .listing-price > *,
.single-glc_listing .listing-header__pricing .listing-price span,
.single-glc_listing .listing-header__pricing .listing-price div {
	text-align: right !important;
}

.single-glc_listing .listing-header__pricing .listing-msrp-price {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 5px;
	margin: 0 0 3px;
	color: var(--gcr-vdp-muted);
	font-size: 15px;
	font-weight: 500;
}

.single-glc_listing .listing-header__pricing .listing-msrp-price__amount {
	font-weight: 550;
}

.single-glc_listing .listing-header__pricing .listing-current-price {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 7px;
	margin: 0;
	line-height: 1;
}

.single-glc_listing .listing-header__pricing .listing-current-price__label {
	color: var(--gcr-vdp-muted);
	font-size: 16px;
	font-weight: 550;
}

.single-glc_listing .listing-header__pricing .listing-current-price__amount {
	color: var(--gcr-vdp-text);
	font-size: 44px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.single-glc_listing .listing-header__pricing .listing-original-price {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 4px;
	margin: 0 0 3px;
	white-space: nowrap;
}

.single-glc_listing .listing-header__pricing .oldprice-sale-price,
.single-glc_listing .listing-header__pricing .listing-sale-price {
	display: inline;
	margin: 0;
	color: var(--gcr-vdp-muted);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.single-glc_listing .listing-header__pricing .sale-price-callout {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 7px;
	margin: 0;
	line-height: 1;
}

.single-glc_listing .listing-header__pricing .sale-price-callout__label {
	color: var(--gcr-vdp-muted);
	font-size: 16px;
	font-weight: 550;
}

.single-glc_listing .listing-header__pricing .sale-price-callout__amount {
	color: var(--gcr-vdp-text);
	font-size: 44px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.single-glc_listing .listing-header__pricing .listing-savings {
	margin-top: 3px;
	color: #078724;
	font-size: 13px;
	font-weight: 600;
}

.single-glc_listing .listing-header__pricing .listing-finance-incentive {
	margin-top: 7px;
	color: var(--gcr-vdp-accent);
	font-size: 13px;
	font-weight: 800;
}

/* Finance -> Rates/Incentives: Replace Price with Financing. */
.single-glc_listing .listing-header__pricing--finance-replaces-price > .listing-finance-incentive {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 4px 7px;
	margin: 0;
	color: var(--gcr-vdp-accent);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

.single-glc_listing .listing-header__pricing--finance-replaces-price > .listing-finance-incentive > *:not(.gcr-finance-disclosure-popover) {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.single-glc_listing .listing-header__pricing--finance-replaces-price .listing-finance-incentive__label {
	color: var(--gcr-vdp-muted);
	font-size: 16px;
	font-weight: 550;
}

.single-glc_listing .listing-header__pricing--finance-replaces-price .listing-finance-incentive__amount {
	color: var(--gcr-vdp-accent);
	font-size: 44px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: .96;
}

.single-glc_listing .listing-header__pricing--finance-replaces-price .listing-finance-incentive__amount small {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
}

.gcr-inventory-card__price--finance-only .gcr-inventory-card__finance-status .listing-price-status-wrap {
	margin-top: 6px;
	margin-bottom: 0;
}

/* =========================================================
   MAIN VDP CONTENT
   ========================================================= */

.gcr-vdp {
	display: grid;
	gap: 24px;
}


/* =========================================================
   GALLERY
   ========================================================= */

.gcr-vdp-gallery {
	position: relative;
	overflow: hidden;
	background: var(--gcr-vdp-gallery-bg);
	border-radius: var(--gcr-container-radius);
	box-shadow: var(--gcr-vdp-shadow);
}

.gcr-vdp-gallery__main,
.gcr-vdp-gallery__main .slick-list,
.gcr-vdp-gallery__main .slick-track,
.gcr-vdp-gallery__main .slick-slide,
.gcr-vdp-gallery__main .slick-slide > div,
.gcr-vdp-gallery__slide,
.gcr-vdp-gallery__slide > a {
	height: clamp(460px, 52vw, 720px);
}

.gcr-vdp-gallery__main .slick-slide {
	overflow: hidden;
}

.gcr-vdp-gallery__slide > a {
	position: relative;
	display: block;
	overflow: hidden;
}

.gcr-vdp-gallery__slide img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
	background: var(--gcr-vdp-gallery-bg);
}

.gcr-vdp-gallery__slide--placeholder {
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}

.gcr-vdp-gallery__placeholder {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	height: 100%;
	padding: 32px;
	box-sizing: border-box;
	color: #6b7280;
	background: #f3f4f6;
	text-align: center;
}

.gcr-vdp-gallery__placeholder-logo {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: min(58%, 360px) !important;
	max-height: 150px !important;
	object-fit: contain;
	background: transparent !important;
}

.gcr-vdp-gallery__placeholder-icon .gcr-ui-icon {
	width: 46px;
	height: 46px;
}

.gcr-vdp-gallery__placeholder-text {
	font-size: clamp(15px, 1.7vw, 20px);
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .045em;
	text-transform: uppercase;
}


/* Gallery labels */

.gcr-vdp-gallery__view-all,
.gcr-vdp-gallery__count {
	position: absolute;
	bottom: 18px;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 9px 13px;
	color: #fff;
	background: rgba(17, 24, 39, 0.82);
	border-radius: var(--gcr-pill-radius);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.gcr-vdp-gallery__view-all {
	right: 18px;
}

.gcr-vdp-gallery__count {
	left: 18px;
}


/* =========================================================
   SLICK GALLERY ARROWS
   ========================================================= */

.gcr-vdp-gallery .slick-prev,
.gcr-vdp-gallery .slick-next {
	z-index: 5;
	width: 58px;
	height: 58px;
}

.gcr-vdp-gallery .slick-prev::before,
.gcr-vdp-gallery .slick-next::before {
	font-size: 40px;
	opacity: 1;
}

.gcr-vdp-gallery .slick-prev {
	left: 16px;
}

.gcr-vdp-gallery .slick-next {
	right: 16px;
}


/* =========================================================
   QUICK HIGHLIGHT
   ========================================================= */

.gcr-vdp-highlight {
	padding: 16px 20px;
	color: #374151;
	background: #fff;
	border-left: 5px solid var(--gcr-vdp-accent);
	border-radius: 0 var(--gcr-callout-radius) var(--gcr-callout-radius) 0;
	box-shadow: 0 4px 16px rgba(17, 24, 39, 0.05);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}


/* =========================================================
   CONTENT SECTIONS
   ========================================================= */

.gcr-vdp-section {
	padding: 28px;
	background: #fff;
	border-radius: var(--gcr-container-radius);
	box-shadow:
		0 8px 24px rgba(17, 24, 39, 0.07),
		0 2px 6px rgba(17, 24, 39, 0.04);
}

.gcr-vdp-section__header {
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--gcr-vdp-border);
}

.gcr-vdp-section__eyebrow {
	margin: 0 0 5px;
	color: var(--gcr-vdp-accent-hover);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gcr-vdp-section__header h2 {
	margin: 0;
	color: var(--gcr-vdp-text);
	font-size: clamp(23px, 2vw, 30px);
	font-weight: 900;
	line-height: 1.15;
}


/* =========================================================
   VEHICLE SPECIFICATIONS
   ========================================================= */

.gcr-vdp-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
}

.gcr-vdp-spec {
	display: grid;
	grid-template-columns: minmax(110px, 38%) minmax(0, 1fr);
	align-items: center;
	min-height: 54px;
	padding: 12px 14px;
	background: var(--gcr-vdp-subtle);
	border: 1px solid var(--gcr-vdp-border);
	border-radius: var(--gcr-element-radius);
}

.gcr-vdp-spec dt,
.gcr-vdp-spec dd {
	margin: 0;
}

.gcr-vdp-spec dt {
	color: var(--gcr-vdp-muted);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.gcr-vdp-spec dd {
	color: var(--gcr-vdp-text);
	font-size: 14px;
	font-weight: 800;
	overflow-wrap: anywhere;
}


/* =========================================================
   FEATURE GRID
   ========================================================= */

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

.gcr-vdp-feature-grid li {
	position: relative;
	padding: 13px 14px 13px 38px;
	background: var(--gcr-vdp-subtle);
	border: 1px solid var(--gcr-vdp-border);
	border-radius: var(--gcr-element-radius);
	font-size: 14px;
	font-weight: 700;
}

.gcr-vdp-feature-grid li::before {
	position: absolute;
	top: 50%;
	left: 14px;
	color: var(--gcr-vdp-accent-hover);
	content: "✓";
	font-weight: 900;
	transform: translateY(-50%);
}


/* =========================================================
   DESCRIPTION AND RICH CONTENT
   ========================================================= */

.gcr-vdp-rich-content {
	color: #374151;
	font-size: 16px;
	line-height: 1.72;
}

.gcr-vdp-rich-content > :first-child {
	margin-top: 0;
}

.gcr-vdp-rich-content > :last-child {
	margin-bottom: 0;
}

.gcr-vdp-rich-content ul,
.gcr-vdp-rich-content ol {
	margin-left: 22px;
}


/* =========================================================
   SIDEBAR ACTION CARD
   ========================================================= */

.gcr-vdp-actions,
.gcr-vdp-documents {
	overflow: hidden;
	background: #fff;
	border-radius: var(--gcr-container-radius);
	box-shadow:
		0 10px 30px rgba(17, 24, 39, 0.09),
		0 2px 8px rgba(17, 24, 39, 0.05);
}

.gcr-vdp-actions {
	padding: 24px;
}

.gcr-vdp-actions__intro {
	margin-bottom: 20px;
	text-align: center;
}

.gcr-vdp-actions__eyebrow {
	margin: 0 0 5px;
	color: var(--gcr-vdp-accent-hover);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.gcr-vdp-actions__intro h2 {
	margin: 0 0 8px;
	color: var(--gcr-vdp-text);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.15;
}

.gcr-vdp-actions__intro p:last-child {
	margin: 0;
	color: var(--gcr-vdp-muted);
	font-size: 13px;
	line-height: 1.5;
}

.gcr-vdp-actions__buttons {
	display: grid;
	gap: 9px;
}


/* =========================================================
   SIDEBAR BUTTONS
   ========================================================= */

.gcr-vdp-primary-cta,
.gcr-vdp-secondary-cta,
.gcr-vdp-text-cta, .listing-watch-video,
.gcr-vdp-financing a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	text-align: center;
	text-decoration: none !important;
}

.gcr-vdp-primary-cta {
	min-height: 58px;
	padding: 14px 18px;
	color: var(--gcr-primary-text-color) !important;
	background: var(--gcr-vdp-accent);
	font-size: clamp(16px, 1vw, 18px);
	font-weight: 900;
	letter-spacing: 0.04em;
	white-space: nowrap;
	text-transform: uppercase;
}

.gcr-vdp-primary-cta::after {
	content: "→";
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
}

.gcr-vdp-primary-cta:hover {
	color: var(--gcr-primary-hover-text-color, #fff) !important;
	background: var(--gcr-vdp-accent-hover);
}

.gcr-vdp-secondary-cta {
	min-height: 48px;
	padding: 11px 14px;
	color: var(--gcr-vdp-accent-hover) !important;
	background: #fff;
	border: 2px solid var(--gcr-vdp-accent);
	font-size: clamp(15px, 0.95vw, 17px);
	font-weight: 900;
	white-space: nowrap;
}

.gcr-vdp-secondary-cta:hover {
	color: var(--gcr-primary-hover-text-color, #fff) !important;
	background: var(--gcr-vdp-accent-hover);
	border-color: var(--gcr-vdp-accent-hover);
}

.gcr-vdp-text-cta {
	min-height: 45px;
	padding: 10px 12px;
	color: var(--gcr-vdp-text) !important;
	background: var(--gcr-vdp-subtle);
	border: 1px solid var(--gcr-vdp-border);
	font-size: clamp(13px, 0.85vw, 15px);
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
}

.gcr-vdp-text-cta:hover {
	color: var(--gcr-vdp-text) !important;
	background: #f1f3f5;
	border-color: #d1d5db;
}


/* =========================================================
   FINANCING AND SHARING
   ========================================================= */

.gcr-vdp-financing,
.gcr-share_toolbox {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--gcr-vdp-border);
	text-align: center;
}

.gcr-vdp-financing p,
.gcr-share_toolbox p {
	margin: 0 0 9px;
	color: var(--gcr-vdp-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.gcr-vdp-financing a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px;
	width: 100% !important;
	min-height: 45px;
	margin: 0 !important;
	padding: 10px 12px !important;
	color: var(--gcr-primary-text-color) !important;
	background: var(--gcr-primary-color) !important;
	border: 0 !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}

.gcr-vdp-financing a:hover,
.gcr-vdp-financing a:focus {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
	background: var(--gcr-primary-hover-color) !important;
}

/* Watch Video shortcode wrapper */
.gcr-vdp-video {
	padding: 0;
	background: transparent;
	border: 0;
}

/* The actual clickable Watch Video element */
.gcr-vdp-video .listing-watch-video {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px;
	width: 100% !important;
	min-height: 45px;
	margin: 0 !important;
	padding: 10px 12px !important;
	color: var(--gcr-primary-text-color) !important;
	background-color: var(--gcr-primary-color) !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transform: none !important;
}

/* Prevent inner shortcode markup from looking like another button */
.gcr-vdp-video .listing-watch-video > *,
.gcr-vdp-video .listing-watch-video span,
.gcr-vdp-video .listing-watch-video i {
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

/* Hover the whole button as one unit */
.gcr-vdp-video .listing-watch-video:hover,
.gcr-vdp-video .listing-watch-video:focus,
.gcr-vdp-video .listing-watch-video:active {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
	background-color: var(--gcr-primary-hover-color) !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

/* Keep inner elements transparent during hover */
.gcr-vdp-video .listing-watch-video:hover *,
.gcr-vdp-video .listing-watch-video:focus *,
.gcr-vdp-video .listing-watch-video:active * {
	color: inherit !important;
	background: transparent !important;
	background-image: none !important;
}

#my_centered_buttons {
	display: flex;
	justify-content: center;
}


/* =========================================================
   DOCUMENTS
   ========================================================= */

.gcr-vdp-documents {
	margin-top: 20px;
	padding: 22px;
}

.gcr-vdp-documents h2 {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 900;
}

.gcr-vdp-documents ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gcr-vdp-documents a {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 11px 12px;
	color: var(--gcr-vdp-text);
	background: var(--gcr-vdp-subtle);
	border: 1px solid var(--gcr-vdp-border);
	font-size: 13px;
	font-weight: 700;
}


/* Documents displayed within the main VDP content. */
.gcr-vdp-document-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gcr-vdp-document-grid a {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 52px;
	padding: 13px 15px;
	color: var(--gcr-vdp-text);
	background: var(--gcr-vdp-subtle);
	border: 1px solid var(--gcr-vdp-border);
	border-radius: var(--gcr-element-radius);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gcr-vdp-document-grid a:hover,
.gcr-vdp-document-grid a:focus-visible {
	color: var(--gcr-vdp-accent-hover);
	border-color: var(--gcr-vdp-accent);
	box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
	transform: translateY(-1px);
}

.gcr-vdp-document-grid i {
	flex: 0 0 auto;
	color: var(--gcr-vdp-accent);
	font-size: 17px;
}

@media (max-width: 700px) {
	.gcr-vdp-document-grid {
		grid-template-columns: 1fr;
	}
}


/* =========================================================
   LEAD FORM OVERLAYS
   ========================================================= */

.lead-form-popup {
	position: relative;
	width: min(620px, 100%);
	margin: 0;
	background: #fff;
	border-radius: var(--gcr-container-radius);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.lead-form-popup .header {
	padding: 5px 58px 5px 22px;
	background: var(--gcr-header-background);
	border-radius: var(--gcr-container-radius) var(--gcr-container-radius) 0 0;
}

.lead-form-popup .header p {
	margin: 0;
	color: var(--gcr-header-text-color);
	font-size: 20px;
	font-weight: 900;
	text-align: left;
}

.lead-form-popup .close {
	position: absolute;
	top: 0px;
	right: 16px;
	color: var(--gcr-header-text-color);
	font-size: 36px;
	line-height: 1;
	text-decoration: none;
}

.lead-form-popup .content {
	margin: 0;
	overflow: visible;
}

.lead-form-popup .form {
	padding: 22px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1099px) {

	/*
	 * Keep the main VDP content in this order:
	 * 1. Listing header
	 * 2. Main vehicle content
	 * 3. Sidebar actions
	 * 4. Recommendations
	 */
	.glc_listing-template-default .gcr-vdp-layout {
		display: flex;
		flex-direction: column !important;
		padding-right: 20px;
		padding-left: 20px;
	}

	.glc_listing-template-default #primary {
		order: 2;
		width: 100%;
	}

	.glc_listing-template-default #secondary {
		order: 3;
		width: 100%;
		margin-bottom: 0;
	}
	
	.glc_listing-template-default .gcr-vdp > .listing-header {
	order: 0;
}

	/*
	 * Move the wrapper that contains recommendations,
	 * not just the recommendations element itself.
	 */
	.glc_listing-template-default
	.gcr-vdp-recommendations-wrap {
		order: 4;
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
		padding: 0;
	}

	.glc_listing-template-default .listing-content-recommendations {
		width: 100%;
		margin: 0;
	}

	.single-glc_listing .listing-header__main {
		gap: 24px;
	}

	.single-glc_listing .listing-header__pricing {
		min-width: 240px;
	}
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
	.glc_listing-template-default .gcr-vdp-layout {
		padding-right: 12px;
		padding-bottom: 18px;
		padding-left: 12px;
	}

	.single-glc_listing .gcr-vdp {
		gap: 7px;
	}

	.single-glc_listing .listing-header__main {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: clamp(8px, 2.4vw, 14px);
		row-gap: 0;
	}

	.single-glc_listing .listing-header__left {
		display: contents;
	}

	.single-glc_listing .listing-header__title {
		grid-column: 1 / -1;
		margin: 0 0 clamp(6px, 1.5vw, 9px);
	}

	.single-glc_listing .listing-header__details {
		grid-column: 1;
		align-self: start;
		text-align: left;
	}

	.single-glc_listing .listing-header__pricing {
		grid-column: 2;
		align-self: start;
		min-width: 0;
		margin: 0;
		text-align: right;
	}

	.single-glc_listing .listing-header .job_listing-title {
		font-size: clamp(19px, 5vw, 27px);
		line-height: 1.04;
	}

	.single-glc_listing .listing-header__details > .listing-finance-incentive {
		justify-content: flex-start;
		gap: 2px 4px;
	}

	.single-glc_listing .listing-header__details > .listing-finance-incentive .listing-finance-incentive__label,
	.single-glc_listing .listing-header__pricing .listing-msrp-price,
	.single-glc_listing .listing-header__pricing .listing-current-price__label,
	.single-glc_listing .listing-header__pricing .sale-price-callout__label,
	.single-glc_listing .listing-header__pricing .oldprice-sale-price,
	.single-glc_listing .listing-header__pricing .listing-sale-price {
		font-size: clamp(10px, 2.6vw, 13px);
		line-height: 1.05;
	}

	.single-glc_listing .listing-header__details > .listing-finance-incentive .listing-finance-incentive__amount {
		font-size: clamp(21px, 6vw, 31px);
		line-height: .95;
	}

	.single-glc_listing .listing-header__details > .listing-finance-incentive .listing-finance-incentive__amount small {
		font-size: clamp(9px, 2.4vw, 11px);
	}

	.single-glc_listing .listing-header__pricing--finance-replaces-price .listing-finance-incentive {
		justify-content: flex-end;
		gap: 2px 4px;
	}

	.single-glc_listing .listing-header__pricing--finance-replaces-price .listing-finance-incentive__label {
		font-size: clamp(10px, 2.6vw, 13px);
	}

	.single-glc_listing .listing-header__pricing--finance-replaces-price .listing-finance-incentive__amount {
		font-size: clamp(23px, 6.5vw, 33px);
	}

	.single-glc_listing .listing-header__pricing--finance-replaces-price .listing-finance-incentive__amount small {
		font-size: clamp(9px, 2.4vw, 11px);
	}

	.single-glc_listing .listing-header__pricing .listing-price,
	.single-glc_listing .listing-header__pricing .listing-price > *,
	.single-glc_listing .listing-header__pricing .listing-price span,
	.single-glc_listing .listing-header__pricing .listing-price div {
		width: auto !important;
		max-width: 100%;
		text-align: right !important;
	}

	.single-glc_listing .listing-header__pricing .listing-original-price {
		gap: 2px;
		margin: 0 0 1px;
		line-height: 1.05;
	}

	.single-glc_listing .listing-header__pricing .sale-price-callout {
		gap: 3px;
	}

	.single-glc_listing .listing-header__pricing .listing-current-price__amount,
	.single-glc_listing .listing-header__pricing .sale-price-callout__amount {
		font-size: clamp(23px, 6.5vw, 33px);
		line-height: .95;
	}

	.single-glc_listing .listing-header__pricing .listing-savings {
		margin-top: 1px;
		font-size: clamp(9px, 2.4vw, 11px);
		line-height: 1.05;
	}

	.gcr-vdp-gallery__main,
	.gcr-vdp-gallery__main .slick-list,
	.gcr-vdp-gallery__main .slick-track,
	.gcr-vdp-gallery__main .slick-slide,
	.gcr-vdp-gallery__main .slick-slide > div,
	.gcr-vdp-gallery__slide,
	.gcr-vdp-gallery__slide > a {
		height: 400px;
	}

	.gcr-vdp-section { padding: 22px 18px; }
	.gcr-vdp-spec-grid,
	.gcr-vdp-feature-grid { grid-template-columns: 1fr; }
	.gcr-vdp-gallery__view-all,
	.gcr-vdp-gallery__count { bottom: 12px; padding: 8px 11px; font-size: 12px; }
	.gcr-vdp-gallery__view-all { right: 12px; }
	.gcr-vdp-gallery__count { left: 12px; }
	.gcr-vdp-gallery .slick-prev { left: 10px; }
	.gcr-vdp-gallery .slick-next { right: 10px; }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 700px) {
	.single-glc_listing .gcr-vdp-cpo-row { margin-top: 4px; }
	.single-glc_listing .single-cpo-badge--post-gallery { padding: 4px 7px; font-size: 10px; font-weight: 700; }
}

@media (max-width: 480px) {
	.gcr-vdp-gallery__main,
	.gcr-vdp-gallery__main .slick-list,
	.gcr-vdp-gallery__main .slick-track,
	.gcr-vdp-gallery__main .slick-slide,
	.gcr-vdp-gallery__main .slick-slide > div,
	.gcr-vdp-gallery__slide,
	.gcr-vdp-gallery__slide > a { height: 320px; }

	.gcr-vdp-spec { grid-template-columns: 1fr; gap: 4px; }
	.single-glc_listing .listing-header .job_listing-title { font-size: clamp(18px, 5vw, 22px); }
	.single-glc_listing .listing-header__details > .listing-finance-incentive .listing-finance-incentive__amount { font-size: clamp(20px, 5.7vw, 25px); }
	.single-glc_listing .listing-header__pricing .listing-current-price__amount,
	.single-glc_listing .listing-header__pricing .sale-price-callout__amount { font-size: clamp(21px, 6.1vw, 27px); }
	.gcr-vdp-gallery__view-all { max-width: calc(100% - 90px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}

@media (max-width: 360px) {
	.glc_listing-template-default .gcr-vdp-layout { padding-right: 10px; padding-left: 10px; }
	.single-glc_listing .gcr-vdp { gap: 6px; }
	.single-glc_listing .listing-header__title { margin-bottom: 6px; }
	.single-glc_listing .listing-header .job_listing-title { font-size: 17px; }
	.single-glc_listing .listing-header__details > .listing-finance-incentive .listing-finance-incentive__label,
	.single-glc_listing .listing-header__pricing .listing-msrp-price,
	.single-glc_listing .listing-header__pricing .listing-current-price__label,
	.single-glc_listing .listing-header__pricing .sale-price-callout__label,
	.single-glc_listing .listing-header__pricing .oldprice-sale-price,
	.single-glc_listing .listing-header__pricing .listing-sale-price { font-size: 9px; }
	.single-glc_listing .listing-header__details > .listing-finance-incentive .listing-finance-incentive__amount { font-size: 19px; }
	.single-glc_listing .listing-header__pricing .listing-current-price__amount,
	.single-glc_listing .listing-header__pricing .sale-price-callout__amount { font-size: 21px; }
}

/* =========================================================
   MOBILE VDP PRIMARY ACTION POSITION
   ========================================================= */

@media (max-width: 1099px) {

	/*
	 * On mobile/tablet the existing CTA card is moved into the post-gallery
	 * action row by the VDP template: after Watch Video and before the
	 * Save Vehicle / Compare controls. Keep it full-width in that location.
	 */
	.glc_listing-template-default
	.gcr-vdp-shopper-actions > .gcr-vdp-actions-mobile {
		flex: 1 1 100%;
		width: 100%;
		margin: 0;
	}

	.glc_listing-template-default
	.gcr-vdp > .listing-header {
		margin-bottom: 20px;
	}
}

/* =========================================================
   MOBILE VDP SECTION ACCORDIONS
   ========================================================= */

.gcr-vdp-accordion-toggle {
	display: none;
}

.gcr-vdp-accordion-panel {
	display: block;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

	.gcr-vdp-section {
		padding: 0;
		overflow: hidden;
	}

	.gcr-vdp-section__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;

		margin: 0;
		padding: 18px;

		border-bottom: 0;
	}

	.gcr-vdp-section__header > div {
		min-width: 0;
	}

	/*
	 * Your current headers do not have a wrapper div,
	 * so allow the title area to take the available space.
	 */
	.gcr-vdp-section__header h2 {
		flex: 1 1 auto;
		margin-right: auto;
		font-size: 21px;
	}

	.gcr-vdp-section__eyebrow {
		display: none;
	}

	.gcr-vdp-accordion-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;

		flex: 0 0 auto;
		min-height: 40px;
		margin: 0;
		padding: 8px 11px;

		color: var(--gcr-vdp-text);
		background: var(--gcr-vdp-subtle);
		border: 1px solid var(--gcr-vdp-border);

		font-family: inherit;
		font-size: 11px;
		font-weight: 900;
		line-height: 1.2;
		letter-spacing: 0.03em;
		text-align: center;
		text-transform: uppercase;

		cursor: pointer;
	}

	.gcr-vdp-accordion-toggle:hover,
	.gcr-vdp-accordion-toggle:focus {
		color: var(--gcr-vdp-text);
		background: #f1f3f5;
		border-color: #d1d5db;
	}

	.gcr-vdp-accordion-toggle__icon {
		position: relative;
		display: block;
		width: 12px;
		height: 12px;
		flex: 0 0 12px;
	}

	.gcr-vdp-accordion-toggle__icon::before,
	.gcr-vdp-accordion-toggle__icon::after {
		position: absolute;
		top: 50%;
		left: 50%;

		width: 12px;
		height: 2px;

		content: "";
		background: currentColor;
		border-radius: var(--gcr-element-radius);

		transform: translate(-50%, -50%);
		transition: transform 160ms ease;
	}

	.gcr-vdp-accordion-toggle__icon::after {
		transform:
			translate(-50%, -50%)
			rotate(90deg);
	}

	/*
	 * Sections are collapsed by default on mobile.
	 */
	.gcr-vdp-accordion-ready
	.gcr-vdp-accordion-panel {
		display: none;
		padding: 10px 18px 20px;
		border-top: 1px solid var(--gcr-vdp-border);
	}

	/*
	 * Turn the plus into a minus while open.
	 */
	.gcr-vdp-accordion-open
	.gcr-vdp-accordion-toggle__icon::after {
		transform:
			translate(-50%, -50%)
			rotate(0deg);
	}
}

@media (max-width: 700px) {
	.gcr-vdp-accordion-toggle,
	.gcr-vdp-accordion-toggle:hover,
	.gcr-vdp-accordion-toggle:focus,
	.gcr-vdp-accordion-toggle:active {
		color: var(--gcr-vdp-text, #111827) !important;
		background: var(--gcr-vdp-subtle, #f9fafb) !important;
		border-color: var(--gcr-vdp-border, #e5e7eb) !important;
	}

	.gcr-vdp-accordion-toggle__label,
	.gcr-vdp-accordion-toggle:hover .gcr-vdp-accordion-toggle__label,
	.gcr-vdp-accordion-toggle:focus .gcr-vdp-accordion-toggle__label,
	.gcr-vdp-accordion-toggle:active .gcr-vdp-accordion-toggle__label {
		color: inherit !important;
	}

	.gcr-vdp-accordion-toggle__icon::before,
	.gcr-vdp-accordion-toggle__icon::after {
		background: currentColor !important;
	}

	/*
	 * GCR owns the mobile VDP Show/Hide control typography. Dealer themes often
	 * ship broad button font rules (sometimes !important), so keep the intended
	 * compact accordion label consistent from site to site.
	 */
	.glc_listing-template-default .gcr-vdp .gcr-vdp-section .gcr-vdp-accordion-toggle,
	.glc_listing-template-default .gcr-vdp .gcr-vdp-section .gcr-vdp-accordion-toggle__label {
		font-family: var(--gcr-button-font-family) !important;
		font-size: 11px !important;
		font-weight: 900 !important;
		font-style: normal !important;
		line-height: 1.2 !important;
		letter-spacing: 0.03em !important;
		text-transform: uppercase !important;
	}
}

.gca-mobile-cta-wrapper {
    z-index: 20;
}

.featured-inventory {
	display: none;
	padding: 20px;
}

/* Show only on 1100px and up */
@media only screen and (min-width: 1100px) {
	.featured-inventory {
		display: block !important;
	}
}

/* =========================================================
   JAVASCRIPT LEAD FORM MODALS
   ========================================================= */

.lead-form-overlay {
	position: fixed;
	inset: 0;
	z-index: 2147483500;

	display: flex;
	align-items: flex-start;
	justify-content: center;

	padding: 40px 18px;
	background: rgba(17, 24, 39, 0.72);

	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	overflow-y: auto;

	transition:
		opacity 180ms ease,
		visibility 180ms ease;
}

.lead-form-overlay.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.lead-form-popup {
	position: relative;
	width: min(620px, 100%);
	margin: auto 0;
	background: #fff;
	border-radius: var(--gcr-container-radius);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);

	transform: translateY(15px) scale(0.985);
	transition: transform 180ms ease;
}

.lead-form-overlay.is-open .lead-form-popup {
	transform: translateY(0) scale(1);
}

body.gcr-modal-open {
	overflow: hidden;
}

@media (max-width: 700px) {
	.lead-form-overlay {
		padding: 16px 12px;
	}

	.lead-form-popup {
		width: 100%;
		max-height: calc(100dvh - 32px);
		overflow-y: auto;
	}
}

/* =========================================================
   LEAD MODAL VEHICLE SUMMARY
   ========================================================= */

.gcr-modal-vehicle {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	padding: 20px 22px;
	background: #f9fafb;
	border-bottom: 1px solid #e5e7eb;
}

.gcr-modal-vehicle__image {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #eef0f3;
	border-radius: var(--gcr-element-radius);
}

.gcr-modal-vehicle__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gcr-modal-vehicle__image--placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 12px;
	color: #6b7280;
	text-align: center;
}

.gcr-modal-vehicle__image--placeholder .gcr-ui-icon {
	width: 24px;
	height: 24px;
	color: #8b95a4;
}

.gcr-modal-vehicle__image--placeholder span {
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
}

.gcr-modal-vehicle__details {
	min-width: 0;
}

.gcr-modal-vehicle__title {
	margin: 0 0 7px;
	overflow: hidden;
	color: #111827;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gcr-modal-vehicle__stock {
	margin: 0 0 10px;
	color: #6b7280;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.gcr-modal-vehicle__stock span {
	font-weight: 800;
}



/* =========================================================
   MOBILE MODAL VEHICLE SUMMARY
   ========================================================= */

@media (max-width: 600px) {

	.gcr-modal-vehicle {
		grid-template-columns: 105px minmax(0, 1fr);
		gap: 13px;
		padding: 14px;
	}

	.gcr-modal-vehicle__title {
		font-size: 17px;
	}

	.gcr-modal-vehicle__stock {
		margin-bottom: 7px;
		font-size: 11px;
	}
}

/* =========================================================
   COLLAPSIBLE LEGACY FILTERING FILTERS
   ========================================================= */

.job_filters.facets .gcr-retired-filter {
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 2px 8px rgba(17, 24, 39, 0.05);
}

.job_filters.facets .gcr-retired-filter > h2 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 !important;
	padding: 13px 42px 13px 14px !important;
	color: #111827;
	background: #f5f5f5;
	border: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.03em;
	cursor: pointer;
	user-select: none;
}

.job_filters.facets .gcr-retired-filter > h2::after {
	position: absolute;
	top: 50%;
	right: 14px;
	content: "+";
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-50%);
}

.job_filters.facets .gcr-retired-filter.is-open > h2::after {
	content: "−";
}

.job_filters.facets .gcr-retired-filter > .gcr-native-filter-content {
	display: none;
	margin: 0 !important;
	padding: 14px !important;
	background: #fff;
}

.job_filters.facets .gcr-retired-filter.is-open > .gcr-native-filter-content {
	display: block;
}

.job_filters.facets .gcr-retired-filter > h2:focus-visible {
	outline: 2px solid var(--gcr-primary-color);
	outline-offset: -2px;
}

/* Keep special filter colors */
.job_filters.facets .gcr-retired-filter-on_sale > h2 {
	color: #fff;
	background-color: #ee4630;
}

.job_filters.facets .gcr-retired-filter-clearance > h2 {
	color: #111827;
	background-color: #ffef01;
}

/* =========================================================
   SHARED SLICK ARROW STYLE
   ========================================================= */

.gcr-card-gallery .slick-arrow,
.gcr-vdp-gallery .slick-arrow,
.listing-gallery .slick-arrow,
.listings-slider-gallery .slick-arrow,
.dealer-carousel .slick-arrow {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 52px !important;
	height: 52px !important;
	padding: 0 !important;

	color: var(--gcr-slick-arrow-color) !important;
	background: rgba(255, 255, 255, 0.97) !important;

	border: 1px solid rgba(17, 24, 39, 0.08) !important;
	border-radius: var(--gcr-circle-radius) !important;
	box-shadow: 0 4px 14px rgba(17, 24, 39, 0.18) !important;

	font-size: 0 !important;
	line-height: 1 !important;
	opacity: 1 !important;
	visibility: visible !important;

	cursor: pointer;
	transform: translateY(-50%);
	transition:
		color 160ms ease,
		background-color 160ms ease,
		border-color 160ms ease,
		transform 160ms ease;
}

.gcr-card-gallery .slick-prev::before,
.gcr-card-gallery .slick-next::before,
.gcr-vdp-gallery .slick-prev::before,
.gcr-vdp-gallery .slick-next::before,
.listing-gallery .slick-prev::before,
.listing-gallery .slick-next::before,
.listings-slider-gallery .slick-prev::before,
.listings-slider-gallery .slick-next::before,
.dealer-carousel .slick-prev::before,
.dealer-carousel .slick-next::before {
	color: var(--gcr-slick-arrow-color) !important;
	font-family: inherit !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	opacity: 1 !important;
}

.gcr-card-gallery .slick-prev::before,
.gcr-vdp-gallery .slick-prev::before,
.listing-gallery .slick-prev::before,
.listings-slider-gallery .slick-prev::before,
.dealer-carousel .slick-prev::before {
	content: "‹" !important;
}

.gcr-card-gallery .slick-next::before,
.gcr-vdp-gallery .slick-next::before,
.listing-gallery .slick-next::before,
.listings-slider-gallery .slick-next::before,
.dealer-carousel .slick-next::before {
	content: "›" !important;
}

.gcr-card-gallery .slick-arrow:hover,
.gcr-card-gallery .slick-arrow:focus,
.gcr-vdp-gallery .slick-arrow:hover,
.gcr-vdp-gallery .slick-arrow:focus,
.listing-gallery .slick-arrow:hover,
.listing-gallery .slick-arrow:focus,
.listings-slider-gallery .slick-arrow:hover,
.listings-slider-gallery .slick-arrow:focus,
.dealer-carousel .slick-arrow:hover,
.dealer-carousel .slick-arrow:focus {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
	background: var(--gcr-primary-hover-color) !important;
	border-color: var(--gcr-primary-hover-color) !important;
	transform: translateY(-50%) scale(1.04);
}

.gcr-vdp-gallery__main .slick-arrow:hover,
.gcr-vdp-gallery__main .slick-arrow:focus,
.gcr-card-gallery .slick-arrow:hover,
.gcr-card-gallery .slick-arrow:focus,
.gcr-vdp-gallery__main .slick-arrow:hover::before,
.gcr-vdp-gallery__main .slick-arrow:focus::before,
.gcr-card-gallery .slick-arrow:hover::before,
.gcr-card-gallery .slick-arrow:focus::before {
	color: var(--gcr-primary-text-color) !important;
	opacity: 1 !important;
}

/* Keep looping arrows from appearing disabled */
.gcr-vdp-gallery__main .slick-arrow.slick-disabled:hover::before,
.gcr-vdp-gallery__main .slick-arrow.slick-disabled:focus::before,
.gcr-card-gallery .slick-arrow.slick-disabled:hover::before,
.gcr-card-gallery .slick-arrow.slick-disabled:focus::before {
	color: var(--gcr-primary-text-color) !important;
	opacity: 1 !important;
}

/* Required indicator inside selected Gravity Forms */
#gform_wrapper_2 .gfield_contains_required .ginput_container,
#gform_wrapper_3 .gfield_contains_required .ginput_container,
#gform_wrapper_4 .gfield_contains_required .ginput_container,
#gform_wrapper_11 .gfield_contains_required .ginput_container{
	position: relative;
}

#gform_wrapper_2 .gcr-required-indicator,
#gform_wrapper_3 .gcr-required-indicator,
#gform_wrapper_4 .gcr-required-indicator,
#gform_wrapper_11 .gcr-required-indicator{
	position: absolute;
	top: 50%;
	right: 14px;
	z-index: 2;
	color: #d60000;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
	transform: translateY(-50%);
}

/* Leave room for the indicator */
#gform_wrapper_2 .gfield_contains_required input,
#gform_wrapper_3 .gfield_contains_required input,
#gform_wrapper_4 .gfield_contains_required input,
#gform_wrapper_11 .gfield_contains_required input,
#gform_wrapper_2 .gfield_contains_required select,
#gform_wrapper_3 .gfield_contains_required select,
#gform_wrapper_4 .gfield_contains_required select,
#gform_wrapper_11 .gfield_contains_required select{
	padding-right: 38px !important;
}

/* Textareas need the indicator at the top */
#gform_wrapper_2 .gfield_contains_required .ginput_container_textarea .gcr-required-indicator,
#gform_wrapper_3 .gfield_contains_required .ginput_container_textarea .gcr-required-indicator,
#gform_wrapper_4 .gfield_contains_required .ginput_container_textarea .gcr-required-indicator,
#gform_wrapper_11 .gfield_contains_required .ginput_container_textarea .gcr-required-indicator{
	top: 15px;
	transform: none;
}

/* Visually hide labels on selected VDP forms */
#gform_wrapper_2 .gfield_label,
#gform_wrapper_3 .gfield_label,
#gform_wrapper_4 .gfield_label,
#gform_wrapper_11 .gfield_label{
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

#gform_wrapper_2 textarea,
#gform_wrapper_3 textarea,
#gform_wrapper_4 textarea,
#gform_wrapper_11 textarea{
	min-height: 65px !important;
	height: 65px !important;
}

#gform_wrapper_2 .ginput_complex > span,
#gform_wrapper_3 .ginput_complex > span,
#gform_wrapper_4 .ginput_complex > span,
#gform_wrapper_11 .ginput_complex > span{
	position: relative;
}

#gform_wrapper_2 .ginput_complex > span .gcr-required-indicator,
#gform_wrapper_3 .ginput_complex > span .gcr-required-indicator,
#gform_wrapper_4 .ginput_complex > span .gcr-required-indicator,
#gform_wrapper_11 .ginput_complex > span .gcr-required-indicator{
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
}

#gform_wrapper_2 .gform_fields,
#gform_wrapper_3 .gform_fields,
#gform_wrapper_4 .gform_fields,
#gform_wrapper_11 .gform_fields {
	row-gap: 6px !important;
}

/* =========================================================
   INVENTORY LIST / GRID VIEW TOGGLE
   ========================================================= */

.gcr-inventory-view-toggle {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	width: 100%;
	margin: 0 0 16px;
	padding: 0 14px;
	box-sizing: border-box;
}

.gcr-inventory-view-toggle button {
	font-size: 13px!important;
}

.gcr-inventory-view-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 44px;
	height: 42px;
	margin: 0;
	padding: 8px 13px;
	color: #374151;
	background: #ffffff;
	border: 1px solid #d1d5db;
	box-shadow: none;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.gcr-inventory-view-button:hover,
.gcr-inventory-view-button:focus {
	color: var(--gcr-primary-color);
	background: #f9fafb;
	border-color: var(--gcr-primary-color);
}

.gcr-inventory-view-button.is-active {
	color: var(--gcr-primary-text-color);
	background: var(--gcr-primary-color);
	border-color: var(--gcr-primary-color);
}

.gcr-inventory-view-button.is-active:hover,
.gcr-inventory-view-button.is-active:focus {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color));
	background: var(--gcr-primary-hover-color);
	border-color: var(--gcr-primary-hover-color);
}

/* =========================================================
   LIST VIEW
   ========================================================= */

.gcr-inventory-results-wrap.gcr-view-list .job_listings {
	grid-template-columns: 1fr;
}

/* =========================================================
   TWO-COLUMN GRID VIEW
   ========================================================= */

.gcr-inventory-results-wrap.gcr-view-grid .job_listings {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}

.gcr-inventory-results-wrap.gcr-view-grid .listing-card {
	height: 100%;
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-inventory-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-inventory-card__media {
	flex: 0 0 auto;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 4 / 3;
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-card-gallery,
.gcr-inventory-results-wrap.gcr-view-grid .gcr-card-gallery .slick-list,
.gcr-inventory-results-wrap.gcr-view-grid .gcr-card-gallery .slick-track,
.gcr-inventory-results-wrap.gcr-view-grid .gcr-card-gallery__slide,
.gcr-inventory-results-wrap.gcr-view-grid .gcr-card-gallery__slide > a {
	height: 100% !important;
	min-height: 0;
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-card-gallery__slide > a {
	aspect-ratio: 4 / 3;
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-inventory-card__content {
	flex: 1 1 auto;
	padding: 20px;
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-inventory-card__top {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 16px;
	margin-bottom: 16px;
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-inventory-card .job_listing-title {
	font-size: 22px;
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-inventory-card__price {
	align-items: flex-end;
	min-width: 145px;
	margin-left: auto;
	text-align: right;
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-inventory-card__finance-primary .listing-finance-incentive,
.gcr-inventory-results-wrap.gcr-view-grid .gcr-inventory-card__cash-price {
	justify-content: flex-end;
}

.gcr-inventory-results-wrap.gcr-view-grid
.gcr-inventory-card__price .listing-price,
.gcr-inventory-results-wrap.gcr-view-grid
.gcr-inventory-card__price .listing-price > *,
.gcr-inventory-results-wrap.gcr-view-grid
.gcr-inventory-card__price .listing-price span,
.gcr-inventory-results-wrap.gcr-view-grid
.gcr-inventory-card__price .listing-price div {
	text-align: right !important;
}

.gcr-inventory-results-wrap.gcr-view-grid
.gcr-inventory-card__price .listing-price {
	font-size: 23px;
	white-space: nowrap;
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-card-specs {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-inventory-card .quick-headline {
	font-size: 13px;
}

.gcr-inventory-results-wrap.gcr-view-grid .gcr-inventory-card__cta {
	margin-top: auto;
}

/* Smaller arrows inside grid cards */
.gcr-inventory-results-wrap.gcr-view-grid .gcr-card-gallery .slick-arrow {
	width: 38px !important;
	height: 38px !important;
}

.gcr-inventory-results-wrap.gcr-view-grid
.gcr-card-gallery .slick-prev::before,
.gcr-inventory-results-wrap.gcr-view-grid
.gcr-card-gallery .slick-next::before {
	font-size: 14px !important;
}

/* =========================================================
   RESPONSIVE FALLBACK
   ========================================================= */

/* Tablet: keep two cards per row */
@media (min-width: 601px) and (max-width: 1000px) {
	.gcr-inventory-results-wrap.gcr-view-grid .job_listings {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile phones: one card per row */
@media (max-width: 600px) {
	.gcr-inventory-results-wrap.gcr-view-grid .job_listings,
	.gcr-inventory-results-wrap.gcr-view-list .job_listings {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.gcr-inventory-view-toggle {
		justify-content: stretch;
	}

	.gcr-inventory-view-button {
		flex: 1 1 50%;
	}

	/*
	 * Both modes remain one card per row on mobile.
	 */
	.gcr-inventory-results-wrap.gcr-view-list .job_listings,
	.gcr-inventory-results-wrap.gcr-view-grid .job_listings {
		grid-template-columns: 1fr;
	}
}

.gcr-inventory-view-toggle .gcr-inventory-view-button {
	color: #374151 !important;
	background: #ffffff !important;
	border-color: #d1d5db !important;
}

.gcr-inventory-view-toggle .gcr-inventory-view-button i,
.gcr-inventory-view-toggle .gcr-inventory-view-button span {
	color: inherit !important;
}

/* Inactive button hover */
.gcr-inventory-view-toggle .gcr-inventory-view-button:hover,
.gcr-inventory-view-toggle .gcr-inventory-view-button:focus,
.gcr-inventory-view-toggle .gcr-inventory-view-button:active {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
	background: var(--gcr-primary-hover-color) !important;
	border-color: var(--gcr-primary-hover-color) !important;
}

/* Selected view */
.gcr-inventory-view-toggle .gcr-inventory-view-button.is-active {
	color: var(--gcr-primary-text-color) !important;
	background: var(--gcr-primary-color) !important;
	border-color: var(--gcr-primary-color) !important;
}

/* Selected view hover */
.gcr-inventory-view-toggle .gcr-inventory-view-button.is-active:hover,
.gcr-inventory-view-toggle .gcr-inventory-view-button.is-active:focus,
.gcr-inventory-view-toggle .gcr-inventory-view-button.is-active:active {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
	background: var(--gcr-primary-hover-color) !important;
	border-color: var(--gcr-primary-hover-color) !important;
}

@media (max-width: 1099px) {
	.gcr-inventory-view-toggle {
		display: none !important;
	}
}

/* =========================================================
   MOBILE INVENTORY FILTER CTAS
   ========================================================= */

/* Hidden by default on desktop */
.gca-mobile-cta-wrapper {
	display: none !important;
}

/* Mobile only */
@media (max-width: 1099px) {

	.gca-mobile-cta-wrapper {
		display: flex !important;
		align-items: center;
		gap:10px;
		width: 100%;
	}

	.gca-mobile-cta-wrapper .filter-cta-half,
	.gca-mobile-cta-wrapper .reset-mobile-filter {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex: 1 1 0;
		gap: 7px;
		width: auto !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 12px 16px !important;
		border-radius: var(--gcr-button-radius) !important;
		font-family: inherit;
		font-size: 14px !important;
		font-weight: 900;
		line-height: 1.1 !important;
		letter-spacing: 0.03em;
		text-align: center;
		text-decoration: none !important;
		text-transform: uppercase;
		transition:
			background-color 160ms ease,
			color 160ms ease,
			border-color 160ms ease,
			transform 160ms ease,
			box-shadow 160ms ease;
	}

	/* Filter Listings */
	.gca-mobile-cta-wrapper .filter-cta-half {
		color: var(--gcr-primary-text-color) !important;
		background: var(--gcr-primary-color) !important;
		border: 2px solid var(--gcr-primary-color) !important;
		box-shadow: 0 3px 8px rgba(17, 24, 39, 0.12);
	}

	.gca-mobile-cta-wrapper .filter-cta-half:hover,
	.gca-mobile-cta-wrapper .filter-cta-half:focus,
	.gca-mobile-cta-wrapper .filter-cta-half:active {
		color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
		background: var(--gcr-primary-hover-color) !important;
		border-color: var(--gcr-primary-hover-color) !important;
		transform: translateY(-1px);
	}

	/* Reset Filters */
	.gca-mobile-cta-wrapper .reset-mobile-filter {
		color: var(--gcr-primary-color) !important;
		background: #ffffff !important;
		border: 2px solid var(--gcr-primary-color) !important;
		box-shadow: none;
	}

	.gca-mobile-cta-wrapper .reset-mobile-filter:hover,
	.gca-mobile-cta-wrapper .reset-mobile-filter:focus,
	.gca-mobile-cta-wrapper .reset-mobile-filter:active {
		color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
		background: var(--gcr-primary-hover-color) !important;
		border-color: var(--gcr-primary-hover-color) !important;
		transform: translateY(-1px);
	}

	.gca-mobile-cta-wrapper .filter-cta-half *,
	.gca-mobile-cta-wrapper .reset-mobile-filter * {
		color: inherit !important;
		background: transparent !important;
	}
}

@media (max-width: 420px) {
	.gca-mobile-cta-wrapper .filter-cta-half,
	.gca-mobile-cta-wrapper .reset-mobile-filter {
		padding: 10px 12px !important;
		font-size: 10px !important;
		gap: 5px;
		letter-spacing: 0.02em;
	}
}

/* =========================================================
   MOBILE VDP CALL / EMAIL CTAS
   ========================================================= */

#gca-mobile-cta-container {
	display: none !important;
}

@media (max-width: 1099px) {

	#gca-mobile-cta-container {
		display: block !important;
	}

	#gca-mobile-cta-container .gca-mobile-cta-wrapper {
		display: flex !important;
		align-items: center;
		gap: 10px;
		width: 100%;
	}

	#gca-mobile-cta-container .gca-mobile-cta-wrapper > a {
		display: block;
		flex: 1 1 0;
		width: auto;
		text-decoration: none !important;
	}

	#gca-mobile-cta-container .mobile-cta-half {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 7px;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 12px 16px !important;
		color: var(--gcr-primary-text-color) !important;
		background: var(--gcr-primary-color) !important;
		border: 2px solid var(--gcr-primary-color) !important;
		border-radius: var(--gcr-button-radius) !important;
		box-shadow: 0 3px 8px rgba(17, 24, 39, 0.12);
		font-family: inherit;
		font-size: 16px !important;
		font-weight: 900;
		line-height: 1.1 !important;
		letter-spacing: 0.03em;
		text-align: center;
		text-transform: uppercase;
		transition:
			background-color 160ms ease,
			color 160ms ease,
			border-color 160ms ease,
			transform 160ms ease,
			box-shadow 160ms ease;
	}

	#gca-mobile-cta-container .gca-mobile-cta-wrapper > a:hover .mobile-cta-half,
	#gca-mobile-cta-container .gca-mobile-cta-wrapper > a:focus .mobile-cta-half,
	#gca-mobile-cta-container .gca-mobile-cta-wrapper > a:active .mobile-cta-half {
		color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
		background: var(--gcr-primary-hover-color) !important;
		border-color: var(--gcr-primary-hover-color) !important;
		transform: translateY(-1px);
	}

	#gca-mobile-cta-container .mobile-cta-half i {
		color: inherit !important;
		background: transparent !important;
	}
}

/* OEM Builder and Go Back buttons */
.oem-builder-cta,
.go-back-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: auto !important;
	max-width: fit-content;
	height: auto !important;
	min-height: 0 !important;
	margin: 0;
	padding: 12px 16px !important;
	color: var(--gcr-primary-text-color) !important;
	background: var(--gcr-primary-color) !important;
	border: 2px solid var(--gcr-primary-color) !important;
	border-radius: var(--gcr-button-radius) !important;
	box-shadow: 0 3px 8px rgba(17, 24, 39, 0.12);
	font-family: inherit;
	font-size: 13px !important;
	font-weight: 900;
	line-height: 1.1 !important;
	letter-spacing: 0.03em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition:
		background-color 160ms ease,
		color 160ms ease,
		border-color 160ms ease,
		transform 160ms ease,
		box-shadow 160ms ease;
}

.oem-builder-cta:hover,
.oem-builder-cta:focus,
.oem-builder-cta:active,
.go-back-button:hover,
.go-back-button:focus,
.go-back-button:active {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
	background: var(--gcr-primary-hover-color) !important;
	border-color: var(--gcr-primary-hover-color) !important;
	text-decoration: none !important;
	transform: translateY(-1px);
}

.oem-builder-cta *,
.go-back-button * {
	color: inherit !important;
	background: transparent !important;
}

.gcr-modal-vehicle__phone {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 5px 0 0;
	color: #4b5563;
	font-size: 16px;
	line-height: 1.4;
}

.gcr-modal-vehicle__phone i {
	color: var(--gcr-primary-color);
}

.gcr-modal-vehicle__phone span {
	font-weight: 700;
}

.gcr-modal-vehicle__phone a {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.gcr-modal-vehicle__phone a:hover {
	color: var(--gcr-primary-hover-color);
}

/*
 * GCR Dealer Carousel
 *
 * Drop-in section for front.css.
 *
 * Shared CTA colors, hover behavior, font, shadow, and button radius
 * are inherited from the global .listing-card-cta rules.
 *
 * Shared Slick arrow colors, icons, hover behavior, shadow, and radius
 * are inherited from the global shared Slick arrow rules.
 */

/* =========================================================
   CAROUSEL EMBED
========================================================= */

#gcrdealers-latest-arrivals {
	width: 100%;
	height: 460px;
	border: 0;
}

@media (max-width: 600px) {
	#gcrdealers-latest-arrivals {
		height: 500px;
	}
}

/* =========================================================
   CAROUSEL CONTAINER
========================================================= */

.dealer-carousel-container {
	position: relative;
	width: 100%;
	max-width: 1500px !important;
	margin: 0 auto;
	padding: 0 46px;
	overflow: visible;
}

.dealer-carousel {
	width: 100%;
	margin: 0;
	overflow: visible;
}

.dealer-carousel .slick-list {
	overflow: hidden;
	margin: 0 -12px;
	padding: 10px 0 24px;
}

.dealer-carousel .slick-track {
	display: flex !important;
	align-items: flex-start !important;
}

.dealer-carousel .slick-slide {
	display: flex !important;
	flex-direction: column;
	height: auto !important;
	padding: 0 12px;
	background: #ffffff;
	box-sizing: border-box;
	margin: 10px;
}

.dealer-carousel .slick-slide > div {
	display: flex;
	width: 100%;
	height: auto !important;
}

/* =========================================================
   CAROUSEL CARD
========================================================= */

.dealer-carousel-item {
	position: relative;
	display: flex !important;
	flex-direction: column;
	width: 100%;
	height: auto !important;
	min-width: 0;
	min-height: 0 !important;
	margin: 0;
	overflow: hidden;
	background: var(--gcr-card-surface, #ffffff);
	border: 0;
	border-radius: var(--gcr-container-radius);
	box-shadow:
		0 8px 24px rgba(17, 24, 39, 0.10),
		0 2px 6px rgba(17, 24, 39, 0.05);
	transition:
		transform 180ms ease,
		box-shadow 180ms ease;
}

.dealer-carousel-item:hover {
	transform: translateY(-2px);
	box-shadow:
		0 14px 32px rgba(17, 24, 39, 0.13),
		0 4px 10px rgba(17, 24, 39, 0.06);
}

/* =========================================================
   CARD IMAGE
========================================================= */

.dealer-carousel-item__media {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f3f4f6;
	aspect-ratio: 4 / 3;
}

.dealer-carousel-item__media > a {
	display: block;
	width: 100%;
	height: 100%;
}

.dealer-carousel-item__media > a > img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
	transition: transform 220ms ease;
}

.dealer-carousel-item__placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	color: #6b7280;
	background: #f3f4f6;
	text-align: center;
}

.dealer-carousel-item__placeholder-logo {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: min(72%, 240px) !important;
	max-height: 88px !important;
	object-fit: contain;
}

.dealer-carousel-item__placeholder-icon .gcr-ui-icon {
	width: 34px;
	height: 34px;
}

.dealer-carousel-item__placeholder-text {
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.dealer-carousel-item:hover .dealer-carousel-item__media > a > img {
	transform: scale(1.02);
}

/* =========================================================
   SALE / CLEARANCE BADGE
   Uses the shared modern promotion-pill treatment above.
========================================================= */

.dealer-carousel-item__media .gcr-promo-badge {
	z-index: 4;
}

/* =========================================================
   CARD CONTENT
========================================================= */

.dealer-carousel-item__content {
	display: flex;
	flex: 0 0 auto !important;
	flex-direction: column;
	width: 100%;
	height: auto !important;
	min-width: 0;
	min-height: 0 !important;
	padding: 16px !important;
}

/* =========================================================
   TITLE
========================================================= */

.dealer-carousel-item-title {
	min-width: 0;
	margin: 0 0 10px !important;
	color: var(--gcr-card-text, #111827);
	font-size: 19px !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
	letter-spacing: -0.015em;
	text-align: left !important;
	text-transform: none !important;
}

.dealer-carousel-item-title a {
	display: block;
	width: 100%;
	min-width: 0;
	overflow: hidden;
	color: inherit !important;
	text-decoration: none !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dealer-carousel-item-title a:hover,
.dealer-carousel-item-title a:focus {
	color: var(--gcr-card-accent-hover, var(--gcr-primary-hover-color)) !important;
}

/* =========================================================
   CONDITION / SEATING / POWER DETAILS
========================================================= */

.dealer-carousel-item__details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0 0 14px !important;
}

.dealer-carousel-item__detail {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	color: #374151;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: var(--gcr-pill-radius);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

/* =========================================================
   GET MY QUOTE BUTTON
========================================================= */

/*
 * The element should also have the .listing-card-cta class.
 * Only carousel-specific size and spacing are defined here.
 */

.dealer-carousel-item__quote {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	margin: 0 !important;
	padding: 12px 16px;
	font-size: 14px !important;
	text-align: center;
}

/* =========================================================
   HIDE LEGACY ELEMENTS
========================================================= */

.dealer-carousel-item__stock,
.dealer-carousel-item__price,
.dealer-carousel-item__reassurance,
.dealer-carousel-item .listing-view-details,
.dealer-carousel-item .dealer-carousel-item-img,
.dealer-carousel-item > .listing-on-sale {
	display: none !important;
}

/* =========================================================
   CAROUSEL ARROW POSITIONING
========================================================= */

/*
 * Visual styling comes from the shared Slick arrow rules in front.css.
 * Only carousel-specific placement and disabled behavior are defined here.
 */

.dealer-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 20;
}

.dealer-carousel .slick-prev {
	left: -42px;
}

.dealer-carousel .slick-next {
	right: -42px;
}

.dealer-carousel .slick-disabled {
	opacity: 0.35 !important;
	cursor: default;
	pointer-events: none;
}

/* =========================================================
   RECOMMENDATION CAROUSEL
========================================================= */

.listing-content-recommendations {
	overflow: visible;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
	.dealer-carousel-container {
		padding-right: 38px;
		padding-left: 38px;
	}

	.dealer-carousel .slick-prev {
		left: -31px;
	}

	.dealer-carousel .slick-next {
		right: -31px;
	}
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
	.dealer-carousel-container {
		padding-right: 38px;
		padding-left: 38px;
	}

	.dealer-carousel .slick-list {
		margin-right: -8px;
		margin-left: -8px;
	}

	.dealer-carousel .slick-slide {
		padding-right: 8px;
		padding-left: 8px;
	}

	.dealer-carousel .slick-prev,
	.dealer-carousel .slick-next {
		width: 44px !important;
		height: 44px !important;
	}

	.dealer-carousel .slick-prev {
		left: -34px;
	}

	.dealer-carousel .slick-next {
		right: -34px;
	}

	.dealer-carousel .slick-prev::before,
	.dealer-carousel .slick-next::before {
		font-size: 32px !important;
	}

	.dealer-carousel-item__content {
		padding: 16px !important;
	}

	.dealer-carousel-item-title {
		margin-bottom: 9px !important;
		font-size: 18px !important;
	}

	.dealer-carousel-item__details {
		margin-bottom: 13px !important;
	}

	.dealer-carousel-item__quote {
		min-height: 48px;
		padding: 11px 14px;
		font-size: 14px !important;
	}
}

@media (max-width: 600px) {
	.dealer-carousel-container {
		padding-right: 30px;
		padding-left: 30px;
	}

	.dealer-carousel .slick-arrow {
		width: 34px !important;
		height: 34px !important;
	}

	.dealer-carousel .slick-prev {
		left: -25px;
	}

	.dealer-carousel .slick-next {
		right: -25px;
	}

	.dealer-carousel .slick-prev::before,
	.dealer-carousel .slick-next::before {
		font-size: 26px !important;
	}
}

@media (min-width: 601px) and (max-width: 1200px) {
	.gcr-inventory-card__price {
		min-width: 125px;
	}

	.gcr-inventory-card__price .listing-price {
		font-size: 21px;
	}

	.gcr-inventory-card__finance-primary .listing-finance-incentive__amount {
		font-size: 27px;
	}

	.gcr-inventory-card__price--finance-first .gcr-inventory-card__cash-price > .listing-price {
		font-size: 15px;
	}

	.gcr-inventory-card__price .listing-sale-price {
		font-size: 16px;
	}

	.gcr-inventory-card__price .sale-price-callout {
		font-size: 18px;
	}

	.gcr-inventory-card__price .oldprice-sale-price {
		font-size: 13px;
	}
	
		.gcr-inventory-card__price .listing-savings {
		font-size: 16px;
	}
	
	.gcr-inventory-card .job_listing-title {
	margin: 0 0 6px;
	color: #111827;
	font-size: clamp(17px, 1.4vw, 23px);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.025em;
}
}

.gcr-share_toolbox {
	margin-bottom: 15px;
	padding-bottom: 5px;
}

@media (max-width: 767px) {
	/* =====================================================
	   MOBILE INVENTORY CARD LAYOUT
	   ===================================================== */

	.gcr-inventory-card__content {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 14px;
		align-items: center;
		width: 100%;
		min-width: 0;
	}

	/*
	 * Allow the title, stock, location and pricing elements
	 * inside the top wrappers to participate in the main grid.
	 */
	.gcr-inventory-card__top,
	.gcr-inventory-card__identity {
		display: contents !important;
	}

	/* =====================================================
	   TITLE
	   ===================================================== */

	.gcr-inventory-card .job_listing-title {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100%;
		min-width: 0;
		margin: 0 0 8px !important;
	}

	.gcr-inventory-card .job_listing-title a {
		display: block;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/* =====================================================
	   STOCK NUMBER AND LOCATION
	   ===================================================== */

	.gcr-inventory-card__stock {
		grid-column: 1;
		grid-row: 2;
		min-width: 0;
		margin: 0;
	}

	.gcr-inventory-card .inventory-cpo-badge {
		grid-column: 1;
		grid-row: 3;
		justify-self: start;
		width: max-content;
		max-width: 100%;
		margin: 6px 0 4px;
		padding: 4px 5px;
		gap: 3px;
		font-size: clamp(7px, 1.9vw, 9px);
		line-height: 1;
		letter-spacing: 0;
		white-space: nowrap;
	}

	.gcr-inventory-card .inventory-cpo-badge > span:last-child {
		white-space: nowrap;
	}

	.gcr-inventory-card .inventory-cpo-badge__icon {
		width: 11px;
		height: 11px;
		font-size: 7px;
	}

	/* =====================================================
	   OEM LOGO
	   Normal cards: logo sits beneath the compact stock/location row.
	   ===================================================== */

	.gcr-inventory-card .listing-card-logo {
		grid-column: 1;
		grid-row: 4;
		align-self: center;
		justify-self: start;
		width: auto;
		max-width: 110px;
		min-width: 0;
		margin: 8px 0 0 !important;
		padding: 0;
		text-align: left;
	}

	.gcr-inventory-card .listing-card-logo img {
		display: block;
		width: auto;
		max-width: 100px;
		max-height: 42px;
		margin: 0;
		object-fit: contain;
		object-position: left center;
	}

	/* =====================================================
	   PRICING
	   Normal cards: full width beneath stock/location/logo.
	   ===================================================== */

	.gcr-inventory-card__price {
		grid-column: 2;
		grid-row: 2 / 5;
		align-self: start;
		align-items: flex-end;
		justify-self: end;
		width: auto !important;
		max-width: min(50vw, 200px) !important;
		min-width: 0;
		margin: 0 !important;
		text-align: right;
		overflow-wrap: anywhere;
	}

	.gcr-inventory-card__finance-primary .listing-finance-incentive,
	.gcr-inventory-card__cash-price {
		justify-content: flex-end;
	}

	.gcr-inventory-card__finance-primary .listing-finance-incentive {
		flex-wrap: nowrap;
		gap: 2px 4px;
		white-space: nowrap;
	}

	.gcr-inventory-card__finance-primary .listing-finance-incentive__label {
		flex: 0 0 auto;
		font-size: clamp(9px, 2.55vw, 11px);
		white-space: nowrap;
	}

	.gcr-inventory-card__finance-primary .listing-finance-incentive__amount {
		flex: 0 1 auto;
		font-size: clamp(21px, 6.4vw, 27px);
		white-space: nowrap;
	}

	.gcr-inventory-card__finance-primary .listing-finance-incentive__amount small {
		font-size: clamp(9px, 2.5vw, 11px);
	}

	.gcr-inventory-card__finance-primary .gcr-finance-disclosure-trigger {
		flex: 0 0 auto;
		transform: none;
	}

	.gcr-inventory-card__finance-primary .gcr-finance-disclosure-trigger .gcr-ui-icon {
		width: 11px;
		height: 11px;
	}

	.gcr-inventory-card__price .listing-price {
		width: auto;
		max-width: 100%;
		min-width: 0;
		line-height: 1.25;
		white-space: normal !important;
		overflow-wrap: normal;
		word-break: normal;
	}

	/* Keep the struck-through original price on one compact line. */
	.gcr-inventory-card__price .listing-original-price {
		display: inline-flex;
		align-items: baseline;
		justify-content: flex-end;
		gap: 3px;
		width: auto;
		max-width: 100%;
		min-width: 0;
		white-space: nowrap !important;
	}

	.gcr-inventory-card__price .oldprice-sale-price,
	.gcr-inventory-card__price .listing-sale-price {
		display: inline;
		width: auto;
		min-width: 0;
		white-space: nowrap !important;
	}

	.gcr-inventory-card__price .sale-price-callout {
		display: flex;
		align-items: baseline;
		justify-content: flex-end;
		width: auto;
		max-width: 100%;
		min-width: 0;
		white-space: nowrap !important;
	}

	/*
	 * Keep Coming Soon wrapped tightly around its text.
	 */
	.gcr-inventory-card__price .listing-price-status {
		display: inline-flex;
		width: auto;
		max-width: 100%;
		padding: 5px 8px;
		font-size: clamp(9px, 2.45vw, 11px);
		white-space: nowrap;
	}

	/* MSRP and comparison prices stay compact; the current shopper price remains dominant. */
	.gcr-inventory-card__price .listing-msrp-price {
		font-size: clamp(8px, 2.15vw, 10px) !important;
		line-height: 1.1;
	}

	.gcr-inventory-card__price .listing-msrp-price__amount {
		font-size: clamp(9px, 2.4vw, 11px) !important;
	}

	.gcr-inventory-card__price .listing-current-price__label {
		font-size: clamp(9px, 2.35vw, 11px) !important;
	}

	.gcr-inventory-card__price .listing-current-price__amount {
		font-size: clamp(18px, 5vw, 22px) !important;
		line-height: 1.05;
	}

	/* Sale price remains primary; original price stays compact and single-line. */
	.gcr-inventory-card__price .oldprice-sale-price {
		font-size: clamp(8px, 2.15vw, 10px) !important;
		line-height: 1.1;
	}

	.gcr-inventory-card__price .listing-sale-price {
		font-size: clamp(10px, 2.65vw, 12px) !important;
		line-height: 1.1;
	}

	.gcr-inventory-card__price .sale-price-callout__label {
		font-size: clamp(9px, 2.35vw, 11px) !important;
	}

	.gcr-inventory-card__price .sale-price-callout__amount {
		font-size: clamp(18px, 5vw, 22px) !important;
		line-height: 1.05;
	}

	/* =====================================================
	   GET MY QUOTE
	   ===================================================== */

	.gcr-inventory-card__cta {
		grid-column: 1 / -1;
		grid-row: 5;
		width: 100%;
		min-width: 0;
		margin-top: 14px;
		margin-bottom: 20px;
	}

	.gcr-inventory-card__cta .listing-card-cta {
		width: 100%;
	}

	/* =====================================================
	   VEHICLE SPECS
	   ===================================================== */

	.gcr-card-specs {
		grid-column: 1 / -1;
		grid-row: 6;
		width: 100%;
		min-width: 0;
	}

	/* Hide quick headline on mobile. */
	.gcr-inventory-card .quick-headline {
		display: none !important;
	}


	/* Constrained-card structural handoff: identity gets full width before pricing. */
	@container (max-width: 460px) {
	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__content {
	        grid-template-columns: minmax(0, 1fr) auto;
	        column-gap: 10px;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__stock {
	        grid-column: 1 / -1;
	        grid-row: 2;
	        width: 100%;
	        min-width: 0;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__meta {
	        width: 100%;
	        column-gap: 6px;
	        row-gap: 3px;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__meta-stock {
	        font-size: 11px;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__meta-location {
	        gap: 3px;
	        max-width: 100%;
	        font-size: clamp(9px, 2.45cqi, 10.5px);
	        line-height: 1.2;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__meta-location .gcr-ui-icon {
	        width: 11px;
	        height: 11px;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__meta-location-text {
	        white-space: nowrap;
	        overflow-wrap: normal;
	        word-break: normal;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card .inventory-cpo-badge {
	        grid-column: 1 / -1;
	        grid-row: 3;
	        max-width: none;
	        margin: 6px 0 4px;
	        padding: 3px 5px;
	        gap: 2px;
	        font-size: 8px;
	        line-height: 1;
	        letter-spacing: 0;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card .inventory-cpo-badge__icon {
	        width: 10px;
	        height: 10px;
	        font-size: 6px;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card .listing-card-logo {
	        grid-column: 1;
	        grid-row: 4;
	        max-width: 92px;
	        min-width: 0;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card .listing-card-logo img {
	        max-width: 88px;
	        max-height: 38px;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__price {
	        grid-column: 2;
	        grid-row: 4;
	        align-self: start;
	        justify-self: end;
	        width: auto !important;
	        max-width: min(54cqi, 188px) !important;
	        min-width: 0;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__finance-primary .listing-finance-incentive {
	        gap: 2px 3px;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__finance-primary .listing-finance-incentive__label {
	        font-size: 8px;
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__finance-primary .listing-finance-incentive__amount {
	        font-size: clamp(19px, 5.1cqi, 22px);
	    }

	    .listing-card:not(.listing-card--no-stock-location) .gcr-inventory-card__finance-primary .listing-finance-incentive__amount small {
	        font-size: 8px;
	    }
	}


	/* =====================================================
	   NO STOCK NUMBER AND NO DISPLAYED LOCATION
	   
	   The PHP loop must add:
	   .listing-card--no-stock-location
	   
	   In this special case:
	   Title
	   Logo | Pricing
	   CTA
	   Specs
	   ===================================================== */

	.listing-card--no-stock-location
	.gcr-inventory-card__content {
		grid-template-columns:
			minmax(90px, 0.75fr)
			minmax(0, 1.25fr);
	}

	.listing-card--no-stock-location
	.gcr-inventory-card .listing-card-logo {
		grid-column: 1;
		grid-row: 2;
		align-self: center;
		justify-self: start;
		width: 100%;
		max-width: none;
		min-width: 0;
		margin: 0 !important;
		text-align: left;
	}

	.listing-card--no-stock-location
	.gcr-inventory-card .listing-card-logo img {
		max-width: 110px;
		max-height: 50px;
		margin: 0;
		object-position: left center;
	}

	.listing-card--no-stock-location
	.gcr-inventory-card__price {
		grid-column: 2;
		grid-row: 2;
		align-self: center;
		width: 100% !important;
		max-width: none !important;
		min-width: 0;
		margin: 0 !important;
		text-align: right;
	}

	.listing-card--no-stock-location
	.gcr-inventory-card__cta {
		grid-column: 1 / -1;
		grid-row: 3;
	}

	.listing-card--no-stock-location
	.gcr-card-specs {
		grid-column: 1 / -1;
		grid-row: 4;
	}
}

@media (max-width: 1099px) {

	/* Inventory page and glc_listing taxonomy archives */
	.page-id-575 #secondary,
	body.post-type-archive-glc_listing #secondary,
	body[class*="tax-listing_"] #secondary {
		align-self: flex-start;
		margin: 0 !important;
		padding-top: 0 !important;
	}

	.gcr-srp-layout {
		align-items: flex-start;
	}

	.page-id-575 #secondary .sidebar-main,
	.page-id-575 #secondary .job_filters,
	.page-id-575 #secondary .facets,
	.page-id-575 #secondary .content-box,
	body.post-type-archive-glc_listing #secondary .sidebar-main,
	body.post-type-archive-glc_listing #secondary .job_filters,
	body.post-type-archive-glc_listing #secondary .facets,
	body.post-type-archive-glc_listing #secondary .content-box,
	body[class*="tax-listing_"] #secondary .sidebar-main,
	body[class*="tax-listing_"] #secondary .job_filters,
	body[class*="tax-listing_"] #secondary .facets,
	body[class*="tax-listing_"] #secondary .content-box {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.page-id-575 #secondary > .sidebar-main > *:first-child,
	.page-id-575 #secondary .gcr-retired-filter:first-child,
	.page-id-575 #secondary .gcr-retired-filter:first-child .widget-title,
	body.post-type-archive-glc_listing #secondary > .sidebar-main > *:first-child,
	body.post-type-archive-glc_listing #secondary .gcr-retired-filter:first-child,
	body.post-type-archive-glc_listing #secondary .gcr-retired-filter:first-child .widget-title,
	body[class*="tax-listing_"] #secondary > .sidebar-main > *:first-child,
	body[class*="tax-listing_"] #secondary .gcr-retired-filter:first-child,
	body[class*="tax-listing_"] #secondary .gcr-retired-filter:first-child .widget-title {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.gcr-inventory-card .quick-headline {
		display: none;
	}
}

.top-category-header {
	padding-bottom: 0;
}

/* Sort dropdown and list/grid selector */
.archive-job_listing-filter-title .search-sort {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 12px;
}

.archive-job_listing-filter-title .search-sort .gcr-native-sort-wrap,
.archive-job_listing-filter-title .search-sort .gcr-inventory-view-toggle {
	margin: 0;
	flex: 0 0 auto;
}

.archive-job_listing-filter-title .search-sort .gcr-native-sort {
	margin: 0;
	width: auto;
	min-width: 170px;
}

/* Prevent the toggle from filling the entire row */
.archive-job_listing-filter-title .gcr-inventory-view-toggle {
	display: inline-flex;
	align-items: center;
	width: auto;
}

/* Keep each toggle button compact */
.archive-job_listing-filter-title .gcr-inventory-view-button {
	flex: 0 0 auto;
	white-space: nowrap;
}

/* Force Sort + List/Grid controls tightly against the right edge */
.archive-job_listing-filter-title {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
}

.archive-job_listing-filter-title > .gcr-results-toolbar__count {
	width: auto !important;
	max-width: none !important;
	flex: 1 1 auto !important;
	padding-right: 0 !important;
}

.archive-job_listing-filter-title > .search-sort.gcr-results-toolbar__sort {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	flex: 0 0 auto !important;

	width: auto !important;
	max-width: none !important;

	margin: 0 0 0 auto !important;
	padding: 0 !important;

	float: none !important;
	gap: 12px;
}

.archive-job_listing-filter-title .search-sort .gcr-native-sort-wrap,
.archive-job_listing-filter-title .search-sort .gcr-inventory-view-toggle {
	display: inline-flex !important;
	width: auto !important;
	max-width: none !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.archive-job_listing-filter-title .gcr-inventory-view-toggle {
	justify-content: flex-start !important;
}

.archive-job_listing-filter-title {
	padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
	body .archive-job_listing-filter-title
	.search-sort
	.gcr-inventory-view-toggle {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}
}

/* =========================================================
   BUY NOW
   ========================================================= */
.gcr-vdp-buy-now-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 58px;
	padding: 14px 18px;
	color: #fff !important;
	background: var(--gcr-vdp-accent-hover);
	border-radius: var(--gcr-button-radius, 0);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gcr-vdp-buy-now-cta:hover,
.gcr-vdp-buy-now-cta:focus {
	color: var(--gcr-primary-text-color) !important;
	background: var(--gcr-vdp-accent);
}

.gcr-buy-listing-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
}

.gcr-buy-listing-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
	gap: 42px;
	align-items: start;
}

.gcr-buy-listing-card,
.gcr-buy-listing-form {
	padding: 26px;
	background: #fff;
	border: 1px solid var(--gcr-vdp-border, #e5e7eb);
	border-radius: var(--gcr-container-radius, 0);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.gcr-buy-listing-image {
	overflow: hidden;
	margin-bottom: 22px;
	border-radius: var(--gcr-element-radius, 0);
}

.gcr-buy-listing-image img {
	display: block;
	width: 100%;
	height: auto;
}

.gcr-buy-listing-title {
	margin: 0 0 14px;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.15;
}

.gcr-buy-listing-price {
	margin: 18px 0;
	font-size: 22px;
	font-weight: 800;
}

.gcr-buy-listing-old-price {
	margin-right: 8px;
	color: var(--gcr-vdp-muted, #6b7280);
	font-size: 16px;
	text-decoration: line-through;
}

.gcr-buy-listing-sale-price {
	color: var(--gcr-vdp-accent);
}

.gcr-buy-listing-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 20px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.gcr-buy-listing-details li {
	padding-bottom: 9px;
	border-bottom: 1px solid var(--gcr-vdp-border, #e5e7eb);
}

.gcr-buy-listing-form h2,
.gcr-buy-listing-form h3 {
	margin-top: 0;
}

.gcr-buy-listing-message {
	max-width: 800px;
	margin: 60px auto;
	padding: 24px;
	text-align: center;
	background: #fff;
	border: 1px solid var(--gcr-vdp-border, #e5e7eb);
	border-radius: var(--gcr-container-radius, 0);
}

@media (max-width: 900px) {
	.gcr-buy-listing-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.gcr-buy-listing-wrapper {
		padding: 25px 14px;
	}

	.gcr-buy-listing-card,
	.gcr-buy-listing-form {
		padding: 18px;
	}

	.gcr-buy-listing-details {
		grid-template-columns: 1fr;
	}
}


/* =========================================================
   Configurable Inventory Card CTAs
   ========================================================= */
.gcr-card-cta-primary {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 52px;
	padding: 13px 18px;
	color: var(--gcr-primary-text-color) !important;
	background: var(--gcr-card-accent) !important;
	border: 2px solid var(--gcr-card-accent) !important;
	border-radius: var(--gcr-button-radius, 0);
	font-size: clamp(15px, 1vw, 17px);
	font-weight: 900;
	line-height: 1.15;
	white-space: nowrap;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

/* 2.0.504: The vehicle-request label is intentionally broader than the
 * retired cart-specific wording. Give quote CTAs a slightly tighter base type
 * treatment while leaving the measured compact/tight/micro fitter authoritative.
 */
.gcr-inventory-card__cta .gcr-card-cta--quote {
	font-size: clamp(13px, 0.9vw, 15px);
	letter-spacing: 0.025em;
}

.gcr-card-cta-primary:hover,
.gcr-card-cta-primary:focus {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
	background: var(--gcr-card-accent-hover) !important;
	border-color: var(--gcr-card-accent-hover) !important;
	transform: translateY(-1px);
}

.gcr-card-cta-two-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.gcr-card-cta-primary--split {
	width: 100%;
}

.gcr-card-cta-secondary-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}


.gcr-card-cta-secondary-row > :only-child {
	grid-column: 1 / -1;
}

.gcr-card-cta-secondary {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 48px;
	padding: 11px 14px;
	border-radius: var(--gcr-button-radius, 0);
	font-size: clamp(14px, 0.95vw, 16px);
	font-weight: 900;
	line-height: 1.15;
	white-space: nowrap;
	letter-spacing: 0.035em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.gcr-card-cta-secondary.gcr-card-cta--quote,
.gcr-card-cta-secondary.gcr-card-cta--phone {
	color: var(--gcr-card-accent) !important;
	background: transparent !important;
	border: 2px solid var(--gcr-card-accent) !important;
}

.gcr-card-cta-secondary.gcr-card-cta--quote:hover,
.gcr-card-cta-secondary.gcr-card-cta--quote:focus,
.gcr-card-cta-secondary.gcr-card-cta--phone:hover,
.gcr-card-cta-secondary.gcr-card-cta--phone:focus {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
	background: var(--gcr-card-accent-hover) !important;
	border-color: var(--gcr-card-accent-hover) !important;
	transform: translateY(-1px);
}

.gcr-card-cta-secondary.gcr-card-cta--buy-now {
	color: var(--gcr-primary-text-color) !important;
	background: var(--gcr-card-accent) !important;
	border: 2px solid var(--gcr-card-accent) !important;
}

.gcr-card-cta-secondary.gcr-card-cta--buy-now:hover,
.gcr-card-cta-secondary.gcr-card-cta--buy-now:focus {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color)) !important;
	background: var(--gcr-card-accent-hover) !important;
	border-color: var(--gcr-card-accent-hover) !important;
	transform: translateY(-1px);
}



/* =========================================================
   SECONDARY CONSUMER PRINT TAG UTILITY
   ========================================================= */

.gcr-vdp-print-tag-utility {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 22px 0;
	padding: 15px 18px;
	background: var(--gcr-vdp-subtle, #f7f8fa);
	border: 1px solid var(--gcr-vdp-border, #dfe3e8);
	border-left: 4px solid var(--gcr-vdp-accent);
	border-radius: var(--gcr-container-radius);
}

.gcr-vdp-print-tag-utility__copy {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.gcr-vdp-print-tag-utility__copy > i {
	flex: 0 0 auto;
	color: var(--gcr-vdp-accent);
	font-size: 20px;
}

.gcr-vdp-print-tag-utility__copy strong,
.gcr-vdp-print-tag-utility__copy span {
	display: block;
}

.gcr-vdp-print-tag-utility__copy strong {
	color: var(--gcr-vdp-text);
	font-size: 14px;
	font-weight: 850;
}

.gcr-vdp-print-tag-utility__copy span {
	margin-top: 2px;
	color: var(--gcr-vdp-muted);
	font-size: 12px;
	line-height: 1.4;
}

.gcr-vdp-print-tag-utility__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	flex: 0 0 auto;
	padding: 9px 13px;
	color: var(--gcr-vdp-accent) !important;
	background: #fff;
	border: 1px solid var(--gcr-vdp-accent);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
}

.gcr-vdp-print-tag-utility__link:hover,
.gcr-vdp-print-tag-utility__link:focus {
	color: #fff !important;
	background: var(--gcr-vdp-accent);
}

@media (max-width: 640px) {
	.gcr-vdp-print-tag-utility {
		align-items: flex-start;
		flex-direction: column;
	}

	.gcr-vdp-print-tag-utility__link {
		width: 100%;
	}
}


/* Estimated VDP price and fee breakdown. */
.gcr-vdp-price-breakdown {
	margin: 18px 0 24px;
	border: 1px solid var(--gcr-vdp-border);
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}
.gcr-vdp-price-breakdown > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px;
	cursor: pointer;
	list-style: none;
	transition: background-color .18s ease;
}
.gcr-vdp-price-breakdown > summary:hover,
.gcr-vdp-price-breakdown > summary:focus-visible {
	background: var(--gcr-vdp-subtle);
}
.gcr-vdp-price-breakdown > summary::-webkit-details-marker { display: none; }
.gcr-vdp-price-breakdown > summary strong { display: block; color: var(--gcr-vdp-text); font-size: 16px; }
.gcr-vdp-price-breakdown > summary small { display: block; margin-top: 3px; color: var(--gcr-vdp-muted); }
.gcr-vdp-price-breakdown__summary-copy { min-width: 0; }
.gcr-vdp-price-breakdown__summary-action {
	display: grid;
	grid-template-columns:auto auto;
	align-items: center;
	justify-items: end;
	column-gap: 9px;
	row-gap: 2px;
	flex: 0 0 auto;
}
.gcr-vdp-price-breakdown__total { grid-column: 1 / -1; color: var(--gcr-vdp-accent-hover); font-size: 20px; font-weight: 900; }
.gcr-vdp-price-breakdown__expand-label {
	color: var(--gcr-vdp-text);
	font-size: 12px;
	font-weight: 800;
}
.gcr-vdp-price-breakdown__chevron {
	width: 9px;
	height: 9px;
	border-right: 2px solid var(--gcr-vdp-accent);
	border-bottom: 2px solid var(--gcr-vdp-accent);
	transform: rotate(45deg) translateY(-2px);
	transition: transform .2s ease;
}
.gcr-vdp-price-breakdown[open] .gcr-vdp-price-breakdown__chevron {
	transform: rotate(225deg) translate(-1px,-1px);
}
.gcr-vdp-price-breakdown[open] .gcr-vdp-price-breakdown__expand-label::before { content: 'Hide '; }
.gcr-vdp-price-breakdown[open] .gcr-vdp-price-breakdown__expand-label { font-size: 0; }
.gcr-vdp-price-breakdown[open] .gcr-vdp-price-breakdown__expand-label::after { content: 'Hide price breakdown'; font-size: 12px; }
.gcr-vdp-price-breakdown__body { padding: 0 18px 16px; border-top: 1px solid var(--gcr-vdp-border); }
.gcr-vdp-price-breakdown__row { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--gcr-vdp-border); }
.gcr-vdp-price-breakdown__row em { margin-left: 5px; color: var(--gcr-vdp-muted); font-size: 11px; font-style: normal; text-transform: uppercase; }
.gcr-vdp-price-breakdown__row.is-optional { color: var(--gcr-vdp-muted); }
.gcr-vdp-price-breakdown__row.is-total { margin-top: 4px; border-bottom: 0; color: var(--gcr-vdp-text); font-size: 16px; }
.gcr-vdp-price-breakdown__disclaimer { margin: 10px 0 0; color: var(--gcr-vdp-muted); font-size: 11px; line-height: 1.45; }
@media (max-width: 640px) {
	.gcr-vdp-price-breakdown > summary {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		padding: 14px;
	}
	.gcr-vdp-price-breakdown__summary-copy,
	.gcr-vdp-price-breakdown__summary-action {
		width: 100%;
	}
	.gcr-vdp-price-breakdown__summary-action {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		min-width: 0;
	}
	.gcr-vdp-price-breakdown__total {
		flex: 1 1 auto;
		font-size: 17px;
		text-align: left;
	}
	.gcr-vdp-price-breakdown__expand-label {
		margin-left: auto;
		font-size: 11px;
		white-space: nowrap;
	}
	.gcr-vdp-price-breakdown[open] .gcr-vdp-price-breakdown__expand-label::after { font-size: 11px; }
	.gcr-vdp-price-breakdown__body { padding: 0 14px 14px; }
	.gcr-vdp-price-breakdown__row { gap: 10px; }

	.single-glc_listing .gcr-vdp-highlight--about {
		padding: 12px 14px;
		font-size: 14px;
		line-height: 1.4;
	}
}

/* Low-priority sharing utility placed near the bottom of the VDP content. */
.gcr-vdp-share-utility {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 18px 0 24px;
	padding: 11px 14px;
	background: var(--gcr-vdp-subtle);
	border: 1px solid var(--gcr-vdp-border);
}
.gcr-vdp-share-utility__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--gcr-vdp-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .035em;
}
.gcr-vdp-share-utility__label i { color: var(--gcr-vdp-accent); }
.gcr-vdp-share-utility__buttons {
	display: flex !important;
	align-items: center;
	gap: 5px;
}
.gcr-vdp-share-utility__buttons a {
	margin: 0 !important;
	opacity: .72;
	transition: opacity .18s ease, transform .18s ease;
}
.gcr-vdp-share-utility__buttons a:hover,
.gcr-vdp-share-utility__buttons a:focus {
	opacity: 1;
	transform: translateY(-1px);
}
@media (max-width: 520px) {
	.gcr-vdp-share-utility { align-items: flex-start; flex-direction: column; }
}



/* Inventory archive editorial content spacing. */
.gcr-inventory-archive-content {
    padding-left: 20px;
    padding-right: 20px;
}

.gcr-inventory-archive-content--bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .gcr-inventory-archive-content {
        padding-left: 14px;
        padding-right: 14px;
    }

    .gcr-inventory-archive-content--bottom {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

/* =========================================================
   VDP shopper actions
   ========================================================= */
.single-glc_listing .gcr-vdp-shopper-actions {
	margin-top: -8px;
}

.single-glc_listing .gcr-vdp-shopper-actions .gcr-shopper-vdp-actions {
	display: flex;
	align-items: stretch;
	gap: 9px;
	margin: 0;
}

.single-glc_listing .gcr-vdp-shopper-actions .gcr-shopper-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid var(--gcr-vdp-border) !important;
	border-radius: var(--gcr-button-radius, 4px);
	background: #fff !important;
	color: var(--gcr-vdp-text);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.single-glc_listing .gcr-vdp-shopper-actions .gcr-shopper-action:hover,
.single-glc_listing .gcr-vdp-shopper-actions .gcr-shopper-action:focus,
.single-glc_listing .gcr-vdp-shopper-actions .gcr-shopper-action.is-active {
	border-color: var(--gcr-vdp-accent) !important;
	color: var(--gcr-vdp-accent);
	background: var(--gcr-vdp-subtle) !important;
}

.single-glc_listing .gcr-vdp-shopper-actions .gcr-shopper-action + .gcr-shopper-action::before {
	display: none;
}

.single-glc_listing .gcr-vdp-shopper-actions .gcr-shopper-action__icon {
	font-size: 17px;
}

.single-glc_listing .gcr-vdp-post-gallery-meta {
	margin-top: -10px;
}


@media (max-width: 700px) {
	.single-glc_listing .gcr-vdp-shopper-actions .gcr-shopper-vdp-actions {
		gap: 8px;
	}

	.single-glc_listing .gcr-vdp-shopper-actions .gcr-shopper-action {
		flex: 1 1 0;
		min-width: 0;
	}
}


/* VDP About highlight spacing */
.single-glc_listing .gcr-vdp-section .gcr-vdp-highlight--about {
	margin: 0 0 18px;
}

/* =========================================================
   VDP compact post-gallery stack + video presentation - 2.0.263
   ========================================================= */
.single-glc_listing .gcr-vdp-shopper-actions{
  display:flex;
  align-items:stretch;
  flex-wrap:wrap;
  gap:9px;
  margin-top:8px;
}
.single-glc_listing .gcr-vdp-shopper-actions > .gcr-vdp-video{
  flex:0 1 auto;
  margin:0!important;
}
.single-glc_listing .gcr-vdp-shopper-actions > .gcr-vdp-video > *{
  margin:0!important;
}
.single-glc_listing .gcr-vdp-shopper-actions > .gcr-shopper-vdp-actions{
  flex:0 1 auto;
}
.single-glc_listing .gcr-vdp-shopper-actions .gcr-vdp-video .listing-watch-video{
  min-height:40px;
  width:auto!important;
  padding:8px 14px!important;
  border:1px solid var(--gcr-vdp-border)!important;
  border-radius:var(--gcr-button-radius,4px);
  background:#fff!important;
  color:var(--gcr-vdp-text)!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-transform:none!important;
}
.single-glc_listing .gcr-vdp-shopper-actions .gcr-vdp-video .listing-watch-video:hover,
.single-glc_listing .gcr-vdp-shopper-actions .gcr-vdp-video .listing-watch-video:focus{
  border-color:var(--gcr-vdp-accent)!important;
  background:var(--gcr-vdp-subtle)!important;
  color:var(--gcr-vdp-accent)!important;
}
.single-glc_listing .gcr-vdp-post-gallery-stack{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.single-glc_listing .gcr-vdp-post-gallery-stack > .gcr-vdp-price-breakdown,
.single-glc_listing .gcr-vdp-post-gallery-stack > .gcr-vdp-print-tag-utility,
.single-glc_listing .gcr-vdp-post-gallery-stack > .gcr-vdp-section{
  margin:0!important;
}
.single-glc_listing .gcr-vdp-post-gallery-stack > .gcr-vdp-section{
  margin-top:8px!important;
}
.single-glc_listing .gcr-vdp-gallery__video{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  overflow:hidden;
  background:#000;
}
.single-glc_listing .gcr-vdp-gallery__video iframe,
.single-glc_listing .gcr-vdp-gallery__video video{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  border:0;
  object-fit:contain;
}
@media(max-width:700px){
  .single-glc_listing .gcr-vdp-post-gallery-stack{gap:3px}
  .single-glc_listing .gcr-vdp-shopper-actions{gap:8px;margin-top:6px}
  .single-glc_listing .gcr-vdp-shopper-actions > .gcr-vdp-video,
  .single-glc_listing .gcr-vdp-shopper-actions > .gcr-shopper-vdp-actions{flex:1 1 100%}
  .single-glc_listing .gcr-vdp-shopper-actions .gcr-vdp-video .listing-watch-video{width:100%!important}
}


/* =========================================================
   VDP Certified Pre-Owned badge
   ========================================================= */
.single-glc_listing .gcr-vdp-cpo-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 6px 0 0;
}

.single-glc_listing .single-cpo-badge--post-gallery {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 5px 9px;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .035em;
	box-shadow: none;
}

.single-glc_listing .single-cpo-badge--post-gallery .single-cpo-badge__icon {
	width: 14px;
	height: 14px;
	font-size: 9px;
}


/* =========================================================
   VDP LEAD MODAL — STICKY SUBMIT ACTION
   Keep the form CTA visible while long popup content scrolls.
   ========================================================= */
.glc_listing-template-default .lead-form-popup {
	display: flex;
	flex-direction: column;
	max-height: calc(100dvh - 80px);
	overflow: hidden;
}

.glc_listing-template-default .lead-form-popup > .header {
	flex: 0 0 auto;
}

.glc_listing-template-default .lead-form-popup > .content {
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior-y: auto;
}

.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_footer,
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_page_footer {
	position: sticky;
	bottom: 0;
	z-index: 8;
	margin-right: -22px;
	margin-bottom: -22px;
	margin-left: -22px;
	padding: 14px 22px 18px;
	background: #fff;
	border-top: 1px solid #e5e7eb;
	box-shadow: 0 -8px 18px rgba(15, 23, 42, 0.06);
}

.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_footer input[type="submit"],
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_footer button[type="submit"],
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_page_footer input[type="submit"],
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_page_footer button[type="submit"] {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: 46px !important;
	min-height: 46px !important;
	max-height: 46px !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	box-sizing: border-box !important;
}

@media (max-width: 700px) {
	.glc_listing-template-default .lead-form-popup {
		max-height: calc(100dvh - 32px);
		overflow: hidden;
	}
}

/* =========================================================
   GCR THEME-INDEPENDENT INVENTORY LAYOUT
   2.0.378
   ---------------------------------------------------------
   The inventory frontend owns its structural layout. Theme
   headers/footers may surround it, but no theme container,
   grid, sidebar class, or breakpoint is required.
   ========================================================= */

.gcr-inventory-page,
.gcr-inventory-page *,
.gcr-inventory-page *::before,
.gcr-inventory-page *::after {
	box-sizing: border-box;
}

/* Break out of theme content-width wrappers, then recenter GCR content. */
.gcr-inventory-page {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none !important;
	flex: 0 0 100vw;
	margin: 0 0 50px -50vw !important;
	padding: 0;
	clear: both;
	font: inherit;
	color: inherit;
}

.gcr-inventory-page.gcr-vdp-page {
	background: #f6f7f9;
}

.gcr-container {
	box-sizing: border-box;
	width: min(calc(100% - 40px), 1600px);
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.gcr-inventory-layout {
	display: grid;
	align-items: start;
	min-width: 0;
}

.gcr-primary,
.gcr-secondary {
	min-width: 0;
	width: auto !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
	display: block !important;
	margin: 0 !important;
	box-sizing: border-box;
}

/* 2.0.400: Inventory pages own their top spacing instead of inheriting it from a theme. */
.gcr-inventory-page.gcr-srp-page,
.gcr-inventory-page.gcr-vdp-page {
	padding-top: 32px;
}

/* Search results / inventory archive. */
.gcr-srp-layout {
	grid-template-columns: minmax(320px, 340px) minmax(0, 1fr);
	gap: 24px;
	padding-top: 0;
	padding-bottom: 20px;
}

.gcr-srp-secondary {
	grid-column: 1;
	grid-row: 1;
	padding: 0 !important;
	line-height: normal;
}

.gcr-srp-primary {
	grid-column: 2;
	grid-row: 1;
	padding: 0 !important;
}

/* VDP. */
.gcr-vdp-layout {
	grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
	gap: 28px;
	padding-top: 0;
	padding-bottom: 10px;
}

.gcr-vdp-primary {
	grid-column: 1;
	padding: 0 !important;
}

.gcr-vdp-secondary {
	grid-column: 2;
	padding: 0 !important;
	line-height: normal;
}

.gcr-vdp-recommendations-wrap {
	margin-top: 30px;
	padding-bottom: 10px;
}

.gcr-vdp-recommendations-wrap .listing-content-recommendations {
	width: 100%;
	margin: 0;
}

/* legacy filtering results toolbar uses GCR-owned grid helpers. */
.archive-job_listing-filter-title.gcr-results-toolbar,
.gcr-results-toolbar {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	gap: 16px;
	padding: 20px;
}

.gcr-results-toolbar__count {
	min-width: 0;
	flex: 1 1 auto;
}

.gcr-results-toolbar__sort,
.archive-job_listing-filter-title .search-sort.gcr-results-toolbar__sort {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
	float: none !important;
	gap: 12px;
}

/* Do not let a theme's article/sidebar defaults add backgrounds, borders or shadows. */
.gcr-inventory-page .gcr-primary,
.gcr-inventory-page .gcr-secondary,
.gcr-inventory-page .gcr-primary > article,
.gcr-inventory-page .gcr-secondary > .sidebar-main {
	border: 0;
	box-shadow: none;
}

/* The inventory archive enters its responsive filter mode at 1300px. Keep
 * this breakpoint aligned with the native filter JavaScript and fullscreen UI. */
@media (max-width: 1299px) {
	.gcr-srp-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.gcr-srp-secondary,
	.gcr-srp-primary {
		grid-column: 1;
		width: 100% !important;
	}

	.gcr-srp-secondary {
		grid-row: 1;
		margin: 0 !important;
		padding-top: 0 !important;
	}

	.gcr-srp-primary {
		grid-row: 2;
	}

	.gcr-srp-secondary .sidebar-main,
	.gcr-srp-secondary .job_filters,
	.gcr-srp-secondary .facets,
	.gcr-srp-secondary .content-box {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}

/* The VDP retains its established 1099px single-column breakpoint. */
@media (max-width: 1099px) {
	.gcr-inventory-page.gcr-srp-page,
	.gcr-inventory-page.gcr-vdp-page {
		padding-top: 24px;
	}

	.gcr-container {
		width: min(100% - 40px, 1600px);
	}

	.gcr-vdp-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.gcr-vdp-primary,
	.gcr-vdp-secondary {
		grid-column: 1;
		width: 100% !important;
	}

	.gcr-vdp-primary {
		grid-row: 1;
	}

	.gcr-vdp-secondary {
		grid-row: 2;
	}
}

@media (max-width: 700px) {
	.gcr-inventory-page.gcr-srp-page,
	.gcr-inventory-page.gcr-vdp-page {
		padding-top: 20px;
	}

	.gcr-container {
		width: calc(100% - 24px);
	}

	.gcr-vdp-layout,
	.gcr-srp-layout {
		padding-bottom: 18px;
	}

	.gcr-results-toolbar {
		align-items: stretch !important;
		flex-direction: column;
		gap: 10px;
		padding: 14px 0;
	}

	.gcr-results-toolbar__sort,
	.archive-job_listing-filter-title .search-sort.gcr-results-toolbar__sort {
		width: 100% !important;
		margin-left: 0 !important;
		justify-content: flex-start !important;
		flex-wrap: wrap !important;
	}
}

@media (max-width: 360px) {
	.gcr-container {
		width: calc(100% - 20px);
	}
}

/* 2.0.379: Keep SRP/archive/taxonomy pages in normal document flow.
 * The 2.0.378 viewport breakout was too aggressive inside some theme content
 * wrappers and could place the rendered legacy filtering inventory outside the visible
 * layout even though the listings were present in the HTML. The VDP keeps its
 * independent breakout; result pages use a normal-flow GCR container. */
.gcr-inventory-page.gcr-srp-page {
	left: auto;
	width: 100%;
	max-width: none !important;
	flex: 1 1 100%;
	margin: 0 0 50px !important;
	overflow: visible;
}

.gcr-srp-page > .gcr-container {
	box-sizing: border-box;
	width: min(calc(100% - 40px), 1600px);
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.gcr-srp-page .gcr-primary,
.gcr-srp-page .gcr-secondary,
.gcr-srp-page .gcr-inventory-template,
.gcr-srp-page .gcr-inventory-results-wrap {
	visibility: visible;
	min-width: 0;
}


/* 2.0.488: CTA layout is width-measured by JavaScript; the old 1100–1280 viewport-forced stack is retired. */
@media (max-width: 700px) {
	.gcr-srp-page > .gcr-container,
	.gcr-vdp-page > .gcr-container,
	.gcr-container {
		width: calc(100% - 24px);
	}

	.listing-card-cta,
	.gcr-card-cta-primary,
	.gcr-card-cta-secondary,
	.gcr-vdp-primary-cta,
	.gcr-vdp-secondary-cta,
	.gcr-vdp-text-cta {
		font-size: 14px;
		letter-spacing: 0.02em;
	}
}


/* 2.0.389: Unified SRP/VDP width and deterministic card CTA breakpoints. */
.gcr-inventory-page > .gcr-container,
.gcr-srp-page > .gcr-container,
.gcr-vdp-page > .gcr-container {
	width: min(calc(100% - 40px), 1600px);
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}

/* 2.0.467: VDP uses a deliberately narrower desktop canvas than the SRP.
 * Keep this after the shared 1600px inventory-container rule so it remains
 * authoritative for both the primary VDP layout and recommendation wrap. */
.gcr-vdp-page > .gcr-container {
	width: min(calc(100% - 40px), 1400px);
	max-width: 1400px;
}

/* Keep the full-screen listing gallery above the WordPress admin bar and
 * other dealer-shell overlays for logged-in users viewing the frontend VDP. */
.fancybox__container {
	z-index: 2147483600 !important;
}

/* 2.0.390: Give the tall sidebar contact card an even, perimeter-style elevation. */
.gcr-srp-page .srp-contact-container {
	box-shadow:
		0 0 0 1px rgba(17, 24, 39, 0.035),
		0 4px 18px rgba(17, 24, 39, 0.08),
		0 1px 4px rgba(17, 24, 39, 0.04);
}

/* 2.0.392: Authoritative self-fitting inventory-card CTA system.
 * JavaScript measures each actual button width and applies compact levels to
 * the entire control (type, icon, gap and padding). If two buttons still do
 * not fit, their row stacks. No clipping or ellipsis is permitted.
 */
.gcr-inventory-card__cta .listing-card-cta,
.gcr-inventory-card__cta .gcr-card-cta-primary,
.gcr-inventory-card__cta .gcr-card-cta-secondary {
	min-width: 0;
	max-width: 100%;
	white-space: nowrap;
	overflow: visible;
	text-overflow: clip;
}

.gcr-inventory-card__cta .listing-card-cta > span,
.gcr-inventory-card__cta .gcr-card-cta-primary > span,
.gcr-inventory-card__cta .gcr-card-cta-secondary > span {
	min-width: 0;
	white-space: nowrap;
	overflow: visible;
	text-overflow: clip;
}

.gcr-inventory-card__cta .gcr-ui-icon {
	flex: 0 0 auto;
}

/* Each level scales the whole CTA proportionally, not just its padding. */
.gcr-inventory-card__cta .gcr-cta-fit--compact {
	min-height: 46px;
	padding: 10px 11px;
	gap: 6px;
	font-size: 14px;
	letter-spacing: 0.025em;
}
.gcr-inventory-card__cta .gcr-cta-fit--compact .gcr-ui-icon { width: 16px; height: 16px; }

.gcr-inventory-card__cta .gcr-cta-fit--tight {
	min-height: 42px;
	padding: 9px 8px;
	gap: 5px;
	font-size: 12px;
	letter-spacing: 0.015em;
}
.gcr-inventory-card__cta .gcr-cta-fit--tight .gcr-ui-icon { width: 14px; height: 14px; }

.gcr-inventory-card__cta .gcr-cta-fit--micro {
	min-height: 40px;
	padding: 8px 6px;
	gap: 4px;
	font-size: 11px;
	letter-spacing: 0;
}
.gcr-inventory-card__cta .gcr-cta-fit--micro .gcr-ui-icon { width: 13px; height: 13px; }

.gcr-inventory-card__cta .gcr-card-cta-two-row.gcr-cta-row--force-stack,
.gcr-inventory-card__cta .gcr-card-cta-secondary-row.gcr-cta-row--force-stack {
	grid-template-columns: minmax(0, 1fr);
}

.gcr-inventory-card__cta .gcr-card-cta-secondary-row.gcr-cta-row--force-stack > :only-child {
	grid-column: 1;
}

/* The requested hard mobile contract remains: 600px and below = stacked. */
@media (max-width: 600px) {
	.gcr-inventory-card__cta .gcr-card-cta-two-row,
	.gcr-inventory-card__cta .gcr-card-cta-secondary-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.gcr-inventory-card__cta .gcr-card-cta-secondary-row > :only-child {
		grid-column: 1;
	}
}

@media (max-width: 700px) {
	.gcr-inventory-page > .gcr-container,
	.gcr-srp-page > .gcr-container,
	.gcr-vdp-page > .gcr-container,
	.gcr-container {
		width: calc(100% - 24px);
	}
}

/* 2.0.393: Card-contained CTA layout.
 * The CTA row now responds to its own available width instead of relying on
 * viewport width or a one-time JavaScript measurement. This guarantees that
 * CTA labels remain inside the listing card; narrow rows stack before they can
 * be clipped by the card's overflow boundary.
 */
.gcr-inventory-card__cta {
	container-type: inline-size;
}

.gcr-inventory-card__cta .gcr-card-cta-two-row,
.gcr-inventory-card__cta .gcr-card-cta-secondary-row {
	width: 100%;
	min-width: 0;
}

.gcr-inventory-card__cta .gcr-card-cta-primary,
.gcr-inventory-card__cta .gcr-card-cta-secondary,
.gcr-inventory-card__cta .listing-card-cta {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
}

@container (max-width: 620px) {
	.gcr-inventory-card__cta .gcr-card-cta-two-row,
	.gcr-inventory-card__cta .gcr-card-cta-secondary-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.gcr-inventory-card__cta .gcr-card-cta-secondary-row > :only-child {
		grid-column: 1;
	}
}


/* =========================================================
   2.0.474 — Native GCR inventory search / filters
   ========================================================= */
.gcr-native-facet-option {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 9px;
	font-size: 14px;
	line-height: 1.35;
	cursor: pointer;
}

.gcr-native-facet-option:last-child {
	margin-bottom: 0;
}

.gcr-native-facet-option input[type="checkbox"] {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--gcr-primary-color);
}

.gcr-native-facet-option__label {
	min-width: 0;
	flex: 1 1 auto;
}

.gcr-native-facet-option__count {
	flex: 0 0 auto;
	color: #6b7280;
	font-size: 12px;
}

.gcr-native-keyword,
.gcr-native-price-range input,
.gcr-native-sort {
	box-sizing: border-box;
	width: 100%;
	min-height: 42px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	background: #fff;
}

.gcr-native-price-range {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: end;
	gap: 8px;
}

.gcr-native-price-range label {
	display: grid;
	gap: 5px;
	min-width: 0;
	color: #4b5563;
	font-size: 12px;
	font-weight: 700;
}

.gcr-native-price-range input {
	min-width: 0;
	padding: 8px;
}

.gcr-native-price-range__dash {
	padding-bottom: 10px;
	color: #6b7280;
}

.gcr-native-sort-wrap {
	display: inline-flex;
}

.gcr-native-sort {
	width: auto;
	min-width: 190px;
	margin: 0 !important;
	padding: 8px 34px 8px 10px;
	font-size: 14px;
}

.gcr-native-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 24px 0 8px;
}

.gcr-native-pager .gcr-native-page {
	margin: 0;
	text-decoration: none;
}

.gcr-native-pager .gcr-native-page.active,
.gcr-native-pager .gcr-native-page[aria-current="page"] {
	color: #fff;
	background: var(--gcr-primary-color);
	box-shadow: inset 0 0 0 1px var(--gcr-primary-color);
}

.gcr-native-no-results,
.gcr-native-empty-facet {
	margin: 0;
	padding: 12px 0;
	color: #6b7280;
	font-size: 14px;
}

.gcr-native-filter-drawer-head {
	display: none;
}


/* =========================================================
   2.0.482 — Contemporary dealer-branded inventory filters
   ========================================================= */
.gcr-native-filters.job_filters.facets {
	--gcr-filter-border: #e4e7eb;
	--gcr-filter-muted: #7a828d;
	--gcr-filter-soft: #f6f7f8;
	--gcr-filter-text: #252b33;
	--gcr-filter-subtle: #fbfbfc;
}

/* The sidebar is intentionally lighter than a stack of cards. */
.gcr-native-filters.job_filters.facets .gcr-native-filter-card {
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
	background: transparent;
	border: 0 !important;
	border-bottom: 1px solid var(--gcr-filter-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.gcr-native-filters.job_filters.facets .gcr-native-filter-card:first-of-type {
	border-top: 1px solid var(--gcr-filter-border) !important;
}

.gcr-native-filters.job_filters.facets .gcr-native-filter-card > .gcr-native-filter-heading {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

.gcr-native-filter-toggle {
	appearance: none !important;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 44px;
	margin: 0 !important;
	padding: 10px 2px !important;
	color: var(--gcr-filter-text) !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font: inherit;
	font-size: 13px !important;
	font-weight: 750 !important;
	line-height: 1.3;
	letter-spacing: 0.01em;
	text-align: left;
	cursor: pointer;
}

.gcr-native-filter-toggle:hover,
.gcr-native-filter-toggle:focus,
.gcr-native-filter-toggle:active {
	color: var(--gcr-filter-text) !important;
	background: transparent !important;
	box-shadow: none !important;
}

.gcr-native-filter-toggle:focus-visible {
	outline: 2px solid var(--gcr-primary-color);
	outline-offset: 2px;
}

.gcr-native-filter-toggle__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	color: #8b929b;
	background: #f3f4f5;
	border: 1px solid #e1e4e8;
	border-radius: 50%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	transition: color 140ms ease, background-color 140ms ease, border-color 140ms ease;
}

.gcr-native-filter-toggle:hover .gcr-native-filter-toggle__icon {
	color: #626a74;
	background: #eceeef;
	border-color: #d8dce0;
}

.gcr-native-filters.job_filters.facets .gcr-native-filter-card > .gcr-native-filter-content {
	display: none;
	margin: 0 !important;
	padding: 0 2px 12px !important;
	background: transparent !important;
}

.gcr-native-filters.job_filters.facets .gcr-native-filter-card.is-open > .gcr-native-filter-content {
	display: block;
}

.gcr-native-filters .gcr-native-facet-option {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 31px;
	margin: 0 !important;
	padding: 4px 2px !important;
	color: #3f4650;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 13px;
	line-height: 1.35;
	cursor: pointer;
}

.gcr-native-filters .gcr-native-facet-option:hover {
	color: #20252b;
	background: transparent !important;
}

.gcr-native-filters .gcr-native-facet-option input[type="checkbox"] {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--gcr-primary-color);
	cursor: pointer;
}

.gcr-native-filters .gcr-native-facet-option input[type="checkbox"]:focus-visible {
	outline: 2px solid var(--gcr-primary-color);
	outline-offset: 2px;
}

.gcr-native-filters .gcr-native-facet-option.is-selected .gcr-native-facet-option__label {
	color: var(--gcr-filter-text);
	font-weight: 700;
}

.gcr-native-filters .gcr-native-facet-option__label {
	min-width: 0;
	flex: 1 1 auto;
}

.gcr-native-filters .gcr-native-facet-option__count {
	flex: 0 0 auto;
	min-width: 22px;
	padding: 1px 5px;
	color: #8a919a;
	background: #f2f3f5;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 650;
	line-height: 1.55;
	text-align: center;
}

.gcr-native-filters .gcr-native-facet-option.is-selected .gcr-native-facet-option__count {
	color: #606770;
	background: #eceef0;
}

/* Explicit-submit search: typing alone never runs an inventory query. */
.gcr-native-search-control {
	position: relative;
}

.gcr-native-filters .gcr-native-keyword {
	box-sizing: border-box;
	width: 100%;
	min-height: 42px;
	margin: 0 !important;
	padding: 8px 48px 8px 11px !important;
	color: #20252b;
	background: #fff !important;
	border: 1px solid #cfd4da !important;
	border-radius: var(--gcr-element-radius, 4px) !important;
	box-shadow: none !important;
	font-size: 13px;
}

.gcr-native-filters .gcr-native-keyword:focus {
	border-color: var(--gcr-primary-color) !important;
	outline: 0 !important;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--gcr-primary-color) 16%, transparent) !important;
}

.gcr-native-search-submit {
	appearance: none !important;
	position: absolute;
	top: 4px;
	right: 4px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 34px;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--gcr-primary-text-color, #fff) !important;
	background: var(--gcr-primary-color) !important;
	border: 0 !important;
	border-radius: max(2px, calc(var(--gcr-element-radius, 4px) - 2px)) !important;
	box-shadow: none !important;
	cursor: pointer;
}

.gcr-native-search-submit:hover,
.gcr-native-search-submit:focus,
.gcr-native-search-submit:active {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color, #fff)) !important;
	background: var(--gcr-primary-hover-color) !important;
	box-shadow: none !important;
}

.gcr-native-search-submit:focus-visible {
	outline: 2px solid var(--gcr-primary-hover-color);
	outline-offset: 2px;
}

.gcr-native-search-submit .gcr-ui-icon {
	width: 18px;
	height: 18px;
}

/* Compact two-handle price slider.
 *
 * The two native range inputs intentionally overlap to provide two handles,
 * but every browser/theme-owned track is stripped so only the single GCR
 * track below is visible. This prevents Astra/global input CSS from painting a
 * second slider on top of the selected-range treatment.
 */
.gcr-native-price-slider {
	--gcr-price-start: 0%;
	--gcr-price-end: 100%;
	padding: 2px 1px 7px;
}

.gcr-native-price-slider__values {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 11px;
	color: #505761;
	font-size: 12px;
	font-weight: 700;
}

.gcr-native-price-slider__values > span:nth-child(2) {
	color: #a0a6ad;
	font-weight: 400;
}

.gcr-native-price-slider__control {
	position: relative;
	height: 24px;
	isolation: isolate;
}

.gcr-native-price-slider__track {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 1;
	height: 4px;
	background: #e5e7ea;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	pointer-events: none;
}

.gcr-native-price-slider__fill {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--gcr-price-start);
	right: calc(100% - var(--gcr-price-end));
	background: var(--gcr-primary-color);
	border-radius: inherit;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 2;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 24px !important;
	min-height: 0 !important;
	max-height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	background: none !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	opacity: 1 !important;
	filter: none !important;
	pointer-events: none;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range:focus,
html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range:focus-visible {
	z-index: 4;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range::-webkit-slider-runnable-track {
	height: 4px !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range::-moz-range-track {
	height: 4px !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range::-moz-range-progress {
	height: 4px !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range::-webkit-slider-thumb {
	width: 18px !important;
	height: 18px !important;
	margin-top: -7px !important;
	padding: 0 !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	background: #fff !important;
	border: 2px solid var(--gcr-primary-color) !important;
	border-radius: 50% !important;
	box-shadow: 0 1px 4px rgba(17,24,39,.18) !important;
	box-sizing: border-box !important;
	cursor: grab;
	pointer-events: auto;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range::-moz-range-thumb {
	width: 18px !important;
	height: 18px !important;
	padding: 0 !important;
	background: #fff !important;
	border: 2px solid var(--gcr-primary-color) !important;
	border-radius: 50% !important;
	box-shadow: 0 1px 4px rgba(17,24,39,.18) !important;
	box-sizing: border-box !important;
	cursor: grab;
	pointer-events: auto;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range:active::-webkit-slider-thumb {
	cursor: grabbing;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range:active::-moz-range-thumb {
	cursor: grabbing;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range:focus-visible::-webkit-slider-thumb {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--gcr-primary-color) 18%, transparent) !important;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range:focus-visible::-moz-range-thumb {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--gcr-primary-color) 18%, transparent) !important;
}

html body .gcr-native-price-slider input[type="range"].gcr-native-price-slider__range::-moz-focus-outer {
	border: 0 !important;
}

.gcr-native-option-overflow {
	display: none !important;
}

.gcr-native-filter-card.is-options-expanded .gcr-native-option-overflow {
	display: flex !important;
}

/* Never allow theme button styling to turn Show More into a filled CTA. */
.gcr-native-show-more,
.gcr-native-clear-all {
	appearance: none !important;
	margin: 6px 0 0 !important;
	padding: 3px 0 !important;
	color: var(--gcr-primary-color) !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font: inherit !important;
	font-size: 12px !important;
	font-weight: 650 !important;
	line-height: 1.4 !important;
	cursor: pointer;
	text-decoration: none !important;
}

.gcr-native-show-more:hover,
.gcr-native-show-more:focus,
.gcr-native-show-more:active,
.gcr-native-clear-all:hover,
.gcr-native-clear-all:focus,
.gcr-native-clear-all:active {
	color: var(--gcr-primary-hover-color) !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.gcr-native-show-more:focus-visible,
.gcr-native-clear-all:focus-visible {
	outline: 1px solid var(--gcr-primary-color);
	outline-offset: 2px;
}

/* Active selections are useful, but stay visually quiet. */
.gcr-native-active-filters {
	margin: 0 0 10px;
	padding: 9px 0 10px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--gcr-filter-border);
	border-radius: 0;
	box-shadow: none;
}

.gcr-native-active-filters[hidden] {
	display: none !important;
}

.gcr-native-active-filters__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 7px;
}

.gcr-native-active-filters__title {
	color: #747b84;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.gcr-native-clear-all {
	margin: 0 !important;
}

.gcr-native-active-filters__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.gcr-native-active-chip {
	appearance: none !important;
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	max-width: 100%;
	min-height: 27px;
	margin: 0 !important;
	padding: 4px 8px !important;
	color: #4e555e !important;
	background: #f5f6f7 !important;
	border: 1px solid #dfe2e5 !important;
	border-radius: var(--gcr-pill-radius, 999px) !important;
	box-shadow: none !important;
	font: inherit !important;
	font-size: 11px !important;
	font-weight: 650 !important;
	line-height: 1.25;
	cursor: pointer;
}

.gcr-native-active-chip__label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gcr-native-active-chip__remove {
	flex: 0 0 auto;
	color: #8b929a;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.gcr-native-active-chip:hover,
.gcr-native-active-chip:focus,
.gcr-native-active-chip:active {
	color: var(--gcr-primary-hover-color) !important;
	background: #f5f6f7 !important;
	border-color: var(--gcr-primary-hover-color) !important;
	box-shadow: none !important;
	outline: none;
}

.gcr-native-active-chip:hover .gcr-native-active-chip__remove,
.gcr-native-active-chip:focus .gcr-native-active-chip__remove {
	color: var(--gcr-primary-hover-color);
}

.gcr-native-sort {
	min-height: 42px;
	color: #252b33;
	background: #fff;
	border: 1px solid #cfd4da;
	border-radius: var(--gcr-element-radius, 4px);
	box-shadow: none;
}

.gcr-native-sort:focus {
	border-color: var(--gcr-primary-color);
	outline: 0;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--gcr-primary-color) 16%, transparent);
}

/* Desktop starts expanded, but every section can genuinely collapse. */
@media (min-width: 1300px) {
	.gcr-native-filters.job_filters.facets .gcr-native-filter-card:not(.is-open) > .gcr-native-filter-content {
		display: none !important;
	}
}

/* =========================================================
   2.0.486 — Scrollable sidebar filter experience
   ========================================================= */

/* Keep the SRP as a true filter-sidebar + inventory layout on desktop. */
.gcr-srp-page .gcr-srp-layout {
	display: grid !important;
}

.gcr-srp-page .gcr-srp-primary {
	min-width: 0;
}

/* Preserve the contact form beneath the inventory rather than consuming the
 * lower portion of the filter rail. */
.gcr-srp-contact-below {
	max-width: 760px;
	margin: 34px auto 8px;
}

.gcr-srp-contact-below .srp-contact-container {
	margin: 0 !important;
}

/* Search is a primary shopper action, so it lives above the results rather
 * than inside one of the filter accordions. */
.gcr-native-search-bar {
	margin: 0 0 12px;
}

.gcr-native-search-bar__control {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 48px;
	background: #fff;
	border: 1px solid #d9dde2;
	border-radius: var(--gcr-element-radius, 4px);
	box-shadow: 0 1px 2px rgba(17, 24, 39, .025);
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.gcr-native-search-bar__control:focus-within {
	border-color: var(--gcr-primary-color);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--gcr-primary-color) 14%, transparent);
}

.gcr-native-search-bar input[type="search"] {
	box-sizing: border-box;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 46px;
	margin: 0 !important;
	padding: 10px 54px 10px 14px !important;
	color: #252b33;
	background: transparent !important;
	border: 0 !important;
	border-radius: inherit !important;
	box-shadow: none !important;
	font-size: 14px;
	outline: 0 !important;
}

.gcr-native-search-bar input[type="search"]::placeholder {
	color: #8a919a;
}

.gcr-native-search-bar .gcr-native-search-submit {
	appearance: none !important;
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 36px;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--gcr-primary-text-color, #fff) !important;
	background: var(--gcr-primary-color) !important;
	border: 1px solid var(--gcr-primary-color) !important;
	border-radius: max(2px, calc(var(--gcr-element-radius, 4px) - 2px)) !important;
	box-shadow: none !important;
	cursor: pointer;
}

.gcr-native-search-bar .gcr-native-search-submit:hover,
.gcr-native-search-bar .gcr-native-search-submit:focus,
.gcr-native-search-bar .gcr-native-search-submit:active {
	color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color, #fff)) !important;
	background: var(--gcr-primary-hover-color) !important;
	border-color: var(--gcr-primary-hover-color) !important;
}

.gcr-native-search-bar .gcr-native-search-submit .gcr-ui-icon,
.gcr-native-search-bar .gcr-native-search-submit svg {
	width: 18px;
	height: 18px;
}

/* The sidebar itself behaves like a focused scrollable workspace, similar to
 * the reference SRP: sticky in the viewport while its contents scroll inside. */
.gcr-native-filter-shell {
	position: sticky;
	top: calc(var(--gcr-filter-sticky-top, 0px) + 12px);
	display: flex;
	flex-direction: column;
	height: calc(100vh - var(--gcr-filter-sticky-top, 0px) - 24px);
	min-height: 430px;
	max-height: 860px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e0e4e8;
	border-radius: max(6px, var(--gcr-element-radius, 4px));
	box-shadow: 0 4px 18px rgba(17, 24, 39, .055);
}

.gcr-native-filter-shell__head {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	padding: 15px 17px 13px;
	background: #fff;
	border-bottom: 1px solid #e5e8eb;
}

.gcr-native-filter-shell__head strong {
	color: #252b33;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.gcr-native-filter-close {
	display: none !important;
}

.gcr-native-filter-scroll {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #bcc2c8 transparent;
}

.gcr-native-filter-scroll::-webkit-scrollbar {
	width: 5px;
}

.gcr-native-filter-scroll::-webkit-scrollbar-track {
	background: transparent;
}

.gcr-native-filter-scroll::-webkit-scrollbar-thumb {
	background: #bcc2c8;
	border-radius: 999px;
}

.gcr-native-filters.job_filters.facets,
.gcr-native-filters.job_filters,
.gcr-native-filters.facets,
.gcr-native-filters.content-box {
	box-sizing: border-box;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 15px 56px !important;
	background: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Individual categories start collapsed. Location is intentionally opened by
 * default for multi-location dealers, and selected categories remain open. */
.gcr-native-filters.job_filters.facets .gcr-native-filter-card {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #e7eaed !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.gcr-native-filters.job_filters.facets .gcr-native-filter-card:first-child {
	border-top: 0 !important;
}

.gcr-native-filters.job_filters.facets .gcr-native-filter-card > .gcr-native-filter-heading {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

.gcr-native-filter-toggle {
	appearance: none !important;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 48px;
	margin: 0 !important;
	padding: 12px 2px !important;
	color: #2f353d !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font: inherit !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
}

.gcr-native-filter-toggle:hover,
.gcr-native-filter-toggle:focus,
.gcr-native-filter-toggle:active {
	color: #161a1f !important;
	background: transparent !important;
	box-shadow: none !important;
}

.gcr-native-filter-toggle:focus-visible {
	outline: 2px solid var(--gcr-primary-color);
	outline-offset: -2px;
}

.gcr-native-filter-toggle__label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.gcr-native-filter-toggle__location-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--gcr-primary-color);
}

.gcr-native-filter-toggle__location-icon .gcr-ui-icon,
.gcr-native-filter-toggle__location-icon svg {
	width: 15px;
	height: 15px;
}

.gcr-native-filter-toggle__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #7f8791;
	background: #f3f4f5;
	border: 1px solid #e0e3e6;
	border-radius: 50%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.gcr-native-filter-toggle:hover .gcr-native-filter-toggle__icon {
	color: #555e68;
	background: #eceeef;
	border-color: #d4d8dc;
}

.gcr-native-filters.job_filters.facets .gcr-native-filter-card > .gcr-native-filter-content {
	display: none !important;
	margin: 0 !important;
	padding: 0 2px 14px !important;
	background: transparent !important;
}

.gcr-native-filters.job_filters.facets .gcr-native-filter-card.is-open > .gcr-native-filter-content {
	display: block !important;
	animation: gcr-filter-section-in 140ms ease-out both;
}

@keyframes gcr-filter-section-in {
	from { opacity: .55; transform: translateY(-2px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Location is context, not just another facet, so it gets a restrained brand
 * tint without becoming a loud CTA. */
.gcr-native-filters.job_filters.facets .gcr-native-filter-card.gcr-native-filter-card--location {
	margin: 8px -7px 0 !important;
	padding: 0 7px !important;
	background: color-mix(in srgb, var(--gcr-primary-color) 4%, #fff) !important;
	border: 1px solid color-mix(in srgb, var(--gcr-primary-color) 18%, #e2e5e8) !important;
	border-radius: max(5px, var(--gcr-element-radius, 4px)) !important;
}

.gcr-native-filters.job_filters.facets .gcr-native-filter-card.gcr-native-filter-card--location + .gcr-native-filter-card {
	margin-top: 4px !important;
}

/* All available values are present. The overall sidebar scrolls; no brand or
 * model is hidden behind a Show More control. */
.gcr-native-show-more,
.gcr-native-option-overflow {
	display: flex !important;
}

.gcr-native-show-more {
	display: none !important;
}

.gcr-native-filters .gcr-native-facet-option {
	display: flex !important;
	align-items: center;
	gap: 9px;
	min-height: 33px;
	margin: 0 !important;
	padding: 5px 2px !important;
	color: #404750;
	background: transparent !important;
	border: 0 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	font-size: 13px;
	line-height: 1.35;
	cursor: pointer;
}

.gcr-native-filters .gcr-native-facet-option:hover {
	color: #20252b;
	background: #f7f8f9 !important;
}

.gcr-native-filters .gcr-native-facet-option input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 0 !important;
	accent-color: var(--gcr-primary-color);
	cursor: pointer;
}

.gcr-native-filters .gcr-native-facet-option__label {
	flex: 1 1 auto;
	min-width: 0;
}

.gcr-native-filters .gcr-native-facet-option__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 29px;
	height: 24px;
	padding: 0 7px;
	color: #424a54 !important;
	background: #eef0f2 !important;
	border: 1px solid #e0e3e6;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.gcr-native-filters .gcr-native-facet-option.is-selected .gcr-native-facet-option__label {
	color: #20252b;
	font-weight: 750;
}

.gcr-native-filters .gcr-native-facet-option.is-selected .gcr-native-facet-option__count {
	color: var(--gcr-primary-color) !important;
	background: color-mix(in srgb, var(--gcr-primary-color) 7%, #fff) !important;
	border-color: color-mix(in srgb, var(--gcr-primary-color) 24%, #e0e3e6) !important;
}

/* The fade belongs to the whole filter rail, not an individual facet. */
.gcr-native-filter-scroll-cue {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 5px;
	height: 58px;
	padding: 28px 10px 8px;
	color: #666e78;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.94) 48%, #fff 76%);
	font-size: 11px;
	font-weight: 750;
	line-height: 1;
	pointer-events: auto;
	transition: opacity 150ms ease, visibility 150ms ease;
}

.gcr-native-filter-scroll-cue.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.gcr-native-filter-scroll-cue__arrow {
	font-size: 16px;
	line-height: .75;
}

.gcr-native-filter-mobile-footer {
	display: none;
}

/* Result controls and applied filters stay in normal document flow. */
.gcr-results-toolbar {
	position: relative;
	align-items: center !important;
	gap: 12px !important;
	padding: 12px 0 10px !important;
	background: transparent !important;
}

.gcr-results-toolbar__count {
	display: grid;
	gap: 4px;
}

.gcr-results-toolbar__count .archive-job_listing-found,
.gcr-results-toolbar__count .results-found {
	margin: 0 !important;
}

.gcr-results-toolbar__location-context {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	color: #646c75;
	font-size: 12px;
	font-weight: 700;
}

.gcr-results-toolbar__location-context > span:first-child {
	display: inline-flex;
	color: var(--gcr-primary-color);
}

.gcr-results-toolbar__location-context .gcr-ui-icon,
.gcr-results-toolbar__location-context svg {
	width: 14px;
	height: 14px;
}

.gcr-results-toolbar__actions {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-left: auto;
}

.gcr-native-filter-open {
	display: none !important;
}

.gcr-native-applied-filters {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 14px;
	padding: 0;
	min-width: 0;
}

.gcr-native-applied-filters__label {
	flex: 0 0 auto;
	color: #69717b;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.gcr-native-applied-filters__chips {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
}

.gcr-native-applied-chip {
	appearance: none !important;
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	min-height: 29px;
	margin: 0 !important;
	padding: 4px 9px !important;
	color: #444c56 !important;
	background: #f5f6f7 !important;
	border: 1px solid #dfe3e6 !important;
	border-radius: var(--gcr-pill-radius, 999px) !important;
	box-shadow: none !important;
	font: inherit !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.2;
	cursor: pointer;
}

.gcr-native-applied-chip__remove {
	color: #858d96;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.gcr-native-applied-chip:hover,
.gcr-native-applied-chip:focus,
.gcr-native-applied-chip:active {
	color: var(--gcr-primary-hover-color) !important;
	background: #f5f6f7 !important;
	border-color: var(--gcr-primary-hover-color) !important;
	box-shadow: none !important;
}

.gcr-native-applied-chip:hover .gcr-native-applied-chip__remove,
.gcr-native-applied-chip:focus .gcr-native-applied-chip__remove {
	color: var(--gcr-primary-hover-color);
}

/* Inventory updates are intentionally silent; no loading/status indicator is shown. */
.gcr-native-inventory-results { position: relative; }
.gcr-native-results-enter { animation: gcr-native-results-enter 180ms ease-out both; }
@keyframes gcr-native-results-enter {
	from { opacity: .82; transform: translateY(1px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
	.gcr-results-toolbar {
		align-items: stretch !important;
		padding: 10px 0 !important;
	}

	.gcr-results-toolbar__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		width: 100%;
		margin: 0;
	}

	.gcr-results-toolbar .gcr-native-filter-open,
	.gcr-results-toolbar__sort,
	.archive-job_listing-filter-title .search-sort.gcr-results-toolbar__sort,
	.gcr-native-sort-wrap,
	.gcr-native-sort {
		width: 100% !important;
		max-width: none !important;
	}

	.gcr-native-search-bar {
		margin-bottom: 8px;
	}

	.gcr-native-applied-filters__label {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gcr-native-results-enter,
	body.gcr-native-filter-active .gcr-srp-secondary--fullscreen,
	body.gcr-native-filter-active .gcr-srp-secondary--fullscreen .sidebar-main,
	.gcr-native-filters.job_filters.facets .gcr-native-filter-card.is-open > .gcr-native-filter-content {
		animation: none !important;
	}
}


/* =========================================================
   2.0.487 — Native 1920px SRP + stable filter rail
   ========================================================= */

/* Match the reference page architecture: a wide SRP canvas with a dedicated
 * 360px filter rail and the existing GCR vehicle cards using the remaining
 * space. The VDP keeps its independent narrower width. */
.gcr-inventory-page.gcr-srp-page > .gcr-container,
.gcr-srp-page > .gcr-container {
    width: min(calc(100% - 32px), 1920px) !important;
    max-width: 1920px !important;
}

@media (min-width: 1300px) {
    .gcr-srp-page .gcr-srp-layout {
        grid-template-columns: 360px minmax(0, 1fr) !important;
        column-gap: 24px !important;
        align-items: start !important;
    }

    .gcr-srp-page .gcr-srp-secondary {
        width: 360px !important;
    }

    .gcr-native-filter-shell {
        max-height: none !important;
        height: calc(100vh - var(--gcr-filter-sticky-top, 0px) - 24px) !important;
        border-color: #e1e4e8 !important;
        border-radius: max(6px, var(--gcr-element-radius, 4px)) !important;
        box-shadow: 0 4px 14px rgba(17, 24, 39, .055) !important;
    }
}

/* Search belongs to the inventory column, visually distinct from facets. */
.gcr-native-search-bar {
    margin-bottom: 14px !important;
}

.gcr-native-search-bar__control {
    min-height: 50px !important;
    border-color: #dcdfe3 !important;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .04) !important;
}

/* One GCR-owned toggle icon only. No pseudo-element or legacy icon is allowed
 * to paint over the real button. */
.gcr-native-filter-card > .gcr-native-filter-heading::before,
.gcr-native-filter-card > .gcr-native-filter-heading::after,
.gcr-native-filter-toggle::before,
.gcr-native-filter-toggle::after,
.gcr-native-filter-toggle__icon::before,
.gcr-native-filter-toggle__icon::after {
    content: none !important;
    display: none !important;
}

.gcr-native-filter-toggle__icon {
    position: static !important;
    transform: none !important;
}

/* A zero count is useful information, not a reason to make the filter vanish. */
.gcr-native-facet-option.is-unavailable {
    opacity: .56;
    cursor: default !important;
}

.gcr-native-facet-option.is-unavailable:hover {
    color: #404750 !important;
    background: transparent !important;
}

.gcr-native-facet-option.is-unavailable input[type="checkbox"] {
    cursor: default !important;
}

.gcr-native-facet-option.is-unavailable .gcr-native-facet-option__count {
    color: #555d66 !important;
    background: #f1f2f3 !important;
    border-color: #e3e5e7 !important;
}

/* Counts should read immediately while remaining visually secondary. */
.gcr-native-filters .gcr-native-facet-option__count {
    min-width: 31px !important;
    height: 25px !important;
    color: #353c44 !important;
    background: #eceff1 !important;
    border-color: #dde1e4 !important;
    font-size: 11px !important;
    font-weight: 850 !important;
}

/* Applied filters sit above the cards in ordinary document flow, matching the
 * reference interaction model without adding another sticky/floating layer. */
.gcr-native-applied-filters {
    margin: 2px 0 16px !important;
    padding: 0 !important;
}

.gcr-native-applied-chip {
    background: #fff !important;
    border-color: #e0e3e6 !important;
    min-height: 30px !important;
}

/* Whole-rail continuation cue: this fades the bottom of the filter workspace,
 * not the options within an individual filter. */
.gcr-native-filter-scroll-cue {
    height: 64px !important;
    padding-top: 31px !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.95) 48%, #fff 78%) !important;
}


@media (max-width: 1299px) {
    .gcr-inventory-page.gcr-srp-page > .gcr-container,
    .gcr-srp-page > .gcr-container {
        width: min(100% - 40px, 1920px) !important;
    }
}

@media (max-width: 700px) {
    .gcr-inventory-page.gcr-srp-page > .gcr-container,
    .gcr-srp-page > .gcr-container {
        width: calc(100% - 24px) !important;
    }
}


/* =========================================================
   2.0.488 — Reference-style wide SRP + viewport filter rail
   ========================================================= */

/* Break the SRP out of theme content-width wrappers while keeping the
 * inventory document in normal flow. This allows the GCR canvas to use the
 * reference layout's 1920px maximum width even inside narrower theme shells. */
.gcr-inventory-page.gcr-srp-page {
    box-sizing: border-box;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
}

/* A 52px side safe-zone leaves breathing room for either side-mounted
 * My Vehicles tab (46px) plus visual separation from the inventory canvas. */
.gcr-inventory-page.gcr-srp-page > .gcr-container,
.gcr-srp-page > .gcr-container {
    box-sizing: border-box;
    width: min(calc(100vw - 104px), 1920px) !important;
    max-width: 1920px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
}

@media (min-width: 1300px) {
    .gcr-srp-page .gcr-srp-layout {
        grid-template-columns: 360px minmax(0, 1fr) !important;
        column-gap: 28px !important;
        align-items: start !important;
    }

    /* Make the grid item itself sticky. A sticky child inside a short sidebar
     * cannot follow the taller inventory column reliably. */
    .gcr-srp-page .gcr-srp-secondary {
        position: sticky !important;
        top: calc(var(--gcr-filter-sticky-top, 0px) + 16px) !important;
        align-self: start !important;
        width: 360px !important;
        height: calc(100vh - var(--gcr-filter-sticky-top, 0px) - 32px) !important;
        min-height: 430px !important;
        max-height: none !important;
    }

    .gcr-srp-page .gcr-srp-secondary .sidebar-main {
        height: 100% !important;
        min-height: 0 !important;
    }

    .gcr-srp-page .gcr-native-filter-shell {
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
    }
}

/* The filter rail hands wheel/trackpad scrolling back to the page at either
 * boundary instead of trapping the visitor inside the internal scroller. */
.gcr-native-filter-scroll {
    overscroll-behavior-y: auto !important;
}

/* The native heading is deliberately not an H2/widget title. This prevents
 * dealer themes and retired filter CSS from injecting a second +/- glyph. */
.gcr-native-filter-heading,
.gcr-native-filter-heading::before,
.gcr-native-filter-heading::after {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    content: none !important;
}

.gcr-native-filter-toggle::before,
.gcr-native-filter-toggle::after,
.gcr-native-filter-toggle__icon::before,
.gcr-native-filter-toggle__icon::after {
    content: none !important;
    display: none !important;
}

/* Center the search affordance optically and mathematically within the field. */
.gcr-native-search-bar .gcr-native-search-submit {
    top: 50% !important;
    right: 5px !important;
    width: 40px !important;
    height: 40px !important;
    transform: translateY(-50%) !important;
    line-height: 0 !important;
}

.gcr-native-search-bar .gcr-native-search-submit .gcr-ui-icon,
.gcr-native-search-bar .gcr-native-search-submit svg {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    margin: auto !important;
}

/* Persistent lead-generation action belongs to the filter workspace rather
 * than beneath the inventory cards. */
.gcr-native-filter-lead-footer {
    position: relative;
    z-index: 6;
    flex: 0 0 auto;
    padding: 10px 12px 12px;
    background: #fff;
    border-top: 1px solid #e3e6e9;
}

.gcr-native-filter-lead-cta {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin: 0 !important;
    padding: 10px 12px !important;
    color: var(--gcr-primary-text-color, #fff) !important;
    background: var(--gcr-primary-color) !important;
    border: 1px solid var(--gcr-primary-color) !important;
    border-radius: var(--gcr-button-radius, var(--gcr-element-radius, 4px)) !important;
    box-shadow: none !important;
    font: inherit !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    text-align: center;
    text-transform: none !important;
    cursor: pointer;
}

.gcr-native-filter-lead-cta:hover,
.gcr-native-filter-lead-cta:focus,
.gcr-native-filter-lead-cta:active {
    color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color, #fff)) !important;
    background: var(--gcr-primary-hover-color) !important;
    border-color: var(--gcr-primary-hover-color) !important;
}

/* The fade belongs to the bottom edge of the scrollable filters and therefore
 * sits immediately above the persistent lead footer. */
.gcr-native-filter-scroll-cue {
    bottom: 66px !important;
}

.gcr-srp-help-modal .lead-form-popup {
    width: min(650px, 100%);
}

.gcr-srp-help-modal .lead-form-popup > .close {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    cursor: pointer;
}

.gcr-srp-help-modal__intro {
    margin: 0;
    padding: 20px 22px 0;
    color: #59616b;
    font-size: 14px;
    line-height: 1.5;
}

/* The modern self-fitting CTA logic remains authoritative. With the true wide
 * SRP restored, desktop grid cards retain the original side-by-side Request /
 * Phone layout unless their actual measured labels genuinely cannot fit. */
@media (min-width: 1300px) {
    .gcr-srp-page .gcr-inventory-results-wrap.gcr-view-grid .gcr-card-cta-two-row,
    .gcr-srp-page .gcr-inventory-results-wrap.gcr-view-grid .gcr-card-cta-secondary-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


.gcr-native-filter-shell:not(:has(.gcr-native-filter-lead-footer)) .gcr-native-filter-scroll-cue {
    bottom: 0 !important;
}

@media (max-width: 1299px) {
    .gcr-inventory-page.gcr-srp-page {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .gcr-inventory-page.gcr-srp-page > .gcr-container,
    .gcr-srp-page > .gcr-container {
        width: min(calc(100% - 40px), 1920px) !important;
    }

}

@media (max-width: 700px) {
    .gcr-inventory-page.gcr-srp-page > .gcr-container,
    .gcr-srp-page > .gcr-container {
        width: calc(100% - 24px) !important;
    }
}

/* =========================================================
   2.0.489 — Filter rail polish + lead modal refinement
   ========================================================= */

/* Location is important context for multi-location dealers, but it should not
 * look like an alert or CTA. Keep the distinction neutral and structural. */
.gcr-native-filters.job_filters.facets .gcr-native-filter-card.gcr-native-filter-card--location {
    margin: 8px -6px 5px !important;
    padding: 0 6px !important;
    background: #f7f8f9 !important;
    border: 1px solid #cfd4da !important;
    border-radius: max(5px, var(--gcr-element-radius, 4px)) !important;
}

.gcr-native-filters.job_filters.facets .gcr-native-filter-card.gcr-native-filter-card--location.has-selection {
    background: #f5f6f7 !important;
    border-color: #bcc2c9 !important;
}

.gcr-native-filters .gcr-native-filter-card--location .gcr-native-filter-toggle__location-icon {
    color: #69727d !important;
}

.gcr-native-filters .gcr-native-filter-card--location .gcr-native-filter-toggle {
    color: #30363d !important;
}

/* The cue belongs to the entire rail. It is deliberately quiet and appears
 * only while JS determines there is content below the current scroll point. */
.gcr-native-filter-scroll-cue {
    height: 44px !important;
    padding: 22px 10px 7px !important;
    gap: 4px !important;
    color: #8b929a !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.88) 50%, #fff 84%) !important;
    font-size: 10px !important;
    font-weight: 550 !important;
    letter-spacing: .01em;
}

.gcr-native-filter-scroll-cue__arrow {
    color: #9aa1a9 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.gcr-native-filter-scroll-cue.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* More polished archive lead experience. Keep the dealer's frontend brand
 * color as the accent, while the form surface itself stays neutral. */
.gcr-srp-help-modal {
    background: rgba(15, 23, 42, .68) !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.gcr-srp-help-modal .lead-form-popup {
    width: min(680px, 100%) !important;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid rgba(17, 24, 39, .09);
    border-radius: max(10px, var(--gcr-container-radius, 8px)) !important;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .28) !important;
}

.gcr-srp-help-modal .lead-form-popup::before {
    content: "";
    display: block;
    height: 4px;
    background: var(--gcr-primary-color);
}

.gcr-srp-help-modal__hero {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 24px 68px 20px 24px;
    background: linear-gradient(180deg, #fbfcfd 0%, #fff 100%);
    border-bottom: 1px solid #e8ebee;
}

.gcr-srp-help-modal__hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--gcr-primary-color);
    background: color-mix(in srgb, var(--gcr-primary-color) 8%, #fff);
    border: 1px solid color-mix(in srgb, var(--gcr-primary-color) 20%, #dfe3e7);
    border-radius: max(9px, var(--gcr-element-radius, 6px));
}

.gcr-srp-help-modal__hero-icon .gcr-ui-icon,
.gcr-srp-help-modal__hero-icon svg {
    width: 22px;
    height: 22px;
}

.gcr-srp-help-modal__hero-copy {
    min-width: 0;
}

.gcr-srp-help-modal__eyebrow {
    display: block;
    margin: 1px 0 5px;
    color: var(--gcr-primary-color);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.gcr-srp-help-modal__hero h2 {
    margin: 0 !important;
    color: #1f2933 !important;
    font-size: clamp(22px, 2.3vw, 28px) !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
    letter-spacing: -.02em;
}

.gcr-srp-help-modal__intro {
    margin: 8px 0 0 !important;
    padding: 0 !important;
    color: #68717c !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.gcr-srp-help-modal .lead-form-popup > .close {
    top: 17px !important;
    right: 17px !important;
    z-index: 10;
    width: 36px !important;
    height: 36px !important;
    color: #68717c !important;
    background: #f3f5f6 !important;
    border: 1px solid #e0e4e8 !important;
    border-radius: 50% !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-shadow: none !important;
    transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease !important;
}

.gcr-srp-help-modal .lead-form-popup > .close:hover,
.gcr-srp-help-modal .lead-form-popup > .close:focus {
    color: #252b33 !important;
    background: #e9ecef !important;
    border-color: #d3d8dd !important;
}

.gcr-srp-help-modal .lead-form-popup > .content {
    max-height: min(68vh, 650px);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
    scrollbar-color: #c3c8ce transparent;
}

.gcr-srp-help-modal .lead-form-popup > .content::-webkit-scrollbar {
    width: 5px;
}

.gcr-srp-help-modal .lead-form-popup > .content::-webkit-scrollbar-thumb {
    background: #c3c8ce;
    border-radius: 999px;
}

.gcr-srp-help-modal .lead-form-popup .form {
    padding: 22px 24px 24px !important;
}

.gcr-srp-help-modal .gform_wrapper,
.gcr-srp-help-modal .gform_wrapper form,
.gcr-srp-help-modal .gform_wrapper .gform_fields {
    margin-top: 0 !important;
}

.gcr-srp-help-modal .gform_wrapper .gfield {
    margin-bottom: 14px !important;
}

.gcr-srp-help-modal .gform_wrapper .gfield_label,
.gcr-srp-help-modal .gform_wrapper label {
    color: #343b44 !important;
    font-weight: 750 !important;
}

.gcr-srp-help-modal .gform_wrapper input[type="text"],
.gcr-srp-help-modal .gform_wrapper input[type="email"],
.gcr-srp-help-modal .gform_wrapper input[type="tel"],
.gcr-srp-help-modal .gform_wrapper input[type="number"],
.gcr-srp-help-modal .gform_wrapper input[type="url"],
.gcr-srp-help-modal .gform_wrapper select,
.gcr-srp-help-modal .gform_wrapper textarea {
    width: 100% !important;
    min-height: 44px;
    padding: 10px 12px !important;
    color: #252b33 !important;
    background: #f8f9fa !important;
    border: 1px solid #d9dee3 !important;
    border-radius: max(6px, var(--gcr-element-radius, 4px)) !important;
    box-shadow: none !important;
    transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease !important;
}

.gcr-srp-help-modal .gform_wrapper textarea {
    min-height: 108px;
    resize: vertical;
}

.gcr-srp-help-modal .gform_wrapper input[type="text"]:focus,
.gcr-srp-help-modal .gform_wrapper input[type="email"]:focus,
.gcr-srp-help-modal .gform_wrapper input[type="tel"]:focus,
.gcr-srp-help-modal .gform_wrapper input[type="number"]:focus,
.gcr-srp-help-modal .gform_wrapper input[type="url"]:focus,
.gcr-srp-help-modal .gform_wrapper select:focus,
.gcr-srp-help-modal .gform_wrapper textarea:focus {
    background: #fff !important;
    border-color: var(--gcr-primary-color) !important;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--gcr-primary-color) 12%, transparent) !important;
    outline: none !important;
}

.gcr-srp-help-modal .gform_wrapper .gform_footer,
.gcr-srp-help-modal .gform_wrapper .gform_page_footer {
    margin-top: 18px !important;
    padding-top: 16px !important;
    border-top: 1px solid #edf0f2;
}

.gcr-srp-help-modal .gform_wrapper .gform_footer input[type="submit"],
.gcr-srp-help-modal .gform_wrapper .gform_footer button[type="submit"],
.gcr-srp-help-modal .gform_wrapper .gform_page_footer input[type="submit"],
.gcr-srp-help-modal .gform_wrapper .gform_page_footer button[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    display: block !important;
    float: none !important;
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    color: var(--gcr-primary-text-color, #fff) !important;
    background: var(--gcr-primary-color) !important;
    background-image: none !important;
    border: 1px solid var(--gcr-primary-color) !important;
    border-radius: var(--gcr-button-radius, var(--gcr-element-radius, 4px)) !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    text-indent: 0 !important;
    text-transform: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

.gcr-srp-help-modal .gform_wrapper .gform_footer input[type="submit"]:hover,
.gcr-srp-help-modal .gform_wrapper .gform_footer button[type="submit"]:hover,
.gcr-srp-help-modal .gform_wrapper .gform_page_footer input[type="submit"]:hover,
.gcr-srp-help-modal .gform_wrapper .gform_page_footer button[type="submit"]:hover {
    color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color, #fff)) !important;
    background: var(--gcr-primary-hover-color) !important;
    border-color: var(--gcr-primary-hover-color) !important;
}

@media (max-width: 700px) {
    .gcr-srp-help-modal__hero {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 11px;
        padding: 19px 56px 17px 17px;
    }

    .gcr-srp-help-modal__hero-icon {
        width: 40px;
        height: 40px;
    }

    .gcr-srp-help-modal__hero h2 {
        font-size: 21px !important;
    }

    .gcr-srp-help-modal__intro {
        font-size: 13px !important;
    }

    .gcr-srp-help-modal .lead-form-popup > .close {
        top: 12px !important;
        right: 12px !important;
        width: 34px !important;
        height: 34px !important;
    }

    .gcr-srp-help-modal .lead-form-popup .form {
        padding: 17px !important;
    }
}

/* =========================================================
   2.0.490 — Location density, sticky-header geometry & mobile help
   ========================================================= */

/* The filter-rail fallback lead action is intentionally secondary. It should
 * read as helpful utility copy, not compete with inventory CTAs. */
.gcr-native-filter-lead-footer {
    padding: 9px 12px 11px !important;
    background: #fafbfb !important;
    border-top: 1px solid #e5e8eb !important;
}

.gcr-native-filter-lead-cta {
    min-height: 40px !important;
    padding: 8px 10px !important;
    color: #59616b !important;
    background: #fff !important;
    border: 1px solid #d5dae0 !important;
    border-radius: max(5px, var(--gcr-element-radius, 4px)) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.gcr-native-filter-lead-cta:hover,
.gcr-native-filter-lead-cta:focus,
.gcr-native-filter-lead-cta:active {
    color: var(--gcr-primary-hover-color) !important;
    background: #f7f8f9 !important;
    border-color: #bcc3ca !important;
}

/* The cue begins hidden in markup and is revealed only after JS confirms
 * there is additional content below. Keep it visually quieter than controls. */
.gcr-native-filter-scroll-cue {
    bottom: 57px !important;
    height: 38px !important;
    padding: 19px 10px 5px !important;
    color: #969da5 !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.82) 52%, #fff 88%) !important;
}

.gcr-native-filter-scroll-cue__arrow {
    color: #a2a8af !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

/* Mobile keeps the help path available outside the filter drawer, directly in
 * the results flow where it cannot compete with the drawer's View Vehicles. */
.gcr-native-mobile-help {
    display: none;
}

@media (max-width: 1299px) {
    .gcr-native-mobile-help {
        display: block;
        margin: 6px 0 15px;
        text-align: left;
    }

    .gcr-native-mobile-help__button {
        appearance: none !important;
        display: inline !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #6d7580 !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        font: inherit !important;
        font-size: 12px !important;
        font-weight: 650 !important;
        line-height: 1.4 !important;
        text-decoration: underline !important;
        text-decoration-color: #c8cdd2 !important;
        text-underline-offset: 3px;
        text-transform: none !important;
        cursor: pointer;
    }

    .gcr-native-mobile-help__button:hover,
    .gcr-native-mobile-help__button:focus {
        color: var(--gcr-primary-hover-color) !important;
        text-decoration-color: currentColor !important;
    }
}

/* =========================================================
   2.0.491 — Filter geometry, aligned controls & unified lead modals
   ========================================================= */

/* The scroll cue is an overlay, not reserved content. Keep only enough bottom
 * breathing room for the final accordion border; the fixed footer lives outside
 * the scrolling rail. */
.gcr-native-filters.job_filters.facets,
.gcr-native-filters.job_filters,
.gcr-native-filters.facets,
.gcr-native-filters.content-box {
    padding-bottom: 8px !important;
}

/* A hidden continuation cue should be completely absent so no dealer/theme
 * opacity or visibility rule can leave a ghost message behind. */
.gcr-native-filter-scroll-cue.is-hidden {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Keep every control above the result grid on the same 10px inner edge as the
 * cards themselves. The cards retain their margin so their shadows have room. */
.gcr-srp-primary > .gcr-native-search-bar,
.gcr-srp-primary .gcr-results-toolbar,
.gcr-srp-primary .gcr-native-applied-filters,
.gcr-srp-primary .gcr-native-mobile-help {
    box-sizing: border-box;
    width: calc(100% - 20px) !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.gcr-srp-primary > .gcr-native-search-bar {
    margin-bottom: 14px !important;
}

.gcr-srp-primary .gcr-native-applied-filters {
    margin-top: 2px !important;
    margin-bottom: 16px !important;
}

/* The measured viewport obstruction is authoritative. Leave a modest visual
 * gap beneath the real sticky header and an equal gap at the bottom. */
@media (min-width: 1300px) {
    .gcr-srp-page .gcr-srp-secondary {
        top: calc(var(--gcr-filter-sticky-top, 0px) + 12px) !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: calc(100vh - var(--gcr-filter-sticky-top, 0px) - 24px) !important;
    }

    .gcr-srp-page .gcr-srp-secondary .sidebar-main {
        height: auto !important;
        min-height: 0 !important;
        max-height: inherit !important;
    }

    .gcr-srp-page .gcr-native-filter-shell {
        height: auto !important;
        min-height: 0 !important;
        max-height: calc(100vh - var(--gcr-filter-sticky-top, 0px) - 24px) !important;
    }

    .gcr-srp-page .gcr-native-filter-scroll {
        flex: 0 1 auto !important;
        min-height: 0 !important;
    }
}

/* ---- Can't Find modal: smaller header + sticky submit ---- */
.gcr-srp-help-modal .lead-form-popup {
    display: flex !important;
    flex-direction: column;
    width: min(650px, 100%) !important;
    max-height: calc(100dvh - 64px);
    overflow: hidden !important;
}

.gcr-srp-help-modal__hero {
    flex: 0 0 auto;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 11px !important;
    padding: 17px 58px 15px 18px !important;
}

.gcr-srp-help-modal__hero-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: max(7px, var(--gcr-element-radius, 5px)) !important;
}

.gcr-srp-help-modal__hero-icon .gcr-ui-icon,
.gcr-srp-help-modal__hero-icon svg {
    width: 18px !important;
    height: 18px !important;
}

.gcr-srp-help-modal__hero h2 {
    font-size: clamp(19px, 1.8vw, 23px) !important;
    line-height: 1.18 !important;
}

.gcr-srp-help-modal__intro {
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.gcr-srp-help-modal .lead-form-popup > .content {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none !important;
    overflow-y: auto !important;
    overscroll-behavior-y: auto !important;
}

.gcr-srp-help-modal .lead-form-popup .form {
    padding: 18px 20px 0 !important;
}

.gcr-srp-help-modal .gform_wrapper .gform_footer,
.gcr-srp-help-modal .gform_wrapper .gform_page_footer {
    position: sticky !important;
    bottom: 0;
    z-index: 8;
    margin: 16px -20px 0 !important;
    padding: 12px 20px 16px !important;
    background: rgba(255, 255, 255, .98) !important;
    border-top: 1px solid #e5e8eb !important;
    box-shadow: 0 -8px 18px rgba(15, 23, 42, .055) !important;
}

/* ---- VDP Request / Test Drive / Trade-In modals: same frontend shell ---- */
.glc_listing-template-default .lead-form-overlay {
    background: rgba(15, 23, 42, .68) !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.glc_listing-template-default .lead-form-popup {
    width: min(680px, 100%) !important;
    max-height: calc(100dvh - 64px) !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid rgba(17, 24, 39, .09) !important;
    border-radius: max(10px, var(--gcr-container-radius, 8px)) !important;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .28) !important;
}

.glc_listing-template-default .lead-form-popup::before {
    content: "";
    display: block;
    flex: 0 0 4px;
    height: 4px;
    background: var(--gcr-primary-color);
}

.glc_listing-template-default .lead-form-popup > .header {
    flex: 0 0 auto;
    padding: 16px 60px 15px 20px !important;
    background: linear-gradient(180deg, #fbfcfd 0%, #fff 100%) !important;
    border-bottom: 1px solid #e8ebee !important;
    border-radius: 0 !important;
}

.glc_listing-template-default .lead-form-popup > .header p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 !important;
    color: #1f2933 !important;
    font-size: clamp(19px, 1.8vw, 22px) !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: -.01em;
}

.glc_listing-template-default .lead-form-popup > .header p .gcr-ui-icon,
.glc_listing-template-default .lead-form-popup > .header p svg {
    flex: 0 0 auto;
    width: 20px !important;
    height: 20px !important;
    color: var(--gcr-primary-color) !important;
}

.glc_listing-template-default .lead-form-popup > .close {
    top: 12px !important;
    right: 14px !important;
    z-index: 12;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    color: #68717c !important;
    background: #f3f5f6 !important;
    border: 1px solid #e0e4e8 !important;
    border-radius: 50% !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

.glc_listing-template-default .lead-form-popup > .close:hover,
.glc_listing-template-default .lead-form-popup > .close:focus {
    color: #252b33 !important;
    background: #e9ecef !important;
    border-color: #d3d8dd !important;
}

.glc_listing-template-default .lead-form-popup > .content {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto !important;
    overscroll-behavior-y: auto !important;
    scrollbar-width: thin;
    scrollbar-color: #c3c8ce transparent;
}

.glc_listing-template-default .lead-form-popup > .content::-webkit-scrollbar {
    width: 5px;
}

.glc_listing-template-default .lead-form-popup > .content::-webkit-scrollbar-thumb {
    background: #c3c8ce;
    border-radius: 999px;
}

.glc_listing-template-default .lead-form-popup .form {
    padding: 20px 22px 0 !important;
}

.glc_listing-template-default .lead-form-popup .gform_wrapper .gfield_label,
.glc_listing-template-default .lead-form-popup .gform_wrapper label {
    color: #343b44 !important;
    font-weight: 750 !important;
}

.glc_listing-template-default .lead-form-popup .gform_wrapper input[type="text"],
.glc_listing-template-default .lead-form-popup .gform_wrapper input[type="email"],
.glc_listing-template-default .lead-form-popup .gform_wrapper input[type="tel"],
.glc_listing-template-default .lead-form-popup .gform_wrapper input[type="number"],
.glc_listing-template-default .lead-form-popup .gform_wrapper input[type="url"],
.glc_listing-template-default .lead-form-popup .gform_wrapper select,
.glc_listing-template-default .lead-form-popup .gform_wrapper textarea {
    width: 100% !important;
    min-height: 44px;
    color: #252b33 !important;
    background: #f8f9fa !important;
    border: 1px solid #d9dee3 !important;
    border-radius: max(6px, var(--gcr-element-radius, 4px)) !important;
    box-shadow: none !important;
}

.glc_listing-template-default .lead-form-popup .gform_wrapper input[type="text"]:focus,
.glc_listing-template-default .lead-form-popup .gform_wrapper input[type="email"]:focus,
.glc_listing-template-default .lead-form-popup .gform_wrapper input[type="tel"]:focus,
.glc_listing-template-default .lead-form-popup .gform_wrapper input[type="number"]:focus,
.glc_listing-template-default .lead-form-popup .gform_wrapper input[type="url"]:focus,
.glc_listing-template-default .lead-form-popup .gform_wrapper select:focus,
.glc_listing-template-default .lead-form-popup .gform_wrapper textarea:focus {
    background: #fff !important;
    border-color: var(--gcr-primary-color) !important;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--gcr-primary-color) 12%, transparent) !important;
    outline: none !important;
}

.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_footer,
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_page_footer {
    margin: 16px -22px 0 !important;
    padding: 12px 22px 16px !important;
    background: rgba(255, 255, 255, .98) !important;
    border-top: 1px solid #e5e8eb !important;
    box-shadow: 0 -8px 18px rgba(15, 23, 42, .055) !important;
}

.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_footer input[type="submit"],
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_footer button[type="submit"],
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_page_footer input[type="submit"],
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_page_footer button[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    display: block !important;
    float: none !important;
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    color: var(--gcr-primary-text-color, #fff) !important;
    background: var(--gcr-primary-color) !important;
    background-image: none !important;
    border: 1px solid var(--gcr-primary-color) !important;
    border-radius: var(--gcr-button-radius, var(--gcr-element-radius, 4px)) !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    text-indent: 0 !important;
    text-transform: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_footer input[type="submit"]:hover,
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_footer button[type="submit"]:hover,
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_page_footer input[type="submit"]:hover,
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_page_footer button[type="submit"]:hover {
    color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color, #fff)) !important;
    background: var(--gcr-primary-hover-color) !important;
    border-color: var(--gcr-primary-hover-color) !important;
}

@media (max-width: 700px) {
    .gcr-srp-help-modal .lead-form-popup,
    .glc_listing-template-default .lead-form-popup {
        max-height: calc(100dvh - 24px) !important;
    }

    .gcr-srp-help-modal__hero {
        grid-template-columns: 34px minmax(0, 1fr) !important;
        padding: 14px 52px 13px 14px !important;
    }

    .gcr-srp-help-modal__hero-icon {
        width: 34px !important;
        height: 34px !important;
    }

    .gcr-srp-help-modal__hero h2 {
        font-size: 19px !important;
    }

    .gcr-srp-help-modal .lead-form-popup .form {
        padding: 15px 16px 0 !important;
    }

    .gcr-srp-help-modal .gform_wrapper .gform_footer,
    .gcr-srp-help-modal .gform_wrapper .gform_page_footer {
        margin-right: -16px !important;
        margin-left: -16px !important;
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .glc_listing-template-default .lead-form-popup > .header {
        padding: 14px 54px 13px 16px !important;
    }

    .glc_listing-template-default .lead-form-popup > .header p {
        font-size: 19px !important;
    }
}

/* =========================================================
   2.0.492 — End-of-inventory lead action + popup scroll affordance
   ========================================================= */

/* The fallback lead action belongs at the end of available inventory, where a
 * shopper has actually exhausted the current results. */
.gcr-inventory-help-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: 100%;
    margin: 28px 0 18px;
    padding: 22px 24px;
    background: #f6f7f8;
    border: 1px solid #d9dde2;
    border-radius: max(8px, var(--gcr-container-radius, 6px));
    box-shadow: 0 4px 16px rgba(15, 23, 42, .045);
}

.gcr-inventory-help-end__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.gcr-inventory-help-end__copy strong {
    color: #20262d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.gcr-inventory-help-end__copy span {
    color: #68717c;
    font-size: 13px;
    line-height: 1.4;
}

.gcr-inventory-help-end__button {
    appearance: none !important;
    flex: 0 0 auto;
    min-height: 44px;
    margin: 0 !important;
    padding: 10px 18px !important;
    color: var(--gcr-primary-text-color, #fff) !important;
    background: var(--gcr-primary-color) !important;
    border: 1px solid var(--gcr-primary-color) !important;
    border-radius: var(--gcr-button-radius, var(--gcr-element-radius, 4px)) !important;
    box-shadow: none !important;
    font: inherit !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    cursor: pointer;
}

.gcr-inventory-help-end__button:hover,
.gcr-inventory-help-end__button:focus {
    color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color, #fff)) !important;
    background: var(--gcr-primary-hover-color) !important;
    border-color: var(--gcr-primary-hover-color) !important;
}

/* The helper line is intentionally compact so the desktop modal header remains
 * one clean line beneath its title. Mobile may wrap naturally when necessary. */
.gcr-srp-help-modal__hero {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 14px 54px 13px 16px !important;
}

.gcr-srp-help-modal__hero-icon {
    width: 34px !important;
    height: 34px !important;
}

.gcr-srp-help-modal__hero h2 {
    font-size: clamp(18px, 1.5vw, 20px) !important;
    line-height: 1.16 !important;
}

.gcr-srp-help-modal__intro {
    margin-top: 3px !important;
    color: #747c86 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    white-space: nowrap;
}

/* Sticky Submit remains visible. The fade exists only while additional form
 * content is below the current scroll position; gcr.js toggles the class. */
.gcr-srp-help-modal .lead-form-popup .gform_wrapper .gform_footer,
.gcr-srp-help-modal .lead-form-popup .gform_wrapper .gform_page_footer,
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_footer,
.glc_listing-template-default .lead-form-popup .gform_wrapper .gform_page_footer {
    position: sticky !important;
    bottom: 0;
    overflow: visible !important;
    box-shadow: none !important;
}

.gcr-srp-help-modal .lead-form-popup.gcr-lead-scroll-more .gform_wrapper .gform_footer::before,
.gcr-srp-help-modal .lead-form-popup.gcr-lead-scroll-more .gform_wrapper .gform_page_footer::before,
.glc_listing-template-default .lead-form-popup.gcr-lead-scroll-more .gform_wrapper .gform_footer::before,
.glc_listing-template-default .lead-form-popup.gcr-lead-scroll-more .gform_wrapper .gform_page_footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -28px;
    height: 28px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.96));
}

@media (max-width: 700px) {
    .gcr-srp-help-modal__intro {
        white-space: normal;
        font-size: 10.5px !important;
    }

    .gcr-inventory-help-end {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
        margin: 22px 0 16px;
        padding: 18px;
    }

    .gcr-inventory-help-end__copy strong {
        font-size: 17px;
    }

    .gcr-inventory-help-end__button {
        width: 100%;
    }
}


/* =========================================================
   2.0.499 — Responsive filter state-class repair
   ========================================================= */

/* Header-only responsive controls are dormant on the permanent desktop rail. */
.gcr-native-filter-shell__title-responsive,
.gcr-native-filter-shell__head-actions,
.gcr-native-filter-view-results--head {
    display: none;
}

/* Desktop: one permanent 360px filter rail. The responsive system does not
 * participate above this breakpoint. */
@media (min-width: 1300px) {
    .gcr-srp-page .gcr-srp-layout {
        grid-template-columns: 360px minmax(0, 1fr) !important;
        column-gap: 28px !important;
        align-items: start !important;
    }

    .gcr-srp-page .gcr-srp-secondary {
        display: block !important;
        position: sticky !important;
        top: calc(var(--gcr-filter-sticky-top, 0px) + 12px) !important;
        width: 360px !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: calc(100vh - var(--gcr-filter-sticky-top, 0px) - 24px) !important;
        margin: 0 !important;
        align-self: start !important;
    }

    .gcr-srp-page .gcr-srp-secondary .sidebar-main,
    .gcr-srp-page .gcr-native-filter-shell {
        height: auto !important;
        min-height: 0 !important;
        max-height: inherit !important;
    }

    .gcr-srp-page .gcr-native-filter-shell {
        position: relative !important;
        top: auto !important;
    }

    .gcr-native-search-row {
        position: relative;
        display: block;
        padding: 0;
        background: transparent;
    }

    .gcr-native-search-row .gcr-native-filter-open {
        display: none !important;
    }
}

/* Responsive: Search + Filter are one discovery row and the permanent rail is
 * removed from layout. JavaScript fixes this row below the measured site-header
 * stack when it crosses that edge, avoiding theme overflow/sticky conflicts. */
@media (max-width: 1299px) {
    .gcr-srp-page .gcr-srp-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        column-gap: 0 !important;
    }

    .gcr-srp-page .gcr-srp-secondary {
        display: none !important;
        position: static !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
    }

    .gcr-srp-page .gcr-srp-primary {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 100% !important;
    }

    .gcr-native-search-row {
        position: relative !important;
        z-index: 20;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
        box-sizing: border-box;
        width: calc(100% - 20px);
        margin: 0 10px 10px;
        padding: 8px;
        background: rgba(255,255,255,.98);
        border: 1px solid #e1e5e8;
        border-radius: max(7px, var(--gcr-element-radius, 4px));
        box-shadow: 0 5px 18px rgba(15,23,42,.08);
    }

    .gcr-native-search-row.is-fixed {
        position: fixed !important;
        margin: 0 !important;
        z-index: 20 !important;
    }

    .gcr-native-search-row-spacer {
        display: block;
        width: 100%;
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .gcr-native-search-row--filter-only {
        grid-template-columns: auto;
        justify-content: end;
    }

    .gcr-native-search-row .gcr-native-search-bar {
        min-width: 0;
        margin: 0 !important;
    }

    .gcr-native-search-row .gcr-native-filter-open {
        appearance: none !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-width: 104px;
        min-height: 48px;
        margin: 0 !important;
        padding: 8px 12px !important;
        color: var(--gcr-primary-color) !important;
        background: #fff !important;
        border: 1px solid color-mix(in srgb, var(--gcr-primary-color) 34%, #d9dde1) !important;
        border-radius: var(--gcr-element-radius, 4px) !important;
        box-shadow: none !important;
        font: inherit !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap;
        cursor: pointer;
    }

    .gcr-native-search-row .gcr-native-filter-open:hover,
    .gcr-native-search-row .gcr-native-filter-open:focus {
        color: var(--gcr-primary-hover-color) !important;
        border-color: var(--gcr-primary-hover-color) !important;
        background: color-mix(in srgb, var(--gcr-primary-color) 4%, #fff) !important;
    }

    .gcr-native-filter-open__icon {
        display: inline-flex;
    }

    .gcr-native-filter-open__icon .gcr-ui-icon,
    .gcr-native-filter-open__icon svg {
        width: 16px;
        height: 16px;
    }

    .gcr-native-filter-open__count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 19px;
        height: 19px;
        padding: 0 5px;
        color: var(--gcr-primary-text-color, #fff);
        background: var(--gcr-primary-color);
        border-radius: 999px;
        font-size: 10px;
        font-weight: 800;
    }

    html.gcr-native-filter-active,
    body.gcr-native-filter-active {
        overflow: hidden !important;
        overscroll-behavior: none !important;
    }

    /* The existing filter sidebar is mounted under <body> as one intact node while
     * open. The shell, scroll area and inputs stay together, so theme/grid stacking
     * contexts cannot clip the dialog and delegated filter handlers stay intact. */
    body.gcr-native-filter-active #secondary.gcr-srp-secondary--fullscreen,
    body.gcr-native-filter-active .gcr-srp-secondary--fullscreen {
        position: fixed !important;
        inset: 0 !important;
        z-index: 2147483000 !important;
        display: block !important;
        box-sizing: border-box !important;
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #fff !important;
        border: 0 !important;
        transform: none !important;
        contain: none !important;
        pointer-events: auto !important;
    }

    body.gcr-native-filter-active .gcr-srp-secondary--fullscreen .sidebar-main {
        position: static !important;
        display: block !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-shell {
        position: static !important;
        display: flex !important;
        flex-direction: column !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #252b33 !important;
        background: #fff !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-shell__head {
        position: relative !important;
        z-index: 2 !important;
        flex: 0 0 auto !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 12px !important;
        box-sizing: border-box !important;
        width: 100% !important;
        min-height: 64px !important;
        margin: 0 !important;
        padding: max(10px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) 10px max(14px, env(safe-area-inset-left)) !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #fff !important;
        border-bottom: 1px solid #e1e5e8 !important;
        box-shadow: 0 4px 14px rgba(15,23,42,.06) !important;
        pointer-events: auto !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-shell__title-desktop {
        display: none !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-shell__title-responsive {
        display: inline !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-shell__title {
        min-width: 0 !important;
        margin: 0 !important;
        color: #252b33 !important;
        font-size: 18px !important;
        font-weight: 850 !important;
        line-height: 1.1 !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-shell__head-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
        min-width: 0 !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-view-results--head {
        appearance: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-height: 38px !important;
        margin: 0 !important;
        padding: 8px 12px !important;
        color: var(--gcr-primary-text-color, #fff) !important;
        background: var(--gcr-primary-color) !important;
        border: 1px solid var(--gcr-primary-color) !important;
        border-radius: var(--gcr-element-radius, 4px) !important;
        box-shadow: none !important;
        font: inherit !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        cursor: pointer !important;
        pointer-events: auto !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-view-results--head:hover,
    body.gcr-native-filter-active .gcr-native-filter-view-results--head:focus {
        color: var(--gcr-primary-hover-text-color, var(--gcr-primary-text-color, #fff)) !important;
        background: var(--gcr-primary-hover-color) !important;
        border-color: var(--gcr-primary-hover-color) !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-close {
        appearance: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 38px !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #505963 !important;
        background: #f3f5f6 !important;
        border: 1px solid #dfe4e8 !important;
        border-radius: 50% !important;
        box-shadow: none !important;
        font: 400 25px/1 Arial, sans-serif !important;
        cursor: pointer !important;
        pointer-events: auto !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-scroll {
        position: relative !important;
        flex: 1 1 auto !important;
        box-sizing: border-box !important;
        width: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        visibility: visible !important;
        opacity: 1 !important;
        color: #252b33 !important;
        background: #fff !important;
        pointer-events: auto !important;
    }

    body.gcr-native-filter-active .gcr-native-filters.job_filters.facets,
    body.gcr-native-filter-active .gcr-native-filters.job_filters,
    body.gcr-native-filter-active .gcr-native-filters.facets,
    body.gcr-native-filter-active .gcr-native-filters.content-box {
        display: block !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 820px !important;
        margin: 0 auto !important;
        padding: 8px max(16px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)) !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #252b33 !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
        pointer-events: auto !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-card,
    body.gcr-native-filter-active .gcr-native-filter-heading,
    body.gcr-native-filter-active .gcr-native-filter-toggle,
    body.gcr-native-filter-active .gcr-native-filter-content,
    body.gcr-native-filter-active .gcr-native-facet-option {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    /* The scroll cue is a desktop-rail affordance only. Full-screen responsive
     * filters scroll naturally and reserve no space for the message. */
    .gcr-native-filter-scroll-cue,
    body.gcr-native-filter-active .gcr-native-filter-scroll-cue,
    body.gcr-native-filter-active .gcr-native-filter-mobile-footer,
    body.gcr-native-filter-active .gcr-native-filter-desktop-help {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .gcr-native-search-row {
        width: calc(100% - 12px);
        margin-right: 6px;
        margin-left: 6px;
        gap: 7px;
        padding: 6px;
    }

    .gcr-native-search-row .gcr-native-filter-open {
        min-width: 88px;
        min-height: 46px;
        padding-right: 9px !important;
        padding-left: 9px !important;
    }
}

@media (max-width: 420px) {
    body.gcr-native-filter-active .gcr-native-filter-shell__head {
        gap: 8px !important;
        padding-right: 11px !important;
        padding-left: 11px !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-shell__title {
        font-size: 16px !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-shell__head-actions {
        gap: 6px !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-view-results--head {
        min-height: 36px !important;
        padding: 7px 9px !important;
        font-size: 11px !important;
    }

    body.gcr-native-filter-active .gcr-native-filter-close {
        flex-basis: 36px !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
    }
}

/* The browser owns rail/page wheel handoff. Nothing in the rail should trap
 * upward or downward scrolling at a boundary. */
.gcr-native-filter-scroll { overscroll-behavior-y: auto !important; }

/* Promotions exists only when the dealer actually has promotional inventory.
 * When present, distinguish the category with a quiet icon/surface—not a
 * sale-specific red/yellow treatment. */
.gcr-native-filters.job_filters.facets .gcr-native-filter-card.gcr-native-filter-card--promotions {
    margin: 6px -4px !important;
    padding: 0 4px !important;
    background: #fafafa !important;
    border: 1px solid #d8dde2 !important;
    border-radius: max(5px, var(--gcr-element-radius, 4px)) !important;
}
.gcr-native-filter-toggle__context-icon {
    display: inline-flex;
    flex: 0 0 auto;
    color: #6f7780;
}
.gcr-native-filter-toggle__context-icon .gcr-ui-icon,
.gcr-native-filter-toggle__context-icon svg { width: 15px; height: 15px; }
.gcr-native-filter-card--promotions.has-selection { border-color: #c7cdd3 !important; background: #f7f8f9 !important; }
.gcr-native-filter-card--promotions.has-selection .gcr-native-filter-toggle__promotions-icon { color: var(--gcr-primary-color); }

/* The redundant location caption under Results Found is intentionally retired;
 * selected locations already appear in Applied Filters. */
.gcr-results-toolbar__location-context { display: none !important; }

/* =========================================================
   2.0.494 — Responsive continuity, mobile sort bounds & desktop filter help
   ========================================================= */

/* The flyout breakpoint changes only filtering controls. It does not force a
 * card view. List/grid keeps the shopper's current preference until the
 * established smaller card-responsive rules take over naturally. */

/* Restore a quiet desktop-only assistance utility at the bottom of the
 * permanent filter rail. The more prominent version still lives at the end of
 * available inventory. */
.gcr-native-filter-desktop-help {
    display: none;
}

@media (min-width: 1300px) {
    .gcr-native-filter-desktop-help {
        display: block;
        flex: 0 0 auto;
        padding: 8px 10px 10px;
        background: #fff;
        border-top: 1px solid #eceff1;
    }

    .gcr-native-filter-desktop-help__button {
        appearance: none !important;
        display: grid !important;
        grid-template-columns: 18px minmax(0, 1fr) 14px;
        align-items: center;
        gap: 8px;
        width: 100%;
        min-height: 44px;
        margin: 0 !important;
        padding: 8px 10px !important;
        color: #4f5964 !important;
        background: #fafbfb !important;
        border: 1px solid #dde2e6 !important;
        border-radius: max(5px, var(--gcr-element-radius, 4px)) !important;
        box-shadow: none !important;
        font: inherit !important;
        text-align: left;
        cursor: pointer;
    }

    .gcr-native-filter-desktop-help__button:hover,
    .gcr-native-filter-desktop-help__button:focus {
        color: #303841 !important;
        background: #f5f7f8 !important;
        border-color: #c7ced4 !important;
    }

    .gcr-native-filter-desktop-help__icon,
    .gcr-native-filter-desktop-help__arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #7b858f;
    }

    .gcr-native-filter-desktop-help__icon .gcr-ui-icon,
    .gcr-native-filter-desktop-help__icon svg {
        width: 15px;
        height: 15px;
    }

    .gcr-native-filter-desktop-help__copy {
        display: grid;
        gap: 1px;
        min-width: 0;
    }

    .gcr-native-filter-desktop-help__copy strong {
        overflow: hidden;
        color: inherit;
        font-size: 11px;
        font-weight: 750;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gcr-native-filter-desktop-help__copy small {
        color: #8a929a;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.15;
    }

    .gcr-native-filter-desktop-help__arrow {
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
    }
}

/* Mobile/tablet sort controls must use the same 10px inner edge as the card
 * list. Override older high-specificity auto-width rules so the select cannot
 * protrude past either side of the listing cards. */
@media (max-width: 700px) {
    .gcr-srp-primary .archive-job_listing-filter-title.gcr-results-toolbar {
        box-sizing: border-box !important;
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        overflow: hidden;
    }

    .gcr-srp-primary .gcr-results-toolbar__actions {
        display: block !important;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .gcr-srp-primary .archive-job_listing-filter-title.gcr-results-toolbar .search-sort.gcr-results-toolbar__sort {
        display: flex !important;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        flex: 1 1 auto !important;
    }

    .gcr-srp-primary .archive-job_listing-filter-title.gcr-results-toolbar .search-sort .gcr-native-sort-wrap {
        display: block !important;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        flex: 1 1 auto !important;
    }

    .gcr-srp-primary .archive-job_listing-filter-title.gcr-results-toolbar .search-sort .gcr-native-sort {
        box-sizing: border-box !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }
}


@media (min-width: 1300px) {
/* Desktop continuation cue sits in normal rail flow immediately above the
 * assistance CTA. It appears only while JS confirms more filters remain below. */
.gcr-native-filter-scroll-cue {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    display: flex;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    min-height: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 7px 10px 6px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #68717b !important;
    background: linear-gradient(to bottom, rgba(255,255,255,.72), #fff) !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: 10.5px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    letter-spacing: .005em !important;
    text-align: center !important;
    transition: color .16s ease, background-color .16s ease !important;
}

.gcr-native-filter-scroll-cue:hover {
    color: #2f3944 !important;
    background: #f6f8fa !important;
}

.gcr-native-filter-scroll-cue:focus-visible {
    outline: 2px solid #006cde !important;
    outline-offset: -2px !important;
}

.gcr-native-filter-scroll-cue.is-at-bottom .gcr-native-filter-scroll-cue__arrow {
    transform: rotate(180deg) !important;
}

.gcr-native-filter-scroll-cue__arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 14px !important;
    height: 14px !important;
    color: #737c86 !important;
    line-height: 1 !important;
    transform: none !important;
}

.gcr-native-filter-scroll-cue__arrow .gcr-ui-icon,
.gcr-native-filter-scroll-cue__arrow svg {
    display: block !important;
    width: 13px !important;
    height: 13px !important;
    margin: 0 !important;
}

}

/* =========================================================
   2.0.574 — Inventory slider / search spacing
   ========================================================= */

/* Keep the optional inventory-page slideshow visually separate from the
 * search/filter controls that follow it. Use outer spacing rather than
 * padding inside Slick so slide geometry and arrow positioning stay intact. */
.gcr-srp-primary > .listings-slider-gallery {
    margin-bottom: 28px !important;
}

@media (max-width: 1099px) {
    .gcr-srp-primary > .listings-slider-gallery {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 600px) {
    .gcr-srp-primary > .listings-slider-gallery {
        margin-bottom: 16px !important;
    }
}

/* 2.0.598: Gravity Forms / jQuery UI datepicker must sit above GCR VDP lead modals. */
body.gcr-modal-open #ui-datepicker-div {
    z-index: 2147483646 !important;
}



/* =========================================================
   2.0.604 — Frontend Inventory Clear Filters
   ========================================================= */
.gcr-results-toolbar__actions .gcr-native-clear-filters {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 6px 11px !important;
    color: #5f6670 !important;
    background: #fff !important;
    border: 1px solid #d9dee3 !important;
    border-radius: var(--gcr-element-radius, 4px) !important;
    box-shadow: none !important;
    font-family: var(--gcr-button-font-family, inherit) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 750 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

.gcr-results-toolbar__actions .gcr-native-clear-filters:hover,
.gcr-results-toolbar__actions .gcr-native-clear-filters:focus,
.gcr-results-toolbar__actions .gcr-native-clear-filters:active {
    color: var(--gcr-primary-hover-color) !important;
    background: color-mix(in srgb, var(--gcr-primary-color) 3%, #fff) !important;
    border-color: color-mix(in srgb, var(--gcr-primary-color) 42%, #d9dee3) !important;
    box-shadow: none !important;
}

.gcr-results-toolbar__actions .gcr-native-clear-filters:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--gcr-primary-color) 34%, transparent) !important;
    outline-offset: 2px !important;
}

@media (max-width: 700px) {
    .gcr-srp-primary .gcr-results-toolbar__actions .gcr-native-clear-filters {
        display: flex !important;
        width: fit-content !important;
        max-width: 100% !important;
        margin: 0 0 8px auto !important;
    }
}


/* =========================================================
   2.0.617 — Dealer-controlled GCR frontend button text transform
   ========================================================= */
.gcr-inventory-page button:not(.gcr-native-filter-close):not(.gcr-finance-disclosure-popover__close):not(.slick-arrow),
.gcr-inventory-page input[type="submit"],
.gcr-inventory-page input[type="button"],
.gcr-inventory-page a[class*="cta"],
.gcr-inventory-page a[class*="button"],
.gcr-vdp button:not(.gcr-finance-disclosure-popover__close):not(.slick-arrow),
.gcr-vdp input[type="submit"],
.gcr-vdp input[type="button"],
.gcr-vdp a[class*="cta"],
.gcr-vdp a[class*="button"],
.gcr-finance-disclosure-popover__apply,
.dealer-carousel-container .listing-card-cta,
.gcr-inventory-display .listing-card-cta,
.gcr-srp-help-modal .gform_wrapper input[type="submit"],
.gcr-srp-help-modal .gform_wrapper button[type="submit"],
.glc_listing-template-default .lead-form-popup .gform_wrapper input[type="submit"],
.glc_listing-template-default .lead-form-popup .gform_wrapper button[type="submit"],
.gcr-inventory-help-end__button {
    text-transform: var(--gcr-button-text-transform, uppercase) !important;
}
