/* Progress Indicator Styles */
.hc-progress-indicator {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  z-index: 999;
  margin-right: 0;
}

.hc-progress-indicator-minimal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 999;
  margin-right: 0;
}

.hc-progress-step-link {
  text-decoration: none;
  color: inherit;
}

.hc-progress-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 0.9375rem;
}

.hc-step-circle {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  margin-left: 0.5rem;
  border: 2px solid #e0e0e0;
  background: white;
  color: #999;
  flex-shrink: 0;
}

.hc-step-circle-minimal {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.5625rem;
  margin-left: 0.25rem;
  border: 2px solid #e0e0e0;
  background: white;
  color: #999;
  flex-shrink: 0;
}

.hc-progress-step.active .hc-step-circle {
  background: #21272E;
  color: white;
  border-color: #21272E;
}

.hc-progress-step.active .hc-step-circle-minimal {
  background: #21272E;
  color: white;
  border-color: #21272E;
}

.hc-step-label {
  padding: 8px 16px;
  font-size: 0.75rem;
  color: #999;
  font-weight: normal;
  white-space: nowrap;
  text-align: right;
  transition: all 0.3s ease;
  line-height: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
}

.hc-progress-step.active .hc-step-label {
  color: #21272E;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
