/*
 * Stile per lo shortcode [fcv_categorie_breadcrumb]: solo spaziatura tra i
 * segmenti, il resto (colore, dimensione testo) eredita dal tema.
 */

.fcv-categorie-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.fcv-categorie-breadcrumb a {
	text-decoration: none;
}

.fcv-categorie-breadcrumb a:hover {
	text-decoration: underline;
}

.fcv-categorie-breadcrumb-separator {
	opacity: 0.5;
}
