.editable-div {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    overflow-y: auto;
    margin: 10px 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.variableGray {
    background-color: #d3d3d3;
    color: #000;
    border-radius: 10px;
    padding: 0.2em 0.4em;
}

.variableRed {
    background-color: #ffcccc;
    color: #000;
    border-radius: 10px;
    padding: 0.2em 0.4em;
}

.monaco-editor-container { /* for all editor instances */
    height: 35rem;
}