.embed-form-script {
  max-width: 938px;
  margin: 100px auto;
  color: var(--primary);
}
.embed-form-script__content{
  padding: 48px 40px;
  margin: 20px 0;
  background: #f8f9f8;
  border-radius: 8px;
}
.embed-form-script__content #dvFastForms{
  width: 100%;
}
.embed-form-script__content .ff-item-row{
  padding-top: 15px;
}
.embed-form-script__content .ff-form-main{
  max-width: 100%;
}
.embed-form-script__content .ff-label-col{
  width: 100%;
  max-width: 100%;
}
.embed-form-script__content .ff-field-col{
  max-width: 100%;
  width: 100%;
  padding: 10px 0;
}
.embed-form-script__content select{
  padding: 10px;
  width: 100%;
}
.embed-form-script__content input:not([type="button"]),
.embed-form-script__content textarea{
  width: 100%;
  float: none;
  padding: 10px;
  border: 1px solid;
  border-radius: 5px;
}
.embed-form-script__content #ffSection2 .ff-item-row:first-child{
  display: none;
}
.embed-form-script__content a{
  color: var(--primary);
}
.embed-form-script__content .ff-fileupload-drop-area{
  background-color: #eee;
}
.embed-form-script__content .requiredSpan{
  color: #dc3545;
}
.embed-form-script__content input[type="button"]{
  border: none;
  padding: 10px 36px;
  border-radius: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px){
  .embed-form-script__content{
    padding: 20px;
  }
}