body:has(.iframe-app-row) {
    height: 100%;
}

.main-content:has(.iframe-app-row) {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.container-fluid:has(.iframe-app-row) {
    flex-grow: 1;
}

.iframe-app-row {
    height: 100%;
}

.iframe-app-block {
    padding-bottom: 30px;
}

.iframe-app-card {
    height: 100%;
}

.iframe-app-card-body {
    display: flex;
    flex-direction: column;
}

.iframe-app {
    width: 100%;
    flex-grow: 1;
    border: none;
}
