.breadcrumb {
  padding: 0.5em 0;
  font-size: 0.625em;
  line-height: 1.25;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .bc_list {
  list-style: none;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  white-space: nowrap;
  word-break: keep-all;
  overflow-x: auto;
}
.breadcrumb .bc_list > li:not(:first-child)::before {
  content: "";
  display: inline-block;
  margin: -0.1em 0.5em auto;
  width: 0.4em;
  height: 0.4em;
  border-style: solid;
  border-width: thin thin 0 0;
  vertical-align: middle;
  rotate: 45deg;
}
.breadcrumb .home,
.breadcrumb .current {
  font-weight: normal;
  font-style: normal;
}
/*# sourceMappingURL=megacom--breadcrumb.css.map */