/* Hide the built-in "Need help?" support chat button + panel */
.fixed[class*="z-\[55\]"] {
  display: none !important;
}

/* Hide SupportWidget FAB (CSS module classes like _fabImage_ly5ux_59) */
[class*="_fab"],
[class^="_fab"],
img[alt="Support"],
[class*="SupportWidget"],
[class*="_support"],
[class^="_support"] {
  display: none !important;
}

/* Hide Retell dashboard widget FAB specifically */
retell-fab,
[class*="retell-fab"],
[id*="retell-fab"] {
  display: none !important;
}
