/* ============================================================
   Breadcrumbs Widget
   ============================================================ */

.cb-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.cb-item {
	text-decoration: none;
	transition: color 0.3s ease;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.cb-separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.cb-separator i,
.cb-separator svg {
	display: block;
	line-height: 1;
}
