/* Breadcrumb Widget */
.cb-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333333;
	line-height: 1.5;
}

.cb-breadcrumb a {
	color: #333333;
	text-decoration: none;
	transition: color 0.2s ease;
}

.cb-breadcrumb a:hover {
	color: #000000;
}

.cb-separator {
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	margin-right: 8px;
	color: #333333;
}

.cb-separator svg {
	width: 10px;
	height: 10px;
	display: block;
}

.cb-current {
	color: #333333;
}
