.progress-step-container {
  margin: 16px auto 0;
  max-width: 582px;
}

.article-progress-steps {
  display: flex;
  width: 100%;
  align-items: center;
}

.article-step {
  border: none;
  border-bottom: 4px solid;
  border-color: #beecf1;
  width: inherit;
}

.article-progress-steps .arrow-prev {
  margin-right: 28px;
}

.article-progress-steps .arrow-next {
  margin-left: 28px;
}

.article-progress-steps .arrow .circle {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-progress-steps .arrow .circle img {
  margin-top: 0;
}

.step-num {
  display: none;
}

.step-num a {
  font-family: "RocheSans-Medium", "Arial", "Arial Narrow";
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 15px;
  color: #8f8f8f;
  display: block;
}

.article-step.visited-step {
  border-color: var(--acBlueNight);
}

.visited-step .step-num a,
.step-num-mobile a {
  color: var(--acBlueNight);
}

.step-num-mobile {
  text-align: center;
}

.step-title-mobile {
  text-align: center;
  position: relative;
  top: -8px;
  color: #5c5c5c;
}
.article-progress-steps .arrow.inactive .circle {
  border: 1px solid #8f8f8f;
}
.article-progress-steps .arrow.inactive .circle img {
  filter: invert(60%) sepia(0%) saturate(6779%) hue-rotate(172deg) brightness(91%) contrast(93%);
}
@media (min-width: 992px) {
  .progress-step-container {
    margin: 48px auto 20px;
    max-width: 100%;
  }

  .article-step {
    margin-right: 8px;
  }

  .article-progress-steps {
    align-items: flex-end;
  }

  .article-progress-steps .arrow,
  .step-title-mobile,
  .step-num-mobile {
    display: none;
  }

  .step-num {
    display: block;
  }
}

@media (max-width: 768px) {
  .view-cgm-training-detail .hero-article-text {
    padding-top: 20px;
  }
}
