/* ==========================================================================
   OCULTAR ELEMENTOS PARA AGENTES (is-agent-user)
   ========================================================================== */

/* 1. Módulos inferiores (Capitán, Contactos, Centro de ayuda, Calls, Campañas) */
body.is-agent-user a[href*="/captain"],
body.is-agent-user button:has(span:contains("Capitán")),
body.is-agent-user a[href*="/contacts"],
body.is-agent-user a[href*="/help-center"],
body.is-agent-user a[href*="/portals"],
body.is-agent-user a[href*="/calls"],
body.is-agent-user a[href*="/campaigns"] {
  display: none !important;
}

/* 2. Sub-elementos de navegación */
body.is-agent-user a[href*="/conversations/all"],
body.is-agent-user a[href*="/conversations/unattended"],
body.is-agent-user a[href*="/conversations/participating"],
body.is-agent-user a[href*="/participating"] {
  display: none !important;
}

/* 3. Ocultar los canales específicos / WhatsApp dentro del menú */
body.is-agent-user a[href*="/inbox/"],
body.is-agent-user a[href*="/label/"] {
  display: none !important;
}

/* 4. Ocultar contenedores <li> o divs huérfanos de esos módulos */
body.is-agent-user li:has(a[href*="/captain"]),
body.is-agent-user li:has(a[href*="/contacts"]),
body.is-agent-user li:has(a[href*="/help-center"]),
body.is-agent-user li:has(a[href*="/calls"]),
body.is-agent-user div:has(> a[href*="/captain"]),
body.is-agent-user div:has(> a[href*="/contacts"]),
body.is-agent-user div:has(> a[href*="/help-center"]) {
  display: none !important;
}

/* ==========================================================================
   PESTAÑAS SUPERIORES: DEJAR SOLO "MÍAS"
   ========================================================================== */
body.is-agent-user div[role="tablist"] > *:nth-child(2),
body.is-agent-user div[role="tablist"] > *:nth-child(3),
body.is-agent-user header div[class*="tabs"] > *:nth-child(2),
body.is-agent-user header div[class*="tabs"] > *:nth-child(3) {
  display: none !important;
}
