/* /Components/BFluxCodeEditor.razor.rz.scp.css */
.editor-shell[b-y9uwz7v2ew] {
    height: 100%;
    min-height: 0;
}

.editor-shell[b-y9uwz7v2ew]  .monaco-editor-container {
    height: 100%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.main-layout-content[b-lmxxjrlvaq] {
    min-height: calc(100vh - 64px);
    padding: 1rem;
}

@media (max-width: 959px) {
    .main-layout-content[b-lmxxjrlvaq] {
        min-height: calc(100vh - 56px);
        padding: 0.75rem;
    }
}
