.ed-core-featured-vehicles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ed-core-vehicle-card,
.ed-core-incentive-notice,
.ed-core-find-placeholder,
.ed-core-notice {
	padding: 20px;
	border: 1px solid #dce5ea;
	border-radius: 8px;
	background: #ffffff;
	color: #172033;
}

.ed-core-eyebrow {
	margin: 0 0 8px;
	color: #0f9faf;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ed-core-vehicle-card h3,
.ed-core-incentive-notice h3,
.ed-core-find-placeholder h3 {
	margin: 0 0 10px;
	font-size: 1.3rem;
	line-height: 1.2;
}

.ed-core-vehicle-card p,
.ed-core-incentive-notice p,
.ed-core-find-placeholder p {
	margin: 0 0 14px;
	color: #627086;
}

.ed-core-vehicle-stats {
	display: grid;
	gap: 9px;
	margin: 16px 0;
}

.ed-core-vehicle-stats div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 9px;
	border-bottom: 1px solid #dce5ea;
}

.ed-core-vehicle-stats dt {
	color: #627086;
}

.ed-core-vehicle-stats dd {
	margin: 0;
	font-weight: 800;
	text-align: right;
}

.ed-core-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0;
}

.ed-core-tag-row span {
	display: inline-flex;
	padding: 6px 9px;
	border-radius: 999px;
	background: #e7f8ec;
	color: #116326;
	font-size: 0.82rem;
	font-weight: 800;
}

.ed-core-card-note {
	padding: 12px;
	border-radius: 8px;
	background: #f7f9fb;
	font-size: 0.9rem;
}

.ed-core-incentive-notice ul,
.ed-core-find-placeholder ul {
	display: grid;
	gap: 10px;
	margin: 16px 0;
	padding-left: 20px;
}

.ed-core-incentive-notice li span {
	display: block;
	color: #627086;
}

.ed-core-flow-block {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #dce5ea;
}

.ed-core-flow-block h4 {
	margin: 0 0 10px;
	color: #172033;
	font-size: 1rem;
}

.ed-core-driver-prompt {
	font-weight: 700;
}

.ed-core-driver-grid,
.ed-core-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ed-core-driver-grid span,
.ed-core-chip-row span {
	display: inline-flex;
	padding: 8px 10px;
	border: 1px solid #dce5ea;
	border-radius: 999px;
	background: #f7f9fb;
	color: #172033;
	font-size: 0.9rem;
	font-weight: 750;
}

.ed-core-driver-grid span {
	border-color: #bfeccb;
	background: #e7f8ec;
	color: #116326;
}

.ed-core-data-status,
.ed-core-normalized-table {
	padding: 20px;
	border: 1px solid #dce5ea;
	border-radius: 8px;
	background: #ffffff;
	color: #172033;
}

.ed-core-data-status h3,
.ed-core-normalized-table h3 {
	margin: 0 0 14px;
	font-size: 1.3rem;
	line-height: 1.2;
}

.ed-core-table-wrap {
	overflow-x: auto;
	margin-top: 14px;
	border: 1px solid #dce5ea;
	border-radius: 8px;
}

.ed-core-table-wrap table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	background: #ffffff;
}

.ed-core-table-wrap th,
.ed-core-table-wrap td {
	padding: 12px;
	border-bottom: 1px solid #dce5ea;
	text-align: left;
	vertical-align: top;
}

.ed-core-table-wrap th {
	background: #f7f9fb;
	color: #172033;
	font-size: 0.84rem;
	text-transform: uppercase;
}

.ed-core-card-actions {
	margin: 14px 0 0;
}

.ed-core-card-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 12px;
	border-radius: 8px;
	background: #10233f;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 860px) {
	.ed-core-featured-vehicles {
		grid-template-columns: 1fr;
	}

	.ed-core-vehicle-stats div {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.ed-core-vehicle-stats dd {
		text-align: left;
	}
}

.ed-find {
	--ed-core-navy: #10233f;
	--ed-core-navy-2: #17344f;
	--ed-core-green: #48d66f;
	--ed-core-teal: #0e9fb0;
	--ed-core-ink: #162033;
	--ed-core-muted: #617084;
	--ed-core-soft: #f4f7f9;
	--ed-core-line: #dce5ea;
	--ed-core-white: #ffffff;
	overflow: hidden;
	border-radius: 8px;
	background: var(--ed-core-soft);
	color: var(--ed-core-ink);
}

.ed-find-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
	gap: 28px;
	align-items: center;
	padding: 44px;
	background: var(--ed-core-navy);
	color: var(--ed-core-white);
}

