 /* Replace 1200px with whatever height fits your fully expanded form */
iframe[aria-label="CMIS LIVE 2026 Request"] {
    height: 1000px !important;
    min-height: 1000px !important;
    display: block !important;
}

div:has(> iframe[aria-label="CMIS LIVE 2026 Request"]) {
    height: 1000px !important;
    min-height: 1000px !important;
}