/* Custom styles for Elsa Studio */

/* Remove all top spacing since AppBar is removed */
.mud-layout {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.mud-main-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Ensure body and html have no top spacing */
body, html {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Ensure drawer also starts from top */
.mud-drawer {
    top: 0 !important;
}

.mud-drawer-content {
    padding-top: 0 !important;
}

/* Increase Monaco code editor height for better visibility */
.studio-expression-input-monaco-editor {
    min-height: 300px !important;
    height: 300px !important;
}

.studio-monaco-editor-large {
    min-height: 400px !important;
    height: 400px !important;
}

/* Ensure the Monaco editor container expands properly */
.monaco-editor {
    min-height: 300px !important;
}

/* Make sure the code editor field container allows proper sizing */
.mud-field .monaco-editor-container {
    min-height: 300px !important;
}
