.breadcrumb-container {
  display: flex;
  padding: 1rem 0.5rem 0.5rem 16px !important;
  margin-bottom: 0;
  font-size: small;
}
.breadcrumb-container a,
.breadcrumb-container h1 {
  color: #0050f0 !important;
  font-weight: normal !important;
  /* font-family: Ekachon-Regular; */
}
.breadcrumb-container a:nth-child(n + 1),
.breadcrumb-container h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb-container a::before {
  content: " \00a0>\00a0 ";
  float: right;
}
.breadcrumb-container a:last-of-type {
  flex-shrink: 30;
  min-width: 30px;
}
.breadcrumb-container a:first-child {
  flex-shrink: 0.5;
  flex-grow: 0;
}
.breadcrumb-container h1 {
  flex-shrink: 1;
  flex-grow: 2;
  flex-basis: auto;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  max-width: max-content;
}
