.telegram-chat-link {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 9999;
}

.telegram-chat-link img {
  width: 220px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.telegram-chat-link img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

