.subnav.diagnoses-breadcrumbs {
  position: relative;
  z-index: 10;

  .section {
    justify-content: center;

    .item {
      opacity: 0.4;

      &:hover, &.active {
        background-color: var(--color-bg-primary);
      }

      &.active {
        opacity: 1;
        font-weight: var(--weight-bold);
      }

      &.separator::before {
        content: "›";
      }
    }
  }
}
