/* ============================================================
   CEA Theme – Widget Breadcrumb (Elementor)
   ============================================================ */

.cea-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

.cea-breadcrumb__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 2px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #595959;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 2px solid #595959;
}

.cea-breadcrumb__item:hover { opacity: .7; text-decoration: none; }

.cea-breadcrumb__item--current {
	border-bottom: none;
	cursor: default;
	opacity: 1;
}

.cea-breadcrumb__item--static {
	border-bottom: none;
	cursor: default;
}

.cea-breadcrumb__item--static:hover { opacity: 1; }

.cea-breadcrumb__sep {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 44px;
	color: #595959;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.cea-breadcrumb__item { height: 36px; font-size: 13px; }
	.cea-breadcrumb__sep { height: 36px; width: 20px; }
}
