.menu-item{display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(17,24,39,.12);border-radius:10px;background:#fff;color:#111827;padding:8px 12px;font-size:14px;font-weight:600;cursor:pointer}.menu-item.active{background:#111827;color:#fff}.menu-bar{display:flex;flex-wrap:wrap;gap:8px}.editor-container{display:flex;flex-direction:column;gap:12px}.editor-content{min-height:280px;border:1px solid rgba(17,24,39,.12);border-radius:12px;padding:16px;background:#fff}.editor-content .ProseMirror{min-height:240px;outline:none}