#execute_sql_container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#execute_sql_editor {
    position: relative;
    background-color: #fff;
    height: 100%;
}

#execute_sql_textarea {
    resize: none;
    height: 100%;
    min-height: 150px;
    background: #f8fafc;
    overflow: auto;
    white-space: nowrap;
    font-size: 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    line-height: 1.45;
    tab-size: 2;
    caret-color: #111827;
    color: #0f172a;
    border: 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
}
