.ace_editor {
    padding: 3px;
    z-index: 0;
}

.ace_editor,
.ace_editor * {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    font-size: 0.75rem !important;
    color: var(--text);
}

.ace-fullsize {
    overflow: hidden !important;
}

.ace-fullsize .ace_editor {
    position: fixed !important;
    inset: 0;
    width: auto !important;
    height: auto !important;
    margin: 0;
    border: 0;
    z-index: 10000;
}

div.mce-edit-area {
    width: 99.9%;
}
