.streamer-card {
  position: relative;
}

.stream-live-badge {
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  top: calc(var(--streamer-card-size, 164px) - 30px) !important;
  width: auto !important;
  min-width: 36px !important;
  max-width: none !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  line-height: 1 !important;
  transform: translateX(-50%) !important;
}
