.repl-editor-container{align-items:flex-start;gap:8px;display:flex}.repl-editor{border:1px solid var(--code-block-bg-color);flex:1;width:0}.js-repl textarea{resize:none;border:1px solid #ccc;border-radius:4px;width:100%;height:100px;margin-bottom:10px;padding:10px;font-family:monospace;font-size:14px}.js-repl button{background-color:var(--link-color);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:10px 15px;font-size:14px}.js-repl button:hover{background-color:var(--link-hover-color)}.js-repl pre.repl-output{background-color:var(--code-block-bg-color);white-space:pre-wrap;word-wrap:break-word;border:1px solid #ccc;border-radius:4px;padding:10px}
