.wizard-form-controls {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;

  .back-link {
    color: #4a7fb9;

    &:hover {
      text-decoration: underline;
    }
  }

  .submit {
    width: auto;
  }
}
