.btn-plugins {
  overflow: visible;
}

.solo-arcade-presence {
  position: absolute;
  inset: -13px;
  pointer-events: none;
}

.solo-arcade-presence-avatar,
.solo-arcade-presence-more {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #607d8b;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .28);
  animation: solo-arcade-presence-in .24s ease-out both;
}

.solo-arcade-presence-avatar:nth-child(1) { top: -2px; left: 1px; }
.solo-arcade-presence-avatar:nth-child(2) { top: -7px; right: 4px; }
.solo-arcade-presence-avatar:nth-child(3) { top: 25px; right: -9px; }
.solo-arcade-presence-avatar:nth-child(4) { bottom: -7px; right: 9px; }
.solo-arcade-presence-avatar:nth-child(5) { bottom: -4px; left: -4px; }

.solo-arcade-presence-more {
  right: -10px;
  bottom: 8px;
  background: #37474f;
}

.avatar-em.solo-arcade-map-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

@keyframes solo-arcade-presence-in {
  from { opacity: 0; transform: scale(.6); }
  to { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .solo-arcade-presence-avatar,
  .solo-arcade-presence-more {
    animation: none;
  }
}
