.rm-breadcrumb {
  min-width: 0;
}

.rm-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rm-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  font-family: var(--ds-font-display, "Inter", sans-serif);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
}

.rm-breadcrumb__sep {
  margin: 0 0.45rem;
  color: #9aa5a0;
  font-weight: 500;
}

.rm-breadcrumb__link {
  color: var(--rm-teal-deep, #007f8b);
  text-decoration: none;
  transition: color 160ms ease;
}

.rm-breadcrumb__link:hover {
  color: #006670;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.rm-breadcrumb__current {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #5b6b63;
  font-weight: 500;
}
