.scriptrizsc-chat-button a {
  display: inline-block;
  margin: 0 5px;
}

.scriptrizsc-chat-button img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.scriptrizsc-chat-button img:hover {
  transform: scale(1.1);
}
