/* Hide RichEditor file attachment captions and metadata in admin panel */
.tiptap .attachment__caption,
.tiptap .attachment__metadata-container,
.tiptap figcaption {
    display: none !important;
}

/* Hide figure caption in preview/display mode */
figcaption {
    display: none !important;
}
