/**
 * Widget « Fil d'Ariane » — L'Africaine Elementor Addons
 * Préfixe : .laf-crumbs
 */

.laf-crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.4;
}

.laf-crumbs__item {
	color: #999;
	text-decoration: none;
	transition: color 0.18s ease;
}

.laf-crumbs__item:hover {
	color: #384a30;
}

.laf-crumbs__sep {
	color: #ccc;
	user-select: none;
}

.laf-crumbs__current {
	color: #000000;
	font-weight: 700;
}
