body.embedded .chat-launcher {
  display: block;
  right: 12px;
  bottom: 12px;
  z-index: 10;
}

body.embedded .chat-panel {
  inset: auto 0 72px 0;
  width: 100vw;
  height: calc(100vh - 72px);
}

body.embedded .chat-panel.closed {
  display: none;
}
