.step-form-shell {
  max-width: 980px;
  margin-inline: auto;
}

.step-form-progress {
  margin-bottom: 1rem;
}

.step-form-progress .progress {
  height: 8px;
  background: #e9eff5;
}

.step-form-progress .progress-bar {
  transition: width 0.25s ease;
}

.step-form {
  width: 100%;
}

.step-form.is-enhanced .step-panel {
  display: none;
}

.step-form.is-enhanced .step-panel.is-active-step {
  display: block;
}

.step-panel {
  border: 1px solid #e8edf3;
  border-radius: 0.9rem;
  background: #fff;
  padding: 1.1rem;
}

.step-panel + .step-panel {
  margin-top: 1rem;
}

.step-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.step-actions-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

.step-inline-note {
  border-left: 4px solid #0dcaf0;
  background: #e8f7ff;
  color: #0b4b63;
  border-radius: 0.6rem;
  padding: 0.75rem 0.85rem;
}

.step-form-summary dt {
  font-weight: 600;
}

.step-form-summary dd {
  margin-bottom: 0.45rem;
}

@media (max-width: 767.98px) {
  .step-panel {
    padding: 0.95rem;
  }

  .step-actions {
    flex-wrap: wrap;
  }

  .step-actions .btn,
  .step-actions-end .btn {
    width: 100%;
  }
}
