.waitlist-checkboxes .description, .waitlist-textarea .description {
  margin-bottom: 1rem;
}

.waitlist-checkboxes .control-label.option {
  font-weight: 400 !important;
}

.waitlist-checkboxes .form-item {
  margin: 0 !important;
}
.waitlist-radios .form-radios {
  flex-direction: column !important;
}

.waitlist-radios .form-radios .control-label.option {
  font-weight: 400 !important;
  margin-left: 0.5rem !important;
}
.waitlist-radios .description{
  margin-bottom: 1rem;
}
.waitlist-radios .form-radios .form-item{
  margin-top: 0!important;
  margin-bottom: 0!important;
}