.embedForm {
  max-width: 1500px !important;
}

.ml-form-embedContent p {
  font-size: clamp(1.4vw, 1.6em, 6vw) !important;
  padding: 0.2em 0 0.2em !important;
}

.ml-form-embedPermissionsContent {
  text-align: center !important;
  p {
  font-size: clamp(1.3vw, 1.3em, 4.2vw) !important;
  padding: 0.3em 0 0.3em 0;
  }
}

.ml-form-formContent {
  margin: auto !important;
  width: 50% !important;
  max-width: 500px;
}

.ml-form-embedSubmit button {
  max-width: 200px;
}
