.embedded-pardot {
  background: var(--avixa-purple, #3f1833);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.form-popup-form-container .embedded-pardot {
  padding-left: 0;
  padding-right: 0;
}

.form-popup-form-container .embedded-pardot__iframe {
  max-height: 340px;
}

.embedded-pardot__submission-confirmation {
  display: none;
}
.embedded-pardot[data-submitted=true] .embedded-pardot__submission-confirmation {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}

.embedded-pardot__confirmation-message {
  color: white;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.embedded-pardot__iframe {
  width: 100%;
  height: 100%;
  border: none;
}
[data-submitted=true] .embedded-pardot__iframe {
  display: none;
}

/*# sourceMappingURL=EmbeddedPardot.css.map */
