/* CallTecAi dashboard customizations */

/* Hide Help Center sidebar group (Sidebar.vue uses i-lucide-library-big for "Portals") */
a[href*="/portals"],
a[href$="/portals"],
li:has(a[href*="/portals"]),
li:has([class*="i-lucide-library-big"]),
div:has(> [class*="i-lucide-library-big"]):not(body):not(html) {
  display: none !important;
}

/* Hide Integrations from Settings sub-nav */
a[href*="/settings/integrations"],
li:has(> a[href*="/settings/integrations"]) {
  display: none !important;
}

/* Hide the welcome/onboarding feature-card grid shown on empty dashboard */
div[class*="grid-cols-2"][class*="grid-rows-"][class*="auto_1fr_1fr"] {
  display: none !important;
}
