/* app/components/breadcrumbs_component/index.module.css */
.base-8cee6cfe {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--desktop);
  width: 98%;
  font-size: 14px;
}
@media (max-width: 767px) {
  .base-8cee6cfe {
    width: 100%;
  }
}
.base-8cee6cfe ol {
  list-style: none;
  overflow: hidden;
  padding: 0 8px 2px;
  margin: 4px 0;
  font-size: 13px;
  border-bottom: 1px solid var(--gray4);
  color: var(--gray6);
}
@media (min-width: 426px) {
  .base-8cee6cfe ol {
    margin: 15px 0;
  }
}
.base-8cee6cfe li {
  display: inline-block;
  margin: 2px 0;
}
.base-8cee6cfe li::after {
  display: inline-block;
  content: "";
  height: 16px;
  width: 16px;
  background: url(/images/breadcrumbs_separator.svg) no-repeat center center;
  vertical-align: middle;
  margin: 0 0.6em;
}
.base-8cee6cfe li:first-child::after {
  margin: 0;
}
.base-8cee6cfe li:first-child::after,
.base-8cee6cfe li:last-child::after {
  background: none;
}
.base-8cee6cfe li a {
  color: var(--gray8);
  text-decoration: underline;
}
.base-8cee6cfe i {
  --icon-size: 1.2em;
  margin: 0;
}
/*# sourceMappingURL=index.module.css.map */