/* Keep VisuChat launcher above page content; never clip the widget host. */
[data-visu-chat-widget] {
  position: fixed !important;
  z-index: 2147483647 !important;
  pointer-events: none !important;
  background: transparent !important;
}

body.visu-admin [data-visu-chat-widget] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html,
body {
  /* Do not clip fixed-position chat launcher on mobile */
  overflow-x: hidden;
}

.visu-page-root,
.top-header,
.dry-eye-container,
.site-footer {
  overflow-x: clip;
}
