.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: var(--space-3) 0;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
}

.breadcrumb__separator {
  margin: 0 var(--space-1);
}

.breadcrumb__link {
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-body);
  color: rgb(var(--color-main-blue));
  text-decoration: underline;
}

.breadcrumb__current {
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-button);
  color: rgb(var(--color-grey));
}
