/*!* Custom CSS styly *!*/

/* Scoped to external editor sessions (see AdminPanelProvider HEAD_END hook). */
html.famalo-external-user .fi-global-search-ctn {
    display: none !important;
}

html.famalo-external-user #filament-language-switcher {
    display: none !important;
}

html.famalo-external-user .re-external-editor-description.fi-fo-rich-editor-main,
html.famalo-external-user .re-external-editor-description .fi-fo-rich-editor-content {
    min-height: 200px;
    cursor: text;
}

html.famalo-external-user .re-external-editor-description .tiptap.ProseMirror {
    min-height: 200px;
}
