.breadcrumb ol{display:flex;flex-flow:row wrap;gap:0 var(--space-sm);line-height:1.6;list-style:none;margin:var(--space-xl) 0}.breadcrumb .align-center ol{justify-content:center}.breadcrumb .align-right ol{justify-content:end}.breadcrumb li{align-items:center;display:flex;gap:var(--space-sm)}.breadcrumb li:not(:first-child):before{aspect-ratio:1/1;background-color:var(--color-black);content:"";flex-shrink:0;width:.6em}.breadcrumb a{text-decoration:none}.breadcrumb a:focus,.breadcrumb a:hover{text-decoration:underline}.breadcrumb a[aria-current]{font-weight:700;pointer-events:none;text-decoration:none}