/* ================= REMOVE EXISTING CHATBOT ================= */
iframe[src*="chat"],
iframe[src*="support"],
iframe[src*="widget"],
[class*="chat"],
[class*="Chat"],
[id*="chat"],
[id*="Chat"],
[class*="widget"],
[id*="widget"],
[class*="launcher"],
[id*="launcher"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}/* ANDX chat — force iframe to escape Zoho container and pin to viewport */
iframe[src*="fab-embed"] {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 470px !important;
  height: 740px !important;
  border: 0 !important;
  background: transparent !important;
  z-index: 2147483647 !important;
}

/* Undo transforms on the widget wrapper so fixed positioning works */
*:has(> iframe[src*="fab-embed"]),
*:has(iframe[src*="fab-embed"]) {
  transform: none !important;
  filter: none !important;
  perspective: none !important;
  overflow: visible !important;
  contain: none !important;
  position: static !important;
}

