.breadcrumb {
  list-style: none;
  flex-wrap: nowrap;
  padding: var(--Spacing-05) 0;
  display: inline-flex;
  align-items: flex-start;
  column-gap: var(--Spacing-03);
  overflow: auto;
  max-width: 100%;
}
.breadcrumb--item {
  display: inline-flex;
  align-items: flex-start;
  gap: var(--Spacing-03);
}
.breadcrumb--item:after {
  color: var(--Color-Text-Medium-Emphasis);
  content: "|";
}
.breadcrumb--item:last-of-type:after {
  display: none;
}
.breadcrumb--item__link, .breadcrumb--item__no-link {
  color: var(--Color-Text-Medium-Emphasis);
  font-size: var(--Font-Size-XS);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.14px;
  text-wrap: nowrap;
}
.breadcrumb--item__link {
  display: block;
  color: var(--Color-Text);
  text-decoration: none;
}
.breadcrumb--item__link:hover, .breadcrumb--item__link:focus {
  color: var(--Color-Text-Hover);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*# sourceMappingURL=breadcrumb.css.map */
