.event-trigger-fan_emote,
.event-trigger-superfan_emote,
.event-trigger-sub_emote {
  position: relative;
  color: #ff91e8 !important;
  border-color: rgba(242, 99, 218, .58) !important;
  background: radial-gradient(circle, rgba(255, 89, 214, .2), rgba(95, 43, 179, .15)) !important;
  box-shadow: inset 0 0 15px rgba(241, 83, 222, .18), 0 0 15px rgba(197, 74, 255, .2) !important;
}
.event-trigger-superfan_emote {
  color: #ffd45c !important;
  border-color: rgba(255, 202, 61, .62) !important;
  background: radial-gradient(circle, rgba(255, 196, 47, .2), rgba(118, 53, 172, .17)) !important;
}
.event-trigger-fan_emote svg,
.event-trigger-superfan_emote svg,
.event-trigger-sub_emote svg {
  width: 26px;
  height: 26px;
  stroke-width: 2.1;
}
.event-trigger-fan_emote:has(img),
.event-trigger-superfan_emote:has(img),
.event-trigger-sub_emote:has(img) {
  background: #0a1932 !important;
}
.event-trigger-fan_emote img,
.event-trigger-superfan_emote img,
.event-trigger-sub_emote img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.event-trigger-badge.emote {
  border-color: rgba(238, 103, 223, .48);
  color: #ffc2f4;
  background: rgba(177, 61, 190, .14);
}
