/* Ensure images in RichEditor don't overflow */
.tiptap-editor img,
.filament-rich-editor img,
.ProseMirror img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0.5rem 0;
}
