/* 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.meibovue-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;
}

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