.breadcrumb-component {
  background-color: var(--color-surface-surface-hover);
}
.breadcrumb-component ol {
  margin-bottom: 0;
  padding: var(--space-md) 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-wrap: unset;
}
.breadcrumb-component .breadcrumb-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.breadcrumb-component li a,
.breadcrumb-component li.breadcrumb-item {
  font-size: var(--typography-font-size-link2-sm);
  line-height: var(--typography-line-height-link2-sm);
  text-decoration: none;
  font-weight: var(--font-weight-bold);
  color: var(--color-foreground-foreground-default);
}
.breadcrumb-component.text-color-white li a {
  color: var(--color-surface-surface-default);
}
.breadcrumb-component.text-color-white li.breadcrumb-item:before,
.breadcrumb-component.text-color-white li.active,
.breadcrumb-component li.active,
.breadcrumb-component li.breadcrumb-item:before {
  color: var(--color-foreground-foreground-disabled);
}
