/*
 * Custom interface tweaks for the admin panel that don't belong in
 * Filament's own precompiled theme and aren't run through our
 * app.css Tailwind/Vite build (the panel doesn't load app.css at all).
 * Loaded directly via a <link> render hook in DashboardPanelProvider.
 * Add further one-off UI adjustments here as they come up.
 */

/* Settings pages (General Settings, Telegram Bot Settings): keep each
   Section from stretching to the full panel width on very large screens. */
@media (min-width: 1536px) {
    .comptop-settings-section {
        max-width: 50%;
    }
}
