.tiptap-editor-wrapper{display:flex;flex-direction:column;width:100%;min-height:500px;border:1px solid var(--border,#e2e8f0);border-radius:8px;overflow:hidden}.tiptap-editor-content{flex:1;width:100%;max-width:none;margin:0}.tiptap-editor-content .tiptap.ProseMirror{padding:1rem;min-height:400px;outline:none;border:none;width:100%;height:100%;resize:none}.tiptap-editor-content .tiptap.ProseMirror:focus{outline:none}.tiptap-editor-content-wrapper{flex:1;overflow-y:auto;height:100%;background-color:#fff}@media screen and (max-width:480px){.tiptap-editor-content .tiptap.ProseMirror{padding:.75rem}}.tiptap-bubble-menu,.tiptap-floating-menu{visibility:visible;opacity:1;transition:opacity .2s,visibility .2s}.tiptap-bubble-menu[data-state=hidden],.tiptap-floating-menu[data-state=hidden]{visibility:hidden;opacity:0}.tiptap-bubble-menu{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.tiptap-bubble-menu,.tiptap-floating-menu{z-index:10}