.rich-editor-wrapper{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.rich-editor-toolbar{display:flex;gap:4px;padding:8px;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-wrap:wrap;align-items:center}.rich-editor-toolbar button{padding:6px 10px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer;font-size:14px;color:#334155;transition:all .15s ease}.rich-editor-toolbar button:hover{background:#f1f5f9;border-color:#cbd5e1}.rich-editor-toolbar button.is-active{background:#3b82f6;border-color:#3b82f6;color:#fff}.rich-editor-toolbar button:disabled{opacity:.5;cursor:not-allowed}.toolbar-group{display:flex;gap:2px;align-items:center}.toolbar-divider{width:1px;height:24px;background:#e2e8f0;margin:0 6px}.font-size-picker{padding:6px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer;font-size:14px;color:#334155;min-width:70px;transition:all .15s ease}.font-size-picker:hover{background:#f1f5f9;border-color:#cbd5e1}.font-size-picker:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.font-family-picker{padding:6px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer;font-size:14px;color:#334155;min-width:100px;transition:all .15s ease}.font-family-picker:hover{background:#f1f5f9;border-color:#cbd5e1}.font-family-picker:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.color-picker-wrapper{position:relative}.color-picker-wrapper button{min-width:32px}.color-indicator{display:inline-block;font-weight:700;border-bottom:3px solid currentColor;line-height:1}.color-picker-dropdown{position:absolute;top:100%;left:0;z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:8px;box-shadow:0 4px 12px #00000026;min-width:200px;margin-top:4px}.color-grid{display:grid;grid-template-columns:repeat(10,1fr);grid-gap:2px;gap:2px}.color-swatch{width:20px;height:20px;border:1px solid #e2e8f0;border-radius:2px;cursor:pointer;padding:0;min-width:0;min-width:initial}.color-swatch:hover{transform:scale(1.1);border-color:#94a3b8}.color-swatch.is-selected{outline:2px solid #3b82f6;outline-offset:1px}.clear-color{width:100%;margin-top:8px;padding:4px;font-size:12px}.dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.dialog-content{background:#fff;border-radius:8px;padding:20px;min-width:320px;max-width:480px;box-shadow:0 8px 24px #0003}.dialog-content h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1e293b}.form-group{margin-bottom:12px}.form-group label{display:block;margin-bottom:4px;font-size:14px;font-weight:500;color:#475569}.form-group input[type=text]{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:4px;font-size:14px;box-sizing:border-box}.form-group input[type=text]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.form-group.checkbox label{display:flex;align-items:center;gap:8px;cursor:pointer}.form-group.checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.dialog-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.dialog-actions button{padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#334155}.dialog-actions button:hover{background:#f1f5f9}.dialog-actions .btn-primary{background:#3b82f6;color:#fff;border:none}.dialog-actions .btn-primary:hover{background:#2563eb}.dialog-actions .btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.dialog-actions .btn-danger{background:#ef4444;color:#fff;border:none;margin-right:auto}.dialog-actions .btn-danger:hover{background:#dc2626}.table-menu-wrapper{position:relative}.table-menu-dropdown{position:absolute;top:100%;left:0;z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:180px;margin-top:4px;padding:4px 0}.table-menu-dropdown button{width:100%;text-align:left;padding:8px 12px;border:none;background:none;cursor:pointer;font-size:13px;color:#334155;border-radius:0}.table-menu-dropdown button:hover{background:#f1f5f9}.table-menu-dropdown button.danger{color:#ef4444}.table-menu-dropdown button.danger:hover{background:#fef2f2}.table-menu-dropdown hr{border:none;border-top:1px solid #e2e8f0;margin:4px 0}.rich-editor-content{padding:16px;min-height:150px}.rich-editor-content .ProseMirror{outline:none;min-height:120px}.rich-editor-content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#94a3b8;pointer-events:none;height:0}.rich-editor-content .ProseMirror p{margin:0 0 .75em}.rich-editor-content .ProseMirror p:last-child{margin-bottom:0}.rich-editor-content .ProseMirror h1{font-size:1.75em;font-weight:700;margin:0 0 .5em}.rich-editor-content .ProseMirror h2{font-size:1.5em;font-weight:600;margin:0 0 .5em}.rich-editor-content .ProseMirror h3{font-size:1.25em;font-weight:600;margin:0 0 .5em}.rich-editor-content .ProseMirror ul,.rich-editor-content .ProseMirror ol{padding-left:1.5em;margin:0 0 .75em}.rich-editor-content .ProseMirror li{margin:.25em 0}.rich-editor-content .ProseMirror ul[data-type=taskList]{list-style:none;padding-left:0}.rich-editor-content .ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:8px}.rich-editor-content .ProseMirror ul[data-type=taskList] li>label{margin-top:2px;flex-shrink:0}.rich-editor-content .ProseMirror ul[data-type=taskList] li>label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.rich-editor-content .ProseMirror ul[data-type=taskList] li[data-checked=true]>div>p{text-decoration:line-through;opacity:.6}.rich-editor-content .ProseMirror code{background:#f1f5f9;padding:.2em .4em;border-radius:3px;font-size:.9em;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.rich-editor-content .ProseMirror pre{background:#1e293b;color:#e2e8f0;border-radius:6px;padding:12px 16px;overflow-x:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;margin:.75em 0}.rich-editor-content .ProseMirror pre code{background:none;padding:0;border-radius:0;font-size:inherit;color:inherit}.rich-editor-content .ProseMirror blockquote{border-left:3px solid #e2e8f0;margin:.75em 0;padding-left:1em;color:#64748b}.rich-editor-content .ProseMirror hr{border:none;border-top:2px solid #e2e8f0;margin:1.5em 0}.rich-editor-content .ProseMirror a{color:#3b82f6;text-decoration:underline;cursor:pointer}.rich-editor-content .ProseMirror a:hover{color:#2563eb}.rich-editor-content .ProseMirror img{max-width:100%;height:auto;border-radius:4px;display:block;margin:.75em 0}.rich-editor-content .ProseMirror img.ProseMirror-selectednode{outline:2px solid #3b82f6;outline-offset:2px}.rich-editor-content .ProseMirror table{border-collapse:collapse;margin:1em 0;width:100%;table-layout:fixed;overflow:hidden}.rich-editor-content .ProseMirror td,.rich-editor-content .ProseMirror th{border:1px solid #e2e8f0;padding:8px 12px;vertical-align:top;position:relative;min-width:50px}.rich-editor-content .ProseMirror th{background:#f8fafc;font-weight:600;text-align:left}.rich-editor-content .ProseMirror .selectedCell{background:#dbeafe}.rich-editor-content .ProseMirror .selectedCell:after{content:"";position:absolute;inset:0;background:#3b82f61a;pointer-events:none}.rich-editor-content .ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background:#3b82f6;cursor:col-resize;z-index:10}.rich-editor-content .ProseMirror [style*="text-align: left"]{text-align:left}.rich-editor-content .ProseMirror [style*="text-align: center"]{text-align:center}.rich-editor-content .ProseMirror [style*="text-align: right"]{text-align:right}.rich-editor-content .ProseMirror [style*="text-align: justify"]{text-align:justify}.rich-editor-content .ProseMirror sub{vertical-align:sub;font-size:.75em}.rich-editor-content .ProseMirror sup{vertical-align:super;font-size:.75em}.rich-editor-content .ProseMirror mark{border-radius:2px;padding:0 2px}.handlebars-tag-wrapper{display:inline}.handlebars-tag{display:inline-flex;align-items:center;background:#dbeafe;border:1px solid #93c5fd;border-radius:4px;padding:1px 4px;margin:0 1px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;color:#1e40af;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.handlebars-tag.selected{background:#bfdbfe;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}.handlebars-tag.invalid{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.handlebars-tag .braces{color:inherit;font-weight:500}.handlebars-tag .variable{color:inherit}.handlebars-tag .error-indicator{margin-left:4px;color:#dc2626;font-weight:700;cursor:help}.handlebars-tag.has-description{background:#e0e7ff;border-color:#a5b4fc;color:#3730a3;font-family:inherit;font-weight:500}.handlebars-tag.has-description .variable{font-family:inherit}.resolved-token{background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:3px;padding:0 3px;margin:0 1px;font-weight:500}.handlebars-block-header .resolved-token{background:#ffffff80;border-color:#6366f140}.handlebars-block-footer .resolved-token{background:#ffffff4d;border-color:#6366f133}.handlebars-tag .tag-edit-button{display:none;margin-left:3px;padding:0 1px;background:transparent;border:none;cursor:pointer;opacity:.5;color:inherit;line-height:1;vertical-align:middle}.handlebars-tag:hover .tag-edit-button,.handlebars-tag.selected .tag-edit-button{display:inline-flex;align-items:center}.handlebars-tag .tag-edit-button:hover{opacity:1}.handlebars-block-start-wrapper{display:inline}.handlebars-block-start{display:inline-flex;align-items:center;gap:2px;border-radius:4px;padding:1px 6px;margin:0 1px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.handlebars-block-start .block-indicator{font-weight:600;opacity:.7}.handlebars-block-start .block-type{font-weight:600}.handlebars-block-start .block-variable{font-weight:400}.handlebars-block-start{background:#dbeafe;border:1px solid #93c5fd;color:#1e40af}.handlebars-block-start.selected{background:#bfdbfe;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}.handlebars-block-start.invalid{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.handlebars-block-start .error-indicator{margin-left:4px;color:#dc2626;font-weight:700;cursor:help}.handlebars-block-start .edit-button{display:none;margin-left:4px;padding:0 2px;background:transparent;border:none;cursor:pointer;opacity:.6;color:inherit;line-height:1}.handlebars-block-start:hover .edit-button,.handlebars-block-start.selected .edit-button{display:inline-flex}.handlebars-block-start .edit-button:hover{opacity:1}.handlebars-block-end-wrapper{display:inline}.handlebars-block-end{display:inline-flex;align-items:center;gap:2px;border-radius:4px;padding:1px 6px;margin:0 1px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.85}.handlebars-block-end .block-indicator{font-weight:600;opacity:.7}.handlebars-block-end .block-type{font-weight:500}.handlebars-block-end{background:#dbeafe;border:1px solid #93c5fd;color:#1e40af}.handlebars-block-end.selected{background:#bfdbfe;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d;opacity:1}.handlebars-block-end.invalid{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.handlebars-block-start.has-description,.handlebars-block-end.has-description{font-family:inherit}.handlebars-block-start.has-description .block-variable,.handlebars-block-end.has-description .block-type{font-family:inherit;font-weight:500}.block-delete-confirmation{display:inline-flex;flex-direction:column;gap:8px;position:absolute;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:12px;margin-left:8px;z-index:1000;white-space:nowrap}.block-delete-confirmation .message{font-size:14px;font-weight:500;color:#374151}.block-delete-confirmation .actions{display:flex;gap:8px}.block-delete-confirmation .actions button{padding:4px 12px;border-radius:4px;font-size:13px;cursor:pointer;border:1px solid #d1d5db;background:#fff;color:#374151;transition:background-color .15s,border-color .15s}.block-delete-confirmation .actions button:hover{background:#f3f4f6;border-color:#9ca3af}.block-delete-confirmation .actions button.danger{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.block-delete-confirmation .actions button.danger:hover{background:#fecaca;border-color:#f87171}.handlebars-block{position:relative;margin:8px 0;border-left:3px solid #93c5fd;background:#dbeafe1a;border-radius:0 4px 4px 0}.handlebars-block.selected{border-left-color:#3b82f6;background:#dbeafe33;box-shadow:0 0 0 2px #3b82f626}.handlebars-block.invalid{border-left-color:#fca5a5;background:#fee2e21a}.handlebars-block-header{display:flex;align-items:center;gap:4px;padding:3px 8px;background:#dbeafe59;border-bottom:1px solid rgba(147,197,253,.25);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85em;color:#1e40af;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:0 4px 0 0}.handlebars-block.invalid .handlebars-block-header{color:#991b1b;background:#fee2e259;border-bottom-color:#fca5a540}.handlebars-block-header .block-indicator{font-weight:600;opacity:.7}.handlebars-block-header .block-type{font-weight:600}.handlebars-block-header .block-variable{font-weight:400;opacity:.85}.handlebars-block-header .block-label{font-weight:500;font-family:inherit}.handlebars-block-header .error-indicator{margin-left:4px;color:#dc2626;font-weight:700;cursor:help}.handlebars-block-header .block-actions{display:none;margin-left:auto;gap:4px}.handlebars-block:hover>.handlebars-block-header .block-actions{display:flex}.handlebars-block-header .block-action-btn{display:inline-flex;align-items:center;padding:1px 3px;background:transparent;border:none;cursor:pointer;opacity:.6;color:inherit;line-height:1;border-radius:2px}.handlebars-block-header .block-action-btn:hover{opacity:1;background:#00000014}.handlebars-block-header .block-action-btn.danger:hover{color:#dc2626}.handlebars-block-content{padding:4px 12px;min-height:1.5em}.handlebars-block-footer{display:flex;align-items:center;gap:4px;padding:2px 8px;background:#dbeafe33;border-top:1px solid rgba(147,197,253,.15);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8em;color:#1e40af;opacity:.6;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:0 0 4px}.handlebars-block.invalid .handlebars-block-footer{color:#991b1b;background:#fee2e233;border-top-color:#fca5a526}.handlebars-block-footer .block-indicator{font-weight:600;opacity:.7}.handlebars-block-footer .block-type{font-weight:500}.handlebars-block .handlebars-block{border-left-color:#a5b4fc}.handlebars-block .handlebars-block .handlebars-block{border-left-color:#c4b5fd}.handlebars-block .handlebars-block .handlebars-block .handlebars-block{border-left-color:#d8b4fe}.handlebars-block-content>table:first-child{margin-top:0}.handlebars-block-content>table:last-child{margin-bottom:0}.handlebars-block>.block-delete-confirmation{position:absolute;top:28px;right:8px;z-index:1000}.block-edit-popover{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:240px;max-width:320px;overflow:hidden}.block-edit-popover-header{display:flex;align-items:center;border-bottom:1px solid #e2e8f0}.block-edit-popover-input{flex:1 1;padding:8px 12px;border:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;outline:none;box-sizing:border-box;min-width:0}.block-edit-popover-confirm{display:flex;align-items:center;justify-content:center;padding:6px 10px;background:transparent;border:none;border-left:1px solid #e2e8f0;cursor:pointer;color:#64748b;transition:color .15s,background-color .15s}.block-edit-popover-confirm:hover{color:#059669;background:#f0fdf4}.block-edit-popover .autocomplete-list{max-height:240px;overflow-y:auto}.block-gap-placeholder{min-height:0!important;height:8px;margin:0;padding:0;position:relative;cursor:text;opacity:1}.block-gap-placeholder:before{content:"";position:absolute;left:10%;right:10%;top:50%;border-top:1px dashed rgba(253,219,147);pointer-events:none}.block-gap-placeholder:hover:before{border-top-color:#ffae00}.autocomplete-list{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;min-width:200px;max-width:320px;max-height:300px;overflow-y:auto}.autocomplete-item{display:flex;flex-direction:column;width:100%;padding:8px 12px;border:none;background:transparent;text-align:left;cursor:pointer;transition:background-color .15s ease}.autocomplete-item:hover,.autocomplete-item.selected{background:#f1f5f9}.autocomplete-item.error{cursor:not-allowed;opacity:.7}.autocomplete-item.error:hover{background:#fef2f2}.autocomplete-item-label{font-size:14px;font-weight:500;color:#1e293b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.autocomplete-item-description{font-size:12px;color:#64748b;margin-top:2px}.autocomplete-empty{padding:12px;text-align:center;color:#94a3b8;font-size:14px}.autocomplete-error-message{color:#dc2626;font-size:12px;margin-top:2px}.autocomplete-item-content{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.autocomplete-item-expansion{font-size:12px;color:#64748b}.autocomplete-item-expansion code{color:#059669;background:#ecfdf5;padding:1px 4px;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.expandable-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:stretch;justify-content:stretch;z-index:10001;padding:24px}.expandable-dialog{flex:1 1;display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 12px 40px #0000004d;overflow:hidden}.expandable-header{display:flex;align-items:center;justify-content:flex-end;padding:8px 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.expandable-collapse-btn{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer;color:#64748b;transition:all .15s ease;line-height:1}.expandable-collapse-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.expandable-body{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.expandable-body>*{flex:1 1;min-height:0}.expandable-body .rich-editor-wrapper{border:none;border-radius:0;flex:1 1;min-height:0;display:flex;flex-direction:column}.expandable-body .rich-editor-content{flex:1 1;min-height:0;overflow-y:auto}.expandable-body .raw-editor{border:none;border-radius:0;flex:1 1;min-height:0;overflow-y:auto}.expandable-body .dialog-overlay{z-index:10002}.raw-editor{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#1e293b}.raw-editor .tiptap{min-height:200px;outline:none}.raw-editor .tiptap pre{margin:0;padding:16px;background:transparent;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;line-height:1.6;color:#e2e8f0;white-space:pre-wrap;word-break:break-word}.raw-editor .tiptap pre code{background:transparent;padding:0;font-family:inherit;font-size:inherit;color:inherit}.raw-editor .hljs-comment,.raw-editor .hljs-quote{color:#8b949e;font-style:italic}.raw-editor .hljs-keyword,.raw-editor .hljs-selector-tag{color:#ff7b72}.raw-editor .hljs-tag,.raw-editor .hljs-name{color:#7ee787}.raw-editor .hljs-attr{color:#79c0ff}.raw-editor .hljs-string,.raw-editor .hljs-attribute{color:#a5d6ff}.raw-editor .hljs-number,.raw-editor .hljs-literal{color:#79c0ff}.raw-editor .hljs-variable,.raw-editor .hljs-template-variable,.raw-editor .hljs-type,.raw-editor .hljs-class .hljs-title{color:#ffa657}.raw-editor .hljs-title,.raw-editor .hljs-section{color:#d2a8ff}.raw-editor .hljs-symbol,.raw-editor .hljs-bullet{color:#7ee787}.raw-editor .hljs-subst{color:#c9d1d9}.raw-editor .hljs-deletion{color:#ffa198;background-color:#490202}.raw-editor .hljs-addition{color:#7ee787;background-color:#04260f}.raw-editor .hljs-emphasis{font-style:italic}.raw-editor .hljs-strong{font-weight:700}.raw-editor .hljs-section{color:#79c0ff;font-weight:700}.raw-editor .hljs-link{color:#a5d6ff}.raw-editor .hljs-code{color:#ffa657}.raw-editor__loading{padding:16px;color:#64748b;font-size:13px}.raw-editor:focus-within{box-shadow:0 0 0 2px #3b82f64d}.raw-editor .tiptap.is-empty pre:before{content:attr(data-placeholder);color:#64748b;pointer-events:none;position:absolute}.rich-editor-html-editor{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.rich-editor-html-editor__tabs{display:flex;gap:0;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.rich-editor-html-editor__tab{padding:10px 20px;border:none;border-bottom:2px solid transparent;background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:#64748b;transition:all .15s ease}.rich-editor-html-editor__tab:hover{color:#334155;background:#f1f5f9}.rich-editor-html-editor__tab--active{color:#3b82f6;border-bottom-color:#3b82f6;background:#fff}.rich-editor-html-editor__content{flex:1 1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.rich-editor-html-editor__content .rich-editor-wrapper{border:none;border-radius:0;flex:1 1;min-height:0;display:flex;flex-direction:column}.rich-editor-html-editor__content .rich-editor-content{flex:1 1;min-height:0;overflow-y:auto}.rich-editor-html-editor__content .html-source-editor{border:none;border-radius:0}.rich-editor-html-editor__content .raw-editor{border:none;border-radius:0;flex:1 1;min-height:0;overflow-y:auto}.rich-editor-html-editor__preview{min-height:200px;flex:1 1;min-height:0;overflow-y:auto}.rich-editor-html-editor__iframe{display:block;width:100%;min-height:200px;height:100%;border:none;background:#fff}
