.storable-chatbot-widget {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.storable-chatbot-widget__iframe {
  display: block;
  width: 0;
  height: 0;
  max-height: 100vh;
  max-width: 100vw;
}

.storable-chatbot-widget__iframe-widget--minimized {
  height: 88px;
  width: 88px;
}

.storable-chatbot-widget__iframe-widget--open {
  height: 716px;
  width: 416px;
}

.storable-chatbot-widget__iframe-flyer--open {
  height: 462px;
  width: 388px;
}

@media screen and (max-width: 768px) {
  .storable-chatbot-widget__iframe-widget--minimized {
    height: 88px;
    width: 88px;
  }

  .storable-chatbot-widget__iframe-widget--open {
    height: 716px;
    width: 416px;
  }

  .storable-chatbot-widget__iframe-flyer--open {
    height: 462px;
    width: 388px;
  }
}

@media screen and (max-width: 480px) {
  .storable-chatbot-widget__iframe-widget--minimized {
    height: 88px;
    width: 88px;
  }

  .storable-chatbot-widget__iframe-widget--open {
    height: 100vh;
    width: 100vw;
  }

  .storable-chatbot-widget__iframe-flyer--open {
    height: 88px;
    width: 88px;
  }
}
