.wsf-form .wsf-field-wrapper {
  margin-bottom: 2em !important;
}
.wsf-form label {
  color: var(--light);
  font-weight: 400 !important;
  padding-left: 0.8em;
}
.wsf-form .wsf-field {
  border: none !important;
  border-radius: 0 !important;
  min-height: 4rem;
  padding: 0.8em !important;
}
.wsf-form .wsf-field-wrapper:last-of-type {
  margin-bottom: 0 !important;
}
.wsf-form .wsf-button-primary {
  background-color: var(--tertiary) !important;
}
