.tg-support {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 999px;
  background: #229ED9;
  color: #fff !important;
  font: 650 14px/1 "Segoe UI", system-ui, sans-serif;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
}
.tg-support:hover { filter: brightness(1.08); color: #fff !important; }
.tg-support svg { width: 20px; height: 20px; fill: currentColor; flex: 0 0 20px; }
