ol.breadcrumbs {
	display: flex;
	gap: 1rem;
	list-style: none;
	padding: 0;
}

ol.breadcrumbs ::marker {
	content: " / ";
}
