.subheader-breadcrumbs {
  /* margin: 0 0 32px 0; */
}

.subheader-breadcrumbs__container {
  display: flex;
  align-items: center;
  height: 24px;
  font-family: var(--font-family-regular);
}

.subheader-breadcrumbs__arrow {
  display: block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  background: url("../images/arrow-inv-icon.svg") center no-repeat;
}

.subheader-breadcrumbs__link {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
  text-decoration: none;
}

.subheader-breadcrumbs__link:hover {
  color: var(--color-white);
  text-decoration: underline;
}
