/**
 * Kenh Telegram iNET - nut noi goc phai
 * Mac dinh: xep tren nut chat cua chat.inet.vn (toggle 50px, right 7px, bottom 11px)
 * .above-net: xep tren nut "NET ho tro" cua chatbot AI (right 20px, cao 46px tu bottom 20px)
 */
#inet-telegram-channel {
  position: fixed;
  right: 12px;
  bottom: 71px;
  z-index: 9999;
  display: block;
  line-height: 0;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

#inet-telegram-channel img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  filter: drop-shadow(0 4px 10px rgba(10, 108, 203, 0.35));
}

#inet-telegram-channel:hover {
  transform: translateY(-2px);
}

#inet-telegram-channel.above-net {
  right: 20px;
  bottom: 74px;
}

@media (max-width: 767px) {
  #inet-telegram-channel,
  #inet-telegram-channel.above-net {
    right: 19px;
    bottom: 70px;
  }

  #inet-telegram-channel img {
    width: 36px;
    height: 36px;
  }
}
