/* Form Popup Styles */

/* .pum[data-popmake*='"location":"right bottom"'] {
  bottom: 2rem;
} */

iframe {
  font-family: 'Nunito', sans-serif;
}

iframe body {
  font-family: inherit;
}

.pum-container h2 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.pum-container h2 + *,
.pum-content > :first-child {
  margin-top: 0;
}

.pum[data-popmake*='"location":"right bottom"'] .pum-container {
  overscroll-behavior: contain;
}

.pum[data-popmake*='"location":"right bottom"'] .pum-container,
.popup-trigger-button {
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.54);
}
