/* ==========================================================================
   Hyundai Smart Search — Breadcrumb Styles v1.0
   [hss_breadcrumb]: Landing page > Year > Model, built from the FWPVFM
   cookie. Deliberately minimal — this is meant to sit quietly above a
   video's title, not compete with it.
   ========================================================================== */

.hss-breadcrumb {
	font-family: 'Hyundai – Body', sans-serif !important;
	font-size: 14px !important;
	margin: 0 0 12px;
}

.hss-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hss-breadcrumb li {
	display: flex;
	align-items: center;
}

.hss-breadcrumb a {
	color: #6c757d;
	text-decoration: none;
	transition: color 0.15s;
	font-size:14px !important;
}

.hss-breadcrumb a:hover {
	color: #00AAD2;
	text-decoration: underline;
}

/* Last crumb reads as the "current" context even though it's still a real
   link (see class-hss-breadcrumb.php's note on why) — a touch darker and
   heavier so it doesn't look identical to the trail leading up to it. */
.hss-breadcrumb li:last-child a {
	color: #002C5F;
	font-weight: 600;
	font-size: 14px !important;
}

.hss-breadcrumb-sep {
	color: #c4c9d1;
	user-select: none;
}
