/* Custom styling for RichEditor - Isi Surat */
.fi-fo-rich-editor .tiptap.ProseMirror {
    min-height: 400px !important;
    max-height: 600px !important;
    overflow-y: auto;
    padding: 1rem;
}

/* Styling untuk prose content */
.fi-fo-rich-editor .tiptap.ProseMirror.prose {
    max-width: 100% !important;
}

/* Ensure proper spacing */
.fi-fo-rich-editor {
    width: 100%;
}

.fi-fo-rich-editor .tiptap p {
    margin-bottom: 0.75rem;
}

.fi-fo-rich-editor .tiptap h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.fi-fo-rich-editor .tiptap h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.fi-fo-rich-editor .tiptap ul,
.fi-fo-rich-editor .tiptap ol {
    margin-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.fi-fo-rich-editor .tiptap blockquote {
    border-left: 4px solid #e5e7eb;
    padding-left: 1rem;
    margin: 1rem 0;
    font-style: italic;
}
