/*
 * habot WP Connector — external CSS file
 * Core styles are also injected via JS (injectStyle).
 * This file can be used for additional WP-specific overrides.
 */

/* Ensure habot widget sits above common WP themes */
.habot-wrapper {
  z-index: 99999 !important;
  pointer-events: none !important;
}

.habot-launcher,
.habot-window--open {
  pointer-events: auto !important;
}
