.wp-component-form{display:grid;gap:var(--grid-gap-row) var(--grid-gap-column);grid-template-columns:repeat(1,minmax(0,1fr));grid-template-rows:auto;width:100%}.wp-component-form__form-code{height:100%;min-height:var(--form-min-height-mobile);width:100%}@media(min-width:768px){.wp-component-form__form-code{min-height:var(--form-min-height-tablet)}}@media(min-width:1024px){.wp-component-form__form-code{min-height:var(--form-min-height-sml-desktop)}}@media(min-width:1280px){.wp-component-form__form-code{min-height:var(--form-min-height-med-desktop)}}@media(min-width:1380px){.wp-component-form__form-code{min-height:var(--form-min-height)}}.wp-component-form__form-code iframe{height:inherit;width:100%}