/* [breadcrumbs] shortcode (functions/site/breadcrumbs.php). Spacing around the nav is set per template. */
.breadcrumb {
	font-size: var(--text-s);
	flex-wrap: wrap;
	gap: 0.7rem;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb a:is(:hover, :focus-visible) {
	text-decoration: underline;
}
