/* Keep the embedded fundU form immediately below the WordPress page heading. */
@media (max-width: 767px) {
  html,
  body,
  #__next {
    height: auto !important;
    min-height: 0 !important;
  }

  #__next > .min-h-screen {
    min-height: 0 !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 8px !important;
    padding-bottom: 20px !important;
  }
}
