.post-editor-wrapper{display:flex;flex-direction:column;width:100%}.post-editor-toolbar{display:flex;align-items:center;gap:4px;padding:8px;background-color:#f9fafb;border:1px solid #e5e7eb;border-bottom:none;border-radius:16px 16px 0 0}.post-editor-editable .tiptap{padding:12px 16px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:0 0 24px 24px;min-height:150px;font-size:14px;line-height:1.5;color:#374151;outline:none}.post-editor-editable .tiptap:focus-within{background-color:#fff;border-color:#008285}.post-editor-editable .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0}.post-editor-editable .tiptap *{caret-color:#008285}.post-editor-editable .tiptap h1,.post-editor-editable .tiptap h2,.post-editor-editable .tiptap h3{margin-top:1em;margin-bottom:.5em;font-weight:600;color:#111827}.post-editor-editable .tiptap h1{font-size:1.5em}.post-editor-editable .tiptap h2{font-size:1.25em}.post-editor-editable .tiptap h3{font-size:1.125em}.post-editor-editable .tiptap p{margin:.5em 0}.post-editor-editable .tiptap strong{font-weight:600;color:#111827}.post-editor-editable .tiptap em{font-style:italic}.post-editor-editable .tiptap a{color:#008285;text-decoration:underline;cursor:pointer}.post-editor-editable .tiptap a:hover{color:#006668}.post-editor-editable .tiptap ol,.post-editor-editable .tiptap ul{padding-left:1.5em;margin:.5em 0}.post-editor-editable .tiptap ol li,.post-editor-editable .tiptap ul li{margin:.25em 0}.post-editor-editable .tiptap blockquote{border-left:4px solid #008285;margin:1em 0;background-color:#f9fafb;padding:.5em 1em;border-radius:0 8px 8px 0;font-style:italic;color:#4b5563}.post-editor-editable .tiptap code{background-color:#f3f4f6;padding:.125em .25em;border-radius:4px;font-family:Courier New,monospace;font-size:.875em;color:#1f2937}.post-editor-editable .tiptap pre{background-color:#1f2937;color:#f9fafb;padding:1em;border-radius:8px;overflow-x:auto;margin:1em 0}.post-editor-editable .tiptap pre code{background:none;color:inherit;padding:0}.post-editor-editable .tiptap img{max-width:100%;height:auto;border-radius:8px;margin:1em 0}.post-editor-editable .tiptap table{border-collapse:collapse;width:100%;margin:1em 0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.post-editor-editable .tiptap table td,.post-editor-editable .tiptap table th{border:1px solid #e5e7eb;padding:.5em .75em;text-align:left}.post-editor-editable .tiptap table th{background-color:#f9fafb;font-weight:600;color:#6b7280;font-size:.75em;text-transform:uppercase;letter-spacing:.05em}.post-editor-editable .tiptap table td{font-size:.875em;color:#374151}.post-editor-editable .tiptap sup{font-size:.75em;color:#6b7280}.tiptap-button{display:flex;align-items:center;justify-content:center;padding:6px;background:rgba(0,0,0,0);border:none;border-radius:4px;color:#4b5563;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500}.tiptap-button.is-active,.tiptap-button:hover{background-color:#fff;color:#008285}.tiptap-button svg{width:16px;height:16px}