.form__cell--recaptcha {
  min-height: 78px!important;
  margin: .75rem 0 1rem 0;
  overflow: visible;
}

.form__cell--recaptcha .g-recaptcha {
  display: inline-block;
  max-width: 100%;
  transform-origin: left top;
}

.submit--with-visible-recaptcha {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}

@media print, screen and (max-width: 39.99875em) {
  #reservation-1,
  #reservierung-1 {
    height: 1240px;
  }
}

@media print, screen and (max-width: 23.5em) {
  .form__cell--recaptcha {
    min-height: 70px;
  }

  .form__cell--recaptcha .g-recaptcha {
    transform: scale(.9);
  }
}

.form__cell--recaptcha iframe {
  min-height: 78px!important;
}
