.cms-seo-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0 0 1.25rem;
	color: currentColor;
	opacity: 0.82;
}
.cms-seo-breadcrumbs a {
	color: inherit;
	text-decoration: none;
	font-weight: 700;
}
.cms-seo-breadcrumbs a:hover {
	text-decoration: underline;
}
.cms-seo-breadcrumbs span[aria-hidden="true"] {
	opacity: 0.55;
}
