.cmpt_breadcrumb {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.cmpt_breadcrumb_item {
  white-space: nowrap;
}
.cmpt_breadcrumb_item__icon {
  margin-right: 1em;
}
.cmpt_breadcrumb_item__text {
  font-weight: 400;
  font-size: 0.875em;
}
.cmpt_breadcrumb_item__text--link {
  color: var(--pg-color-main);
  text-decoration: underline;
}
.cmpt_breadcrumb_item__text--link:hover {
  color: var(--pg-color-main);
}
.cmpt_breadcrumb_item__text--active {
  color: var(--pg-color-paragraph);
}
.cmpt_breadcrumb_item + .cmpt_breadcrumb_item::before {
  content: "\f0da";
  display: inline-block;
  color: hsl(0deg, 0%, 11%);
  font-family: var(--pg-font-family-awesome);
  font-weight: 900;
  opacity: 0.6;
  font-size: 0.625em;
  margin: 0 1.2em;
}