.chat-embed-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: white;
  width: 100vw;
  max-width: 100vw !important;
}

body.omega-logic-chat-open {
  overflow: hidden;
}
