/* Breadcrumbs for Elementor - minimal structural CSS.
   All colors/typography are injected by Elementor's own Style controls
   (scoped per widget instance), so this file stays tiny and generic
   on purpose to avoid any impact on page load speed. */

.bfe-breadcrumbs {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.bfe-breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bfe-breadcrumbs .bfe-item {
	display: inline-flex;
	align-items: center;
}

.bfe-breadcrumbs .bfe-item a {
	text-decoration: none;
}

.bfe-breadcrumbs .bfe-item a:hover {
	text-decoration: underline;
}

.bfe-breadcrumbs .bfe-separator {
	display: inline-flex;
	align-items: center;
	user-select: none;
}
