/**
 * Temporarily hide the Scanventory support chat widget.
 * Remove this stylesheet (or its <link>) to bring the chat back.
 */
button[aria-label="Open chat"],
[class*="fixed"][class*="bottom-6"][class*="right-6"][class*="w-[380px]"][class*="h-[600px]"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
