.markdown-editor,.markdown-editor>div,.markdown-editor>div>div:first-child{display:flex;flex-direction:column;flex:1;min-height:0}.markdown-editor .ProseMirror{flex:1;outline:none;cursor:text;overflow-wrap:break-word;word-break:break-word}.markdown-editor .ProseMirror>*+*{margin-top:.35em}.markdown-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--muted-foreground);pointer-events:none;height:0}.markdown-editor ol,.markdown-editor ul{padding:0 1rem;margin:.25rem 0 .25rem .4rem}.markdown-editor ul{list-style:disc}.markdown-editor ol{list-style:decimal}.markdown-editor li{margin:.1rem 0;line-height:1.25}.markdown-editor li p{margin-top:.2em;margin-bottom:.2em}.markdown-editor h3{font-size:1rem;font-weight:600;line-height:1.25;margin-top:.5rem;margin-bottom:.25rem}.markdown-editor .ProseMirror a{color:#2563eb;text-decoration:underline;text-decoration-color:rgba(37,99,235,.3);cursor:text;transition:text-decoration-color .15s;overflow-wrap:anywhere;word-break:break-all}.markdown-editor .ProseMirror a:hover{text-decoration-color:#2563eb}.markdown-editor .ProseMirror code{background-color:var(--muted);color:var(--muted-foreground);border-radius:.25rem;padding:.1em .3em;font-size:.875em;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}.markdown-editor .ProseMirror pre{background-color:var(--muted);color:var(--muted-foreground);border-radius:.375rem;padding:.5rem .75rem;margin:.35em 0;overflow-x:auto}.markdown-editor .ProseMirror pre code{background:none;color:inherit;padding:0;font-size:.8125rem;line-height:1.5}