.angie-breadcrumbs-c71151fb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 10px; /* Overridden by control */
}

.angie-breadcrumbs-c71151fb li {
	display: flex;
	align-items: center;
	gap: inherit;
}

.angie-breadcrumbs-c71151fb a {
	text-decoration: none;
	transition: color 0.3s ease;
}

.angie-breadcrumbs-c71151fb .bc-separator {
	display: flex;
	align-items: center;
	justify-content: center;
}

.angie-breadcrumbs-c71151fb .bc-separator svg {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

/* Default state: hide current item */
.bc-current-wrapper {
    display: none !important;
}

/* Show current item when prefix class is applied */
.bc-show-current-yes .bc-current-wrapper {
    display: flex !important;
}
