/**
 * Styles for CMS rich editor content (CmsRichEditor) in Filament admin.
 * Published to public/css via `php artisan filament:assets`.
 */
.fi-fo-rich-editor .ProseMirror {
    line-height: 1.6;
}

.fi-fo-rich-editor .ProseMirror p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.fi-fo-rich-editor .ProseMirror h1,
.fi-fo-rich-editor .ProseMirror h2,
.fi-fo-rich-editor .ProseMirror h3 {
    font-weight: 600;
    margin-top: 0.75em;
    margin-bottom: 0.35em;
}
