.editor-header {
    padding: 12px 20px;
    background-color: #252536;
    border-bottom: 1px solid #3a3a4a;
    display: flex;
    align-items: center;
}
.editor-header h2 {
    font-size: 16px;
    font-weight: 500;
}
.editor-header i {
    margin-right: 10px;
    color: #646cff;
}
.CodeMirror {
    height: 100% !important;
    font-size: 14px;
}
.CodeMirror-code {
font-family: 'Fira Code', 'Consolas', 'Courier New', monospace;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre;
}