
/* ===== TEST CONNECTOR - FULL SCREEN SITE ===== */

#testConnectorFrame {
    display: block !important;
    width: 100% !important;
    height: calc(100vh - 250px) !important;
    min-height: 700px !important;
    max-height: none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#testConnectorFrame {
    background: #fff !important;
}

.middleware-frame-wrap:has(#testConnectorFrame) {
    width: 100% !important;
    height: calc(100vh - 230px) !important;
    min-height: 700px !important;
    margin: 14px 0 0 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.middleware-frame-wrap:has(#testConnectorFrame) iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 700px !important;
    display: block !important;
}

