.support-nav-link {
  position: relative;
}

.support-unread-badge {
  position: absolute;
  top: 2px;
  left: calc(50% + 5px);
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ef233c;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  text-align: center;
  box-shadow: 0 2px 7px #7d071f59;
}

.support-unread-floating {
  z-index: 9999;
  position: fixed;
  pointer-events: none;
}