.ed-find-hero h2 {
	max-width: 780px;
	margin: 0;
	color: var(--ed-core-white);
	font-size: clamp(2.1rem, 5vw, 4.2rem);
	line-height: 1.02;
}

.ed-find-hero p {
	max-width: 760px;
	margin: 16px 0 0;
	color: #dce8ee;
	font-size: 1.08rem;
}

.ed-find-hero-card {
	display: grid;
	gap: 8px;
	padding: 20px;
	border: 1px solid rgba(72, 214, 111, 0.32);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
}

.ed-find-hero-card strong {
	color: var(--ed-core-green);
	font-size: 1.25rem;
}

.ed-find-hero-card span {
	color: #dce8ee;
}

.ed-find-noscript,
.ed-find-disclaimer {
	margin: 0;
	padding: 14px 16px;
	border: 1px solid #f0d8a8;
	border-radius: 8px;
	background: #fff8e8;
	color: #5f4310;
	font-weight: 700;
}

.ed-find-shell {
	padding: 28px;
}

.ed-find-progress {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.ed-find-progress li {
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid var(--ed-core-line);
	border-radius: 8px;
	background: var(--ed-core-white);
	color: var(--ed-core-muted);
	font-size: 0.9rem;
	font-weight: 800;
	text-align: center;
}

.ed-find-progress li::before {
	content: "";
	display: block;
	width: 22px;
	height: 4px;
	margin: 0 auto 6px;
	border-radius: 999px;
	background: var(--ed-core-line);
}

.ed-find-progress li.is-active {
	border-color: var(--ed-core-teal);
	color: var(--ed-core-ink);
	box-shadow: 0 10px 24px rgba(16, 35, 63, 0.1);
}

.ed-find-progress li.is-active::before,
.ed-find-progress li.is-complete::before {
	background: var(--ed-core-green);
}

.ed-find-form,
.ed-find-results {
	padding: 26px;
	border: 1px solid var(--ed-core-line);
	border-radius: 8px;
	background: var(--ed-core-white);
	box-shadow: 0 18px 42px rgba(16, 35, 63, 0.08);
}

.ed-find-step-kicker {
	margin: 0 0 8px;
	color: var(--ed-core-teal);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ed-find-step h3,
.ed-find-results h3 {
	margin: 0 0 18px;
	color: var(--ed-core-ink);
	font-size: 1.75rem;
	line-height: 1.18;
}

.ed-find-two {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 20px;
}

.ed-find-field {
	display: grid;
	gap: 8px;
	font-weight: 800;
}

.ed-find-field input,
.ed-find-field select {
	width: 100%;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid var(--ed-core-line);
	border-radius: 8px;
	background: var(--ed-core-white);
	color: var(--ed-core-ink);
	font: inherit;
}

.ed-find-fieldset {
	margin: 20px 0 0;
	padding: 0;
	border: 0;
}

.ed-find-fieldset legend {
	margin-bottom: 10px;
	color: var(--ed-core-ink);
	font-size: 1rem;
	font-weight: 850;
}

.ed-find-choice-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.ed-find-choice-grid-wide {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ed-find-choice,
.ed-find-bubble {
	position: relative;
	display: grid;
	gap: 6px;
	min-height: 72px;
	padding: 14px;
	border: 1px solid var(--ed-core-line);
	border-radius: 8px;
	background: var(--ed-core-white);
	color: var(--ed-core-ink);
	cursor: pointer;
	font-weight: 800;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.ed-find-choice:hover,
.ed-find-bubble:hover {
	border-color: var(--ed-core-teal);
	box-shadow: 0 10px 24px rgba(16, 35, 63, 0.08);
	transform: translateY(-1px);
}

.ed-find-choice input,
.ed-find-bubble input {
	position: absolute;
	inset: 12px auto auto 12px;
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--ed-core-green);
}

.ed-find-choice span,
.ed-find-bubble span {
	display: block;
	padding-left: 28px;
}

.ed-find-choice input:checked + span,
.ed-find-bubble.is-selected span {
	color: #0a4b21;
}

.ed-find-choice:has(input:checked),
.ed-find-bubble.is-selected {
	border-color: var(--ed-core-green);
	background: #e7f8ec;
	box-shadow: inset 0 0 0 1px rgba(72, 214, 111, 0.42);
}

.ed-find-bubble-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.ed-find-bubble {
	min-height: 128px;
}

.ed-find-bubble small {
	display: block;
	padding-left: 28px;
	color: var(--ed-core-muted);
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.35;
}

.ed-find-bubble.is-selected::after {
	content: "Selected";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	margin-left: 28px;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--ed-core-navy);
	color: var(--ed-core-white);
	font-size: 0.72rem;
	font-weight: 850;
}

.ed-find-help {
	margin: -6px 0 14px;
	color: var(--ed-core-muted);
}

.ed-find-message {
	min-height: 24px;
	margin: 0 0 10px;
	color: #0a4b21;
	font-weight: 850;
}

.ed-find-primary {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--ed-core-line);
}

.ed-find-primary-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ed-find-choice-compact {
	min-height: 52px;
	padding: 13px 14px;
}

.ed-find-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--ed-core-line);
}

