.multistep-form {
  max-width: 860px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.form-step {
  margin-bottom: 2rem;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

select {
  width: 100%;
  padding: 0.5rem;
  margin: 1rem 0;
  font-size: 1rem;
}

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

button {
  background-color: #002456;
  color: white;
  border: none;
display:inline-block;
  padding: 8px 24px!important;
  cursor: pointer;
  border-radius: 4px;
}

button:hover {
  background-color: #ff3131;
}

.point-counter {
  font-weight: bold;
  color: #333;
}
