.tiptop-editor-toolbar{display:flex;flex-wrap:wrap;padding:8px;background:#222;border-radius:8px;border:1px solid #333}.tiptop-editor-toolbar button{margin:0 5px 5px 0;border:none;background:none;color:#fff;cursor:pointer;transition:color .2s}.tiptop-editor-toolbar button.is-active,.tiptop-editor-toolbar button:hover{color:teal}.ProseMirror{min-height:200px}.ProseMirror p{margin:0 0 5px 0;font-weight:200}.ProseMirror:focus{outline:none}.tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#adb5bd;pointer-events:none;height:0}.tip-tap-images{cursor:pointer;max-width:100%;height:auto}.tiptap table{border-collapse:collapse;table-layout:fixed;width:100%;margin:0;overflow:hidden}.tiptap table td,.tiptap table th{min-width:1em;border:2px solid #333;padding:3px 5px;vertical-align:top;box-sizing:border-box;position:relative}.tiptap table td>*,.tiptap table th>*{margin-bottom:0}.tiptap table th{font-weight:700;text-align:left;background-color:#333}.tiptap table .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:rgba(200,200,255,.4);pointer-events:none}.tiptap table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:#adf;pointer-events:none}.tiptap table p{margin:0}.tableWrapper{padding:1rem 0;overflow-x:auto}.resize-cursor{cursor:ew-resize;cursor:col-resize}