.searchcrumbs-lite {
	font-size: 14px;
	color: #555;
	margin-top:1em;
}
.searchcrumbs-lite a {
	color: #666;
	text-decoration: underline;
	text-underline-offset: 1.5px;
	text-decoration-thickness: 1px;
	white-space: normal;
}
.searchcrumbs-lite .crumbs-lite {
	gap: 0.6em;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.searchcrumbs-lite .crumbs-lite li {
	display: flex;
	align-items: baseline;
}
.searchcrumbs-lite .crumbs-lite li + li::before {
	content: "›";
	margin: 0 0.6em 0 0;
	color: #999;
}
.searchcrumbs-lite.accent .crumbs-lite li + li::before {
	color: #CC4900;
}
.searchcrumbs-lite .crumb2:hover {
	text-decoration: none;
	color: #000;
}