/* Pardot iframe container: kill the inherited form spacing */
.webform-submission-request-quote-form {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
}

/* The iframe itself */
#edit-pardot-iframe {
  margin: 0;
  padding: 0;
}

#edit-pardot-iframe iframe {
  display: block;
  width: 100%;
  max-width: 720px;
  height: 900px;        /* down from 1312. Adjust after the Pardot CSS lands. */
  border: 0;
  margin: 0;
}

@media (max-width: 600px) {
  #edit-pardot-iframe iframe {
    height: 1150px;     /* single column needs more vertical room */
  }
}

/* The hidden Drupal fields still occupy layout in some themes */
.webform-submission-request-quote-form > .js-form-wrapper.form-wrapper {
  display: none !important;
}