
.basra-telegram-button .btn {
  display:inline-flex; align-items:center; gap:8px; padding:10px 14px;
  border-radius:999px; text-decoration:none; background:#229ED9; color:#fff; font-weight:600;
  margin-right:8px; box-shadow: 0 10px 20px rgba(0,0,0,.12);
}
.basra-telegram-button .btn.bot { background:#1c7faa; }
.basra-telegram-button .btn:hover { filter:brightness(0.95); }
.basra-telegram-button .tg-icon { width:18px; height:18px; display:inline-block; background: url('../assets/telegram.svg') center/contain no-repeat; }
.basra-telegram-button.floating { position:fixed; z-index:9999; }
.basra-telegram-button.floating.right { right:22px; }
.basra-telegram-button.floating.left { left:22px; }
.basra-telegram-button.floating.bounce { animation: basra-bounce 2.5s ease-in-out infinite; }
@keyframes basra-bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