.ed-find-button,
.ed-match-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	font: inherit;
	font-weight: 850;
	text-decoration: none;
}

.ed-find-button-primary,
.ed-match-button-primary {
	background: var(--ed-core-green);
	color: #082417;
}

.ed-find-button-secondary,
.ed-match-button-secondary {
	border-color: var(--ed-core-line);
	background: var(--ed-core-white);
	color: var(--ed-core-navy);
}

.ed-find-results-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.ed-find-result-list {
	display: grid;
	gap: 16px;
	margin-top: 18px;
}

.ed-match-card {
	padding: 20px;
	border: 1px solid var(--ed-core-line);
	border-radius: 8px;
	background: var(--ed-core-white);
	box-shadow: 0 10px 30px rgba(16, 35, 63, 0.07);
}

.ed-match-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.ed-match-card h4 {
	margin: 0;
	color: var(--ed-core-ink);
	font-size: 1.3rem;
	line-height: 1.2;
}

.ed-match-meta {
	margin: 6px 0 0;
	color: var(--ed-core-muted);
	font-weight: 700;
}

.ed-match-score {
	display: grid;
	place-items: center;
	min-width: 92px;
	padding: 10px;
	border-radius: 8px;
	background: var(--ed-core-navy);
	color: var(--ed-core-white);
}

.ed-match-score strong {
	color: var(--ed-core-green);
	font-size: 1.8rem;
	line-height: 1;
}

.ed-match-score span {
	font-size: 0.75rem;
	font-weight: 850;
	text-transform: uppercase;
}

.ed-match-score-bar {
	overflow: hidden;
	height: 10px;
	margin: 16px 0;
	border-radius: 999px;
	background: var(--ed-core-line);
}

.ed-match-score-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--ed-core-teal), var(--ed-core-green));
}

.ed-match-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 16px;
}

.ed-match-stats div {
	padding: 12px;
	border: 1px solid var(--ed-core-line);
	border-radius: 8px;
	background: var(--ed-core-soft);
}

.ed-match-stats dt {
	color: var(--ed-core-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.ed-match-stats dd {
	margin: 4px 0 0;
	color: var(--ed-core-ink);
	font-weight: 850;
}

.ed-match-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.ed-match-badges span {
	display: inline-flex;
	padding: 6px 9px;
	border-radius: 999px;
	background: #e7f8ec;
	color: #116326;
	font-size: 0.82rem;
	font-weight: 850;
}

.ed-match-reasons {
	display: grid;
	gap: 8px;
	margin: 0 0 14px;
	padding-left: 20px;
}

.ed-match-reasons li {
	color: var(--ed-core-ink);
}

.ed-match-watch {
	margin: 0 0 14px;
	padding: 12px;
	border-left: 4px solid #d73737;
	border-radius: 8px;
	background: #fff4f4;
	color: #6b1f1f;
	font-weight: 750;
}

.ed-match-notes {
	display: grid;
	gap: 8px;
	margin-top: 14px;
	color: var(--ed-core-muted);
	font-size: 0.94rem;
}

.ed-match-notes p {
	margin: 0;
}

.ed-match-disclaimer {
	padding: 12px;
	border-radius: 8px;
	background: #fff8e8;
	color: #5f4310;
	font-weight: 750;
}

.ed-match-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

@media (max-width: 980px) {
	.ed-find-hero,
	.ed-find-two,
	.ed-match-stats {
		grid-template-columns: 1fr;
	}

	.ed-find-choice-grid,
	.ed-find-choice-grid-wide,
	.ed-find-bubble-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ed-find-hero {
		padding: 28px 20px;
	}

	.ed-find-shell,
	.ed-find-form,
	.ed-find-results {
		padding: 18px;
	}

	.ed-find-progress {
		grid-template-columns: 1fr;
	}

	.ed-find-choice-grid,
	.ed-find-choice-grid-wide,
	.ed-find-bubble-grid {
		grid-template-columns: 1fr;
	}

	.ed-match-card-head,
	.ed-find-results-head {
		flex-direction: column;
	}

	.ed-match-score {
		width: 100%;
	}
}
