/* WAIpress Chatbot Widget Styles */

#waipress-chatbot-widget {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#wai-chat-toggle:hover {
  transform: scale(1.1);
}

@media (max-width: 480px) {
  #wai-chat-panel {
    width: calc(100vw - 20px) !important;
    height: calc(100vh - 120px) !important;
    bottom: 76px !important;
    right: 10px !important;
  }
}
