.auto-breadcrumb-278101b5 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	/* Typography will now be applied from the widget settings or globals */
}

/* RTL Support - ensure the list flows correctly */
html[dir="rtl"] .auto-breadcrumb-278101b5 {
	flex-direction: row;
}

.auto-breadcrumb-278101b5 a {
	text-decoration: none;
	transition: color 0.3s ease;
}

.auto-breadcrumb-278101b5 .ab-separator {
	margin: 0 4px;
	opacity: 0.7;
}

.auto-breadcrumb-278101b5 .ab-item.current {
	font-weight: 600;
	/* Opacity removed so active color can shine through properly */
}