.simple-editor-wrapper{--tt-toolbar-height:44px;--tt-theme-text:var(--tt-gray-light-900);color:var(--tt-theme-text);font-optical-sizing:auto;overscroll-behavior-x:none;overscroll-behavior-y:none;font-family:Inter,sans-serif;font-style:normal;font-weight:400}.simple-editor-wrapper ::-webkit-scrollbar{width:.25rem}.simple-editor-wrapper *{scrollbar-width:thin;scrollbar-color:var(--tt-scrollbar-color)#0000}.simple-editor-wrapper ::-webkit-scrollbar-thumb{background-color:var(--tt-scrollbar-color);border-radius:9999px}.simple-editor-wrapper ::-webkit-scrollbar-track{background:0 0}.simple-editor-wrapper{border:1px solid var(--border);background-color:var(--card);border-radius:.75rem;flex-direction:column;width:100%;min-height:500px;display:flex}.simple-editor-wrapper.dark{--tt-bg-color:var(--card);--tt-theme-text:var(--card-foreground);--tt-scrollbar-color:var(--muted-foreground)}.simple-editor-wrapper.dark .tiptap.ProseMirror{color:var(--card-foreground);background-color:var(--card)}.simple-editor-wrapper.dark .tiptap.ProseMirror h1,.simple-editor-wrapper.dark .tiptap.ProseMirror h2,.simple-editor-wrapper.dark .tiptap.ProseMirror h3,.simple-editor-wrapper.dark .tiptap.ProseMirror h4,.simple-editor-wrapper.dark .tiptap.ProseMirror h5,.simple-editor-wrapper.dark .tiptap.ProseMirror h6,.simple-editor-wrapper.dark .tiptap.ProseMirror p{color:var(--card-foreground)}.simple-editor-wrapper.dark .tiptap.ProseMirror blockquote{color:var(--muted-foreground);border-left-color:var(--border)}.simple-editor-wrapper.dark .tiptap.ProseMirror code,.simple-editor-wrapper.dark .tiptap.ProseMirror pre{background-color:var(--muted);color:var(--muted-foreground)}.simple-editor-title{border-bottom:1px solid var(--border);background:var(--card);flex-shrink:0;padding:1rem}.simple-editor-title-input{width:100%;color:var(--foreground);background:0 0;border:none;outline:none;padding:.5rem 0;font-size:1.5rem;font-weight:600}.simple-editor-title-input::placeholder{color:var(--muted-foreground)}.simple-editor-title-input:focus{outline:none}.simple-editor-content{flex-direction:column;flex:1;width:100%;margin:0 auto;display:flex}.simple-editor-content .tiptap.ProseMirror.simple-editor{flex:1;padding:3rem 3rem 30vh}@media screen and (max-width:480px){.simple-editor-content .tiptap.ProseMirror.simple-editor{padding:1rem 1.5rem 30vh}}
