.editor-container {
    display: flex;
    gap: 40px;
    margin: 40px;
}
.editor-box {
    flex: 1;
    min-width: 350px;
}
.CodeMirror {
    height: 600px;
    border:1px solid #24b9d7;
    box-shadow: 0px 0px 10px #afabab !important;
}
#text-editor, .tox-tinymce {
    border:1px solid #24b9d7 !important;
    box-shadow: 0px 0px 10px #afabab !important;
}