.stepper {
  &-divider {
    height: 24px;
    display: flex;
    width: 2px;
    background-color: $light-grey;
    margin: 8px;
    &.active {
      background-color: $primary;
    }
  }
  &-container {
    p {
      font-weight: 600;
    }
    .stepper-content.active {
      p {
        color: $primary;
      }
    }
    .stepper-content * {
      cursor: default;
    }
  }
}
