.automotive-wrap {
	width: min(1440px, calc(100% - (2 * var(--dcd-page-inset, 16px))));
	margin-inline: auto;
	padding-bottom: var(--dcd-space-12, 40px);
	color: var(--dcd-text, #1f2129);
}

.automotive-breadcrumbs {
	display: flex;
	align-items: center;
	gap: var(--dcd-space-4, 8px);
	min-height: 60px;
	border-bottom: 1px solid var(--dcd-border, #e6e8f2);
	color: var(--dcd-text-muted, #979aa8);
	font-size: 14px;
}

.automotive-breadcrumbs a {
	color: var(--dcd-text-secondary, #606370);
	text-decoration: none;
}

.automotive-breadcrumbs a:hover,
.automotive-breadcrumbs a:focus-visible {
	color: var(--dcd-orange-hover-text, #b04400);
}

.automotive-breadcrumbs [aria-current="page"] {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--dcd-text, #1f2129);
}

.automotive-page-head,
.automotive-entity__head {
	padding: var(--dcd-space-12, 40px);
	background: var(--dcd-surface, #fff);
	border: 1px solid var(--dcd-border, #e6e8f2);
	border-radius: var(--dcd-radius-md, 4px);
}

.automotive-page-head {
	margin: var(--dcd-space-9, 24px) 0;
	background:
		linear-gradient(110deg, rgba(255, 204, 50, 0.18), transparent 44%),
		var(--dcd-surface, #fff);
}

.automotive-page-head h1,
.automotive-entity__head h1 {
	margin: 0;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.automotive-page-head > p:last-child,
.automotive-entity__lead {
	max-width: 820px;
	margin: var(--dcd-space-7, 16px) 0 0;
	font-size: 17px;
	line-height: 1.7;
	color: var(--dcd-text-secondary, #606370);
}

.automotive-eyebrow,
.automotive-card__type {
	margin: 0 0 var(--dcd-space-4, 8px);
	color: var(--dcd-orange-hover-text, #b04400);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.automotive-index-nav {
	display: flex;
	flex-wrap: wrap;
	gap: var(--dcd-space-4, 8px);
	margin-bottom: var(--dcd-space-9, 24px);
}

.automotive-index-nav a {
	padding: 8px 12px;
	border: 1px solid var(--dcd-border, #e6e8f2);
	border-radius: var(--dcd-radius-sm, 2px);
	background: var(--dcd-surface, #fff);
	color: var(--dcd-text-secondary, #606370);
	font-size: 14px;
	text-decoration: none;
}

.automotive-index-nav a:hover,
.automotive-index-nav a:focus-visible,
.automotive-index-nav a[aria-current="page"] {
	border-color: var(--dcd-yellow, #ffcc32);
	background: var(--dcd-hover-tint, rgba(255, 204, 50, 0.12));
	color: var(--dcd-text, #1f2129);
}

.automotive-card-grid,
.automotive-hub-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--dcd-space-7, 16px);
}

.automotive-card,
.automotive-hub-card,
.automotive-panel,
.automotive-empty {
	background: var(--dcd-surface, #fff);
	border: 1px solid var(--dcd-border, #e6e8f2);
	border-radius: var(--dcd-radius-md, 4px);
}

.automotive-card,
.automotive-hub-card {
	display: flex;
	flex-direction: column;
	min-height: 230px;
	padding: var(--dcd-space-9, 24px);
}

.automotive-card:hover,
.automotive-hub-card:hover {
	border-color: var(--dcd-border-strong, #c9cbd6);
	box-shadow: 0 8px 24px rgba(31, 33, 41, 0.06);
}

.automotive-card h2,
.automotive-hub-card h2 {
	margin: 0 0 var(--dcd-space-4, 8px);
	font-size: 20px;
	line-height: 1.35;
}

.automotive-card h2 a,
.automotive-hub-card h2 a {
	color: var(--dcd-text, #1f2129);
	text-decoration: none;
}

.automotive-card h2 a:hover,
.automotive-hub-card h2 a:hover {
	color: var(--dcd-orange-hover-text, #b04400);
}

.automotive-card > p:not(.automotive-card__type):not(.automotive-card__meta),
.automotive-hub-card > p:not(.automotive-card__type) {
	color: var(--dcd-text-secondary, #606370);
	line-height: 1.65;
}

.automotive-card__meta,
.automotive-card__action {
	margin-top: auto;
}

.automotive-card__action {
	font-weight: 600;
	text-decoration: none;
}

.automotive-single-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: var(--dcd-content-gutter, 16px);
	align-items: start;
	margin-top: var(--dcd-space-9, 24px);
}

.automotive-single-grid.has-no-rail {
	grid-template-columns: minmax(0, 960px);
	justify-content: center;
}

.automotive-entity {
	min-width: 0;
}

.automotive-panel {
	margin-top: var(--dcd-space-7, 16px);
	padding: var(--dcd-space-9, 24px);
}

.automotive-panel > h2 {
	margin: 0 0 var(--dcd-space-7, 16px);
	font-size: 22px;
}

.automotive-panel > h3 {
	margin: var(--dcd-space-7, 16px) 0 var(--dcd-space-4, 8px);
	font-size: 16px;
}

.automotive-entity__image {
	margin: var(--dcd-space-7, 16px) 0 0;
	overflow: hidden;
	border-radius: var(--dcd-radius-md, 4px);
}

.automotive-entity__image img {
	display: block;
	width: 100%;
	height: auto;
}

.automotive-review-notice {
	margin: var(--dcd-space-7, 16px) 0 0;
	padding: var(--dcd-space-6, 12px);
	border-left: 3px solid var(--dcd-red, #b02425);
	background: rgba(176, 36, 37, 0.07);
}

.automotive-field-list {
	margin: 0;
}

.automotive-field {
	display: grid;
	grid-template-columns: minmax(150px, 28%) minmax(0, 1fr);
	gap: var(--dcd-space-7, 16px);
	padding: var(--dcd-space-6, 12px) 0;
	border-top: 1px solid var(--dcd-border, #e6e8f2);
}

.automotive-field:first-child {
	border-top: 0;
}

.automotive-field dt {
	font-weight: 600;
	color: var(--dcd-text-secondary, #606370);
}

.automotive-field dd {
	min-width: 0;
	margin: 0;
	line-height: 1.65;
}

.automotive-field dd p:first-child,
.automotive-field dd ul:first-child {
	margin-top: 0;
}

.automotive-field dd p:last-child,
.automotive-field dd ul:last-child {
	margin-bottom: 0;
}

.automotive-trust ul,
.automotive-index-links {
	margin-bottom: 0;
	padding-left: 20px;
}

.automotive-rail-cards {
	display: grid;
	gap: 10px;
}

.automotive-rail-cards .automotive-card {
	min-height: 0;
	padding: 12px 0 0;
	border: 0;
	border-top: 1px solid var(--dcd-border, #e6e8f2);
}

.automotive-rail-cards .automotive-card:first-child {
	padding-top: 0;
	border-top: 0;
}

.automotive-rail-cards .automotive-card h2 {
	font-size: 15px;
}

.automotive-rail-cards .automotive-card > p:not(.automotive-card__type):not(.automotive-card__meta),
.automotive-rail-cards .automotive-card__meta {
	display: none;
}

.automotive-empty {
	padding: clamp(28px, 5vw, 64px);
	text-align: center;
}

.automotive-empty h2 {
	margin-top: 0;
}

.automotive-directory {
	margin: 24px 0 30px;
	padding: clamp(18px, 2.5vw, 28px);
	border: 1px solid var(--dcd-line, #e5e7eb);
	border-radius: var(--dcd-radius-lg, 16px);
	background: var(--dcd-surface, #fff);
}

.automotive-directory-head h2,
.automotive-directory-section h3 {
	margin: 4px 0 8px;
}

.automotive-directory-head > p:last-child,
.automotive-directory-empty {
	color: var(--dcd-muted, #667085);
}

.automotive-directory-section {
	padding-top: 22px;
	scroll-margin-top: 92px;
}

.automotive-directory-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 12px;
}

.automotive-directory-card {
	display: flex;
	min-width: 0;
	min-height: 104px;
	flex-direction: column;
	gap: 5px;
	padding: 15px;
	border: 1px solid var(--dcd-line, #e5e7eb);
	border-radius: var(--dcd-radius-md, 12px);
	background: var(--dcd-surface-soft, #f8fafc);
	color: inherit;
	text-decoration: none;
}

.automotive-directory-card:hover,
.automotive-directory-card:focus-visible,
.automotive-directory-card.is-current {
	border-color: var(--dcd-primary, #f04438);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--dcd-primary, #f04438) 14%, transparent);
}

.automotive-directory-card span,
.automotive-directory-card small {
	color: var(--dcd-muted, #667085);
}

.automotive-directory-card small {
	margin-top: auto;
}

.automotive-curated-links {
	margin: 22px 0;
}

.automotive-facet-form {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 12px;
	margin: 20px 0 4px;
}

.automotive-facet-form label {
	display: grid;
	min-width: min(210px, 100%);
	gap: 6px;
	font-weight: 600;
}

.automotive-assistant__form {
	display: grid;
	gap: 12px;
}

.automotive-assistant__form textarea {
	width: 100%;
	min-height: 150px;
	padding: 12px;
	border: 1px solid var(--dcd-border);
	border-radius: var(--dcd-radius, 4px);
	background: var(--dcd-surface);
	color: var(--dcd-text);
	font: inherit;
	resize: vertical;
}

.automotive-assistant__result {
	margin-top: 20px;
}

.automotive-facet-form select {
	min-height: 42px;
	padding: 8px 34px 8px 10px;
	border: 1px solid var(--dcd-line, #d0d5dd);
	border-radius: var(--dcd-radius-sm, 8px);
	background: var(--dcd-surface, #fff);
}

.automotive-button,
.automotive-search__form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: var(--dcd-radius-md, 4px);
	background: var(--dcd-yellow, #ffcc32);
	color: var(--dcd-text, #1f2129);
	font-weight: 600;
	text-decoration: none;
}

.automotive-button:hover,
.automotive-search__form button:hover {
	background: var(--dcd-orange, #e65800);
	color: #fff;
}

.automotive-pagination {
	margin-top: var(--dcd-space-9, 24px);
}

.automotive-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: var(--dcd-space-4, 8px);
	padding: 0;
	list-style: none;
}

.automotive-pagination a,
.automotive-pagination span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid var(--dcd-border, #e6e8f2);
	text-decoration: none;
}

.automotive-pagination .current {
	border-color: var(--dcd-yellow, #ffcc32);
	background: var(--dcd-yellow, #ffcc32);
}

.automotive-search__form {
	margin-bottom: var(--dcd-space-7, 16px);
	padding: var(--dcd-space-9, 24px);
	background: var(--dcd-surface, #fff);
	border: 1px solid var(--dcd-border, #e6e8f2);
}

.automotive-search__form > label {
	display: block;
	margin-bottom: var(--dcd-space-4, 8px);
	font-weight: 600;
}

.automotive-search__controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px auto;
	gap: var(--dcd-space-4, 8px);
}

.automotive-search__controls input,
.automotive-search__controls select {
	width: 100%;
	min-height: 44px;
}

.automotive-search__status {
	min-height: 24px;
	margin: 0 0 var(--dcd-space-6, 12px);
	color: var(--dcd-text-secondary, #606370);
}

.automotive-search__layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: var(--dcd-space-7, 16px);
	align-items: start;
}

.automotive-search__layout:has(.automotive-search__facets[hidden]) {
	grid-template-columns: minmax(0, 1fr);
}

.automotive-search__facets {
	padding: var(--dcd-space-7, 16px);
	background: var(--dcd-surface, #fff);
	border: 1px solid var(--dcd-border, #e6e8f2);
}

.automotive-search__facets h2 {
	margin: 0 0 var(--dcd-space-6, 12px);
	font-size: 16px;
}

.automotive-facet-group + .automotive-facet-group {
	margin-top: var(--dcd-space-7, 16px);
}

.automotive-facet-group h3 {
	margin: 0 0 var(--dcd-space-4, 8px);
	font-size: 14px;
}

.automotive-facet-list {
	display: grid;
	gap: 4px;
}

.automotive-facet-list button {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	padding: 6px 8px;
	border: 1px solid transparent;
	background: transparent;
	color: var(--dcd-text-secondary, #606370);
	text-align: left;
}

.automotive-facet-list button:hover,
.automotive-facet-list button[aria-pressed="true"] {
	border-color: var(--dcd-yellow, #ffcc32);
	background: var(--dcd-hover-tint, rgba(255, 204, 50, 0.12));
}

.automotive-search__results {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--dcd-space-7, 16px);
}

.automotive-search__results > .automotive-empty {
	grid-column: 1 / -1;
}

.automotive-account-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: var(--dcd-space-7, 16px);
	padding: 12px 16px;
	background: var(--dcd-surface, #fff);
	border: 1px solid var(--dcd-border, #e6e8f2);
}

.automotive-account-nav a,
.automotive-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid var(--dcd-yellow, #ffcc32);
	background: var(--dcd-yellow, #ffcc32);
	color: var(--dcd-text, #1d2029);
	font: inherit;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.automotive-account-nav a {
	min-height: 36px;
	background: transparent;
	border-color: transparent;
}

.automotive-button--quiet {
	background: transparent;
}

.automotive-account-card {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 12px;
	padding: 20px;
	background: var(--dcd-surface, #fff);
	border: 1px solid var(--dcd-border, #e6e8f2);
}

.automotive-account-card h2,
.automotive-account-card p {
	margin-top: 0;
}

.automotive-account-form {
	margin-top: 16px;
	padding: 24px;
	background: var(--dcd-surface, #fff);
	border: 1px solid var(--dcd-border, #e6e8f2);
}

.automotive-account-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 16px;
}

.automotive-account-form label {
	display: grid;
	gap: 6px;
	font-weight: 600;
}

.automotive-account-form label.is-wide {
	grid-column: 1 / -1;
}

.automotive-account-form input,
.automotive-account-form select,
.automotive-account-form textarea {
	width: 100%;
	min-height: 42px;
	padding: 8px 10px;
	border: 1px solid var(--dcd-border, #e6e8f2);
	font: inherit;
}

.automotive-inline-action {
	display: inline-flex;
	margin: 0;
}

.automotive-link-button {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--dcd-link, #2457d6);
	font: inherit;
	cursor: pointer;
}

.automotive-item-actions__row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.automotive-account-notice {
	padding: 12px 16px;
	border-left: 4px solid var(--dcd-yellow, #ffcc32);
	background: var(--dcd-hover-tint, rgba(255, 204, 50, 0.12));
}

.automotive-form-help {
	color: var(--dcd-text-secondary, #606370);
	font-size: 14px;
}

@media (max-width: 1100px) {
	.automotive-card-grid,
	.automotive-hub-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.automotive-single-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.automotive-single-grid .dcd-rail {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.automotive-wrap {
		width: calc(100% - 24px);
	}

	.automotive-page-head,
	.automotive-entity__head,
	.automotive-panel,
	.automotive-search__form {
		padding: 20px;
	}

	.automotive-page-head h1,
	.automotive-entity__head h1 {
		font-size: 30px;
	}

	.automotive-card-grid,
	.automotive-hub-grid,
	.automotive-search__results,
	.automotive-search__layout,
	.automotive-search__controls,
	.automotive-account-form__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.automotive-account-form label.is-wide {
		grid-column: auto;
	}

	.automotive-account-card {
		flex-direction: column;
	}

	.automotive-card,
	.automotive-hub-card {
		min-height: 0;
	}

	.automotive-field {
		grid-template-columns: minmax(0, 1fr);
		gap: 4px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.automotive-card,
	.automotive-hub-card {
		transition: none;
	}
}
