.content-wrapper{height:calc(100% - var(--tt-toolbar-height));overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--tt-scrollbar-color) rgba(0,0,0,0)}.content-wrapper::-webkit-scrollbar{display:block;width:.5rem}.content-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.content-wrapper::-webkit-scrollbar-thumb{background-color:var(--tt-scrollbar-color);border-radius:4px}.simple-editor-content{width:100%;margin:0 auto}.simple-editor-content .tiptap.ProseMirror{padding:3rem}@media screen and (max-width:480px){.simple-editor-content .tiptap.ProseMirror{padding:1rem 1.5rem}}.simple-editor-content .tiptap.ProseMirror table{table-layout:fixed;width:100%;overflow:hidden}.simple-editor-content .tiptap.ProseMirror table td,.simple-editor-content .tiptap.ProseMirror table th{position:relative;vertical-align:top;min-width:3em;border:1px solid var(--tt-gray-light-a-300,#d1d5db);padding:.35em .6em}.simple-editor-content .tiptap.ProseMirror table td>*,.simple-editor-content .tiptap.ProseMirror table th>*{margin:0}.simple-editor-content .tiptap.ProseMirror table .selectedCell:after{content:"";position:absolute;inset:0;background:rgba(54,169,225,.18);pointer-events:none}.simple-editor-content .tiptap.ProseMirror .raw-html-block{outline:1px dashed rgba(107,114,128,.6);outline-offset:4px;border-radius:4px;cursor:default}.simple-editor-content .tiptap.ProseMirror .raw-html-block.ProseMirror-selectednode{outline:2px solid #36a9e1}.simple-editor-content .tiptap.ProseMirror li[data-tight]>p,.simple-editor-content .tiptap.ProseMirror td[data-tight]>p,.simple-editor-content .tiptap.ProseMirror th[data-tight]>p{margin-top:0;margin-bottom:0}