.root {
    border: 1px solid var(--border-light, #f0f0f0);
    border-radius: 8px;
    overflow: hidden;
    background: var(--background-secondary, #fafafa);
}

.rootFill {
    display: flex;
    flex-direction: column;
    min-height: var(--repo-code-min-height, 420px);
    height: 100%;
}

.surface {
    font-size: 13px;
}

.surfaceFill {
    flex: 1;
    min-height: var(--repo-code-min-height, 420px);
}

.surfaceFill :global(.cm-editor) {
    height: 100%;
    min-height: var(--repo-code-min-height, 420px);
}
