/* [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;
}
/* Links carry .hover-fade (reusable.css: fading underline, 2px offset); the underline follows the text colour
   instead of --base, since Sondra's breadcrumbs are --primary (site-specific/sondra/sondra-templates.css) */
.breadcrumb a.hover-fade:is(:hover, :focus-visible) {
	text-decoration-color: currentColor !important;
}
