/* Chat Button */
#gorgias-chat-container #chat-button {
  right: 10px !important;
  bottom: 60px !important;
}

@media screen and (max-width: 480px) {
  /* Chat Button */
  #gorgias-chat-container #chat-button {
    right: 5px !important;
    bottom: 50px !important;
  }
}