.estimation-section--wizard {
  position: relative;
}

.estimation-wizard {
  --estimation-surface: #f4f6fb;
  --estimation-shadow: 12px 12px 24px rgba(15, 23, 42, 0.12), -12px -12px 24px rgba(255, 255, 255, 0.9);
  --estimation-press: inset 6px 6px 14px rgba(15, 23, 42, 0.18), inset -6px -6px 14px rgba(255, 255, 255, 0.9);
  --estimation-radius: 22px;
  display: grid;
  gap: 18px;
}

.estimation-wizard__progress {
  display: block;
}

.estimation-wizard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.estimation-wizard__back {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
  opacity: 1;
}

.estimation-wizard__back:disabled {
  cursor: default;
  opacity: 0.3;
}

.estimation-wizard__reset-button {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .estimation-wizard {
    gap: 22px;
  }

  .estimation-wizard__controls {
    margin-left: 8px;
  }
}
