<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#chatbot-iframe {
  overflow: hidden;
  bottom: 10px;
  right: 10px;
  position: fixed;
  z-index: 99999;
}

#chatbot-iframe.chatbot-open {
  width: 100%;
  height: 100%;
  max-width: 460px;
  max-height: 700px;
}

#chatbot-iframe.chatbot-closed {
  width: 210px;
  height: 70px;
}

#chatbot-iframe.chatbot-closed.chatbot-hide-help {
  width: 70px;
  height: 70px;
}</pre></body></html>