<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumb {
  --chevron-size: 0.8em;
  position: absolute;
  top: var(--gutter2-);
}
.breadcrumb &gt; ul {
  display: flex;
  list-style-type: none;
  gap: calc(var(--gap) * 2);
}
.breadcrumb &gt; ul &gt; li {
  position: relative;
}
.breadcrumb &gt; ul &gt; li &gt; a {
  text-decoration: underline;
}
.breadcrumb &gt; ul &gt; li:not(:last-child)::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0.45em;
  right: calc(var(--gap) * -2 / 1.3);
  background-image: url(../images/symbols/arrow-right.svg);
  background-size: var(--chevron-size) var(--chevron-size);
  width: var(--chevron-size);
  height: var(--chevron-size);
}
.breadcrumb &gt; ul &gt; svg {
  width: 0.5em;
}
/*# sourceMappingURL=../sourcemaps/components/breadcrumb.css.map */</pre></body></html>