/*
 * Panel style overrides.
 *
 * Previously this lived in a custom Vite theme (resources/css/filament/
 * management/theme.css). Filament v4 requires Tailwind v4 for custom themes,
 * which would have forced the public site's CSS build to Tailwind v4 as well.
 * The theme only ever carried the rule below, so it is registered as a plain
 * CSS asset instead and the panel uses Filament's precompiled default theme.
 */
.fi-fo-rich-editor {
    overflow: hidden;
}
