.synergilive-badge-anchor:not(.synergimatch-wrapper) {
  position: relative;
}

.bottom-bar .synergilive-badge-anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.synergilive-unread-badge {
  position: absolute;
  top: -7px;
  right: -9px;
  z-index: 10050;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #e60023;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  display: none;
  align-items: center;
  justify-content: center;
  font: 800 11px/1 Arial, sans-serif;
  pointer-events: none;
}

.bottom-bar .synergilive-unread-badge {
  top: 2px;
  right: 0;
}
