/* === DESATIVA CLIQUE APENAS NA BOLHA DO NOVO WIDGET ================ */
/* Mantém o chat (#lhc_widget_v2) e o Need Help normais */
#lhc_status_widget_v2 {
  pointer-events: none !important;
  cursor: default !important;
}

/* Reativa o botão "Need Help" e o X dentro dele */
#lhc_status_widget_v2 .lhc-need-help,
#lhc_status_widget_v2 .lhc-need-help *,
#lhc_status_widget_v2 .lhc-close,
#lhc_status_widget_v2 .lhc-close *,
#lhc_status_widget_v2 [aria-label="Close"],
#lhc_status_widget_v2 [title="Close"] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Garante que o chat aberto continua funcional */
#lhc_widget_v2,
#lhc_widget_v2 * {
  pointer-events: auto !important;
  cursor: auto !important;
}
