
/* SDA v221 - respaldo: no mostrar ANGEL en botón superior de Configurar IA */
body button.investiga-angel-toggle-v218:not([title="Abrir ANGEL"]):not([aria-label="Abrir ANGEL"]) {
  display: inline-flex !important;
}

/* El estilo v218 se permite únicamente en el contenedor flotante inferior */
body .fixed.bottom-6.right-6 button.investiga-angel-toggle-v218,
body [class*="bottom-6"][class*="right-6"] button.investiga-angel-toggle-v218,
body [class*="bottom-"][class*="right-"] button.investiga-angel-toggle-v218 {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Si algún botón superior quedó marcado visualmente como ANGEL, se desactiva su icono personalizado */
body button.investiga-angel-toggle-v218:not(:is(.fixed.bottom-6.right-6 button, [class*="bottom-6"][class*="right-6"] button, [class*="bottom-"][class*="right-"] button)) .investiga-angel-toggle-wrap-v218 {
  display: none !important;
}
