.editor pre {
font-family: 'Source Code Pro', monospace;
font-size: 14px;
font-weight: 400;
letter-spacing: normal;
line-height: 20px;
white-space: pre;
padding: 0.4em 0;
border: 0.7px solid var(--border-color);
width: 100%;
}
.output-editor > pre {
background: var(--view-code-bg);
}
.input-editor > pre {
border-radius: var(--border-radius) 0 0 var(--border-radius);
background: var(--edit-code-bg);
border-right: unset;
box-shadow: inset 0 0px 2px 1px rgba(0, 0, 0, 0.2);
}