.markdown-editor{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;width:100%;min-width:0;font-size:14px}.markdown-editor>div,.markdown-editor>section{min-width:0}.markdown-editor label,.markdown-editor-label{display:block;font-weight:600;margin-bottom:8px}.markdown-editor textarea{display:block;width:100%;padding:14px;border:1px solid #bdd0da;border-radius:10px;min-height:190px;font-family:monospace;resize:vertical;background:white;color:#192c45}.markdown-editor-preview{padding:14px;border:1px solid #dce7ed;border-radius:10px;background:#f8fbfd;min-height:190px;max-height:600px;overflow:auto;overflow-wrap:anywhere}@media(max-width:760px){.markdown-editor{grid-template-columns:minmax(0,1fr)}}.network-edge-editor .markdown-editor textarea,.network-edge-editor .markdown-editor-preview{min-height:80px;max-height:160px;padding:8px}.network-edge-editor .markdown-editor{gap:8px;font-size:12px}.profile-layout.contribute-layout{grid-template-columns:minmax(0,1fr)}.network-edge-editor,.profile-section{container-type:inline-size}@container(max-width:460px){.markdown-editor{grid-template-columns:minmax(0,1fr)}}