#editor-container {
    flex: 1;
    overflow: hidden;
    background: #ffffff;
}

.cm-editor {
    height: 100%;
}

.cm-highlight {
    background-color: rgba(37, 99, 235, 0.2);
    border-bottom: 2px solid var(--primary-color);
}
