/*! Stellarr Studio */
.forum-editor{border:1px solid var(--forum-line);background:#fff;border-radius:14px;min-width:0;margin:14px 0;overflow:hidden}.forum-editor-heading{border-bottom:1px solid var(--forum-line);background:#fcf9fd;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.forum-editor .forum-editor-heading label{margin:0;font-size:13px}.forum-editor-modes{flex-wrap:wrap;gap:3px;display:flex}.forum-editor-modes button{min-height:40px;color:var(--forum-muted);background:0 0;border:0;border-radius:8px;padding:8px 11px;font-size:11px}.forum-editor-modes button[aria-pressed=true]{color:#704283;background:#eee2f5;font-weight:600}.forum-editor-toolbar{border-bottom:1px solid var(--forum-line);background:#fff;flex-wrap:wrap;align-items:center;gap:3px;padding:8px;display:flex}.forum-editor-toolbar button{color:#65526e;background:0 0;border:0;border-radius:7px;place-items:center;min-width:44px;height:44px;font-size:14px;font-weight:600;display:grid}.forum-editor-toolbar button:is(:hover,[aria-pressed=true]){color:#713887;background:#efe4f5}.forum-editor .forum-editor-toolbar select{background:#f8f4fa;width:auto;max-width:135px;min-height:42px;margin-right:5px;padding:6px 25px 6px 10px;font-size:12px}.forum-rich-content{outline-offset:-3px;overflow-wrap:anywhere;caret-color:#8d57a3;min-height:220px;padding:22px;font-size:14px;line-height:1.8}.forum-rich-content p{margin:0 0 14px}.forum-rich-content :is(h2,h3){margin:18px 0 12px;font-size:22px;line-height:1.4}.forum-rich-content h3{font-size:18px}.forum-rich-content ul,.forum-rich-content ol{margin-block:14px;padding-left:24px}.forum-rich-content p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#8a7e93;float:left;pointer-events:none;height:0}.forum-rich-content pre{white-space:pre;background:#f6f1f9;border-radius:9px;max-width:100%;padding:18px;font-size:12px;overflow:auto}.forum-rich-content blockquote{background:#fbf7fc;border-left:3px solid #b38bc7;margin:14px 0;padding:8px 18px}.forum-rich-content code{background:#f0e6f6;border-radius:4px;padding:2px 4px;font-size:.9em}.forum-rich-content :is(img,video){border-radius:10px;max-width:100%;height:auto;max-height:440px;margin:16px 0;display:block}.forum-rich-content .ProseMirror-selectednode{outline-offset:3px;outline:2px solid #a274b9}.forum-rich-content a{color:#814597;cursor:text;text-decoration:underline}.forum-editor .forum-editor-source{resize:vertical;background:#fff;border:0;border-radius:0;min-height:230px;padding:22px;font:13px/1.8 ui-monospace,monospace}.forum-editor-preview{min-height:220px;padding:22px}.forum-editor-bottom{border-top:1px solid var(--forum-line);background:#fcf9fd;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex}.forum-editor-bottom>div{gap:4px;display:flex}.forum-editor-bottom>span{color:var(--forum-muted);font-size:10px}.forum-editor-limit{color:#8b3333!important}.forum-editor .forum-text-button{font-size:11px}.forum-editor-link,.forum-editor-upload{border-top:1px solid var(--forum-line);background:#f8f3fb;padding:16px}.forum-editor-link{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.forum-editor-link label{flex:210px}.forum-editor-link input,.forum-editor-upload input{margin-top:7px;display:block}.forum-editor-upload p{color:var(--forum-muted);max-width:600px;font-size:11px;line-height:1.8}.forum-editor-feedback{color:#6e4781;border-top:1px solid var(--forum-line);background:#fcf9fd;margin:0;padding:12px 18px;font-size:12px;line-height:1.7}.forum-editor-error{color:#8a3e3e;background:#fff8f7}@media (width<=760px){.forum-editor-heading{flex-wrap:wrap;gap:8px;padding:12px}.forum-editor-toolbar{gap:2px}.forum-editor-toolbar button{min-width:44px}.forum-rich-content,.forum-editor .forum-editor-source,.forum-editor-preview{padding:16px;font-size:16px}.forum-editor-bottom{padding:8px}.forum-editor-bottom>div{flex-wrap:wrap}.forum-editor-bottom>span{padding:8px}.forum-editor .forum-editor-toolbar select{max-width:122px;font-size:13px}.forum-editor-modes button{min-height:44px}}.forum-editor-media-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:18px;display:flex}.forum-editor-library{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:380px;margin-top:20px;padding:3px;display:grid;overflow-y:auto}.forum-editor-library article{border:1px solid var(--forum-line);background:#fff;border-radius:10px;align-items:center;gap:12px;min-width:0;padding:10px;display:flex}.forum-editor-library article>img,.forum-library-video{object-fit:cover;border-radius:7px;flex-shrink:0;width:90px;height:75px}.forum-library-video{color:#79448e;background:#ede2f3;place-items:center;font-size:12px;display:grid}.forum-editor-library article>div{min-width:0;display:grid}.forum-editor-library .forum-text-button{text-align:left;justify-content:flex-start;font-size:10px}@media (width<=760px){.forum-editor-library{grid-template-columns:1fr}}
