.scb-chat-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 9999;
}

.scb-chat-button a img {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.scb-chat-button a img:hover {
  transform: scale(1.1);
}
