.rich-text-editor .ProseMirror{min-height:200px;padding:1rem}.rich-text-editor .ProseMirror:focus{outline:none}.rich-text-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:hsl(var(--muted-foreground));pointer-events:none;height:0}.rich-text-editor .ProseMirror figure.image-with-caption{margin:1.5rem 0;position:relative}.rich-text-editor .ProseMirror figure.image-with-caption img{max-width:100%;height:auto;border-radius:.5rem}.rich-text-editor .ProseMirror figure.image-with-caption figcaption{text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.5rem}.rich-text-editor .ProseMirror figure.image-with-caption figcaption.empty-caption{display:none}.rich-text-editor .ProseMirror h2{font-size:1.5rem;font-weight:700;margin-top:1.5rem;margin-bottom:.75rem}.rich-text-editor .ProseMirror h3{font-size:1.25rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem}.rich-text-editor .ProseMirror ul,.rich-text-editor .ProseMirror ol{padding-left:1.5rem;margin:.75rem 0}.rich-text-editor .ProseMirror ul{list-style-type:disc}.rich-text-editor .ProseMirror ol{list-style-type:decimal}.rich-text-editor .ProseMirror blockquote{border-left:3px solid hsl(var(--border));padding-left:1rem;margin:1rem 0;font-style:italic;color:hsl(var(--muted-foreground))}.rich-text-editor .ProseMirror a{color:hsl(var(--primary));text-decoration:underline}.rich-text-editor .ProseMirror p{margin:.75rem 0}.rich-text-editor .ProseMirror p:first-child{margin-top:0}.rich-text-editor .ProseMirror figure,.rich-text-editor .ProseMirror .image-wrapper{position:relative}.image-action-buttons{position:absolute;top:.5rem;right:.5rem;opacity:0;pointer-events:none;transition:opacity .2s ease;display:flex;gap:.25rem;z-index:50}.rich-text-editor .ProseMirror figure:hover .image-action-buttons,.rich-text-editor .ProseMirror .image-wrapper:hover .image-action-buttons{opacity:1;pointer-events:auto}.image-edit-btn,.image-delete-btn{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;border-radius:.375rem;padding:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.image-edit-btn:hover{background:hsl(var(--primary) / .9)}.image-delete-btn{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.image-delete-btn:hover{background:hsl(var(--destructive) / .9)}
