.ym-breadcrumb-bar {
  background: #fff;
  border-bottom: 1px solid rgba(11, 99, 206, 0.16);
}
.breadcrumb-container{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
}
.ym-breadcrumb-icon{
    width:1.2rem;
}
.ym-breadcrumb {
  padding: 0.55rem 0;
  font-size: 0.95rem;
  color: #8f8f8f;
}

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

.ym-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.ym-breadcrumb__item + .ym-breadcrumb__item::before {
  content: ">";
  color: #b8b8b8;
  margin: 0 0.35rem;
}

.ym-breadcrumb a {
  color: #666;
  text-decoration: none;
  max-width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ym-breadcrumb a:hover {
  text-decoration: underline;
}

.ym-breadcrumb__current {
  color: #666;
  max-width: 16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Keep it subtle on very small screens. */
@media (max-width: 360px) {
  .ym-breadcrumb {
    font-size: 0.9rem;
  }
}
