/**
 * Nelb WCMP — Breadcrumb (fascia 1.1 del restyling).
 * Chiara: link muted, corrente scuro bold. Scura (Nolopoint): corrente blu chiaro.
 */

.nelb-crumb {
	font-family: 'Gudea', 'Helvetica Neue', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	min-width: 0;
}
.nelb-crumb a {
	color: #9A9A9A;
	text-decoration: none;
	transition: color .15s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 220px;
}
.nelb-crumb a:hover { color: #FE3F12; }
.nelb-crumb .sep { color: #C2C2C2; user-select: none; }
.nelb-crumb .is-current {
	color: #212121;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60vw;
}

/* Variante scura (hero Nolopoint): voce corrente in blu chiaro */
.nelb-crumb-surface-dark .nelb-crumb a { color: #8C8C8C; }
.nelb-crumb-surface-dark .nelb-crumb a:hover { color: #CACACA; }
.nelb-crumb-surface-dark .nelb-crumb .sep { color: #3A3A3A; }
.nelb-crumb-surface-dark .nelb-crumb .is-current { color: #6BC0EC; }
