.ceb-breadcrumb {
	font-size: 14px;
	line-height: 1.6;
	color: #666666;
}

.ceb-breadcrumb a {
	color: #666666;
	text-decoration: none;
	transition: color 0.15s ease-in-out;
}

.ceb-breadcrumb a:hover {
	color: #000000;
	text-decoration: underline;
}

.ceb-breadcrumb .ceb-current {
	color: #000000;
	font-weight: 500;
}

.ceb-breadcrumb .ceb-sep {
	margin: 0 6px;
	color: #999999;
	display: inline-block;
}
