
.Breadcrumbs {
.item {
&:after {
			color: #ccc;
			content: "/\00a0";
			padding: 0 4px 0 6px;
			text-align: center;
}
--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity)) /* #2563eb */;
&.current {
--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity)) /* #000 */;
&:after {
				display: none;
}
}
}
}
