/* Preserve the retained Modern Pro form styling with all fields visible. */
form.mp-form-full .row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}
form.mp-form-full .row>div{min-width:0}
form.mp-form-full .f label{position:static;width:auto;height:auto;margin:0 0 6px;padding:0;overflow:visible;clip:auto;white-space:normal}
form.mp-form-full input:not([type=checkbox]):not([type=hidden]),form.mp-form-full select,form.mp-form-full textarea{max-width:100%;box-sizing:border-box}
form.mp-form-full .mp-field-error{display:block;margin:6px 0 0;font:500 12px/1.45 var(--font-body,system-ui);letter-spacing:normal;text-transform:none;color:#a51e1e}
form.mp-form-full [aria-invalid=true]{border-color:#a51e1e!important}
form.mp-form-full .mp-form-status{padding:12px;border:1px solid #a51e1e;border-radius:8px;font:500 13px/1.5 var(--font-body,system-ui);color:var(--ink,#16242b);background:#fff}
form.mp-form-full .mp-form-status[hidden]{display:none}
form.mp-form-full .mp-form-status a{color:inherit;text-decoration:underline}
@media(max-width:360px){form.mp-form-full .row{grid-template-columns:minmax(0,1fr)}}
