.map-marker.player-human {
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-color: rgba(126, 255, 133, 0.92);
  background: rgba(33, 166, 65, 0.78);
  color: #f4ffe9;
  font-size: 10px;
  box-shadow:
    0 0 0 4px rgba(61, 255, 116, 0.16),
    0 8px 20px rgba(0, 0, 0, 0.3);
}

.map-marker.player-human.local {
  width: 28px;
  height: 28px;
  border-color: rgba(238, 255, 214, 0.96);
  background: rgba(83, 220, 84, 0.9);
  color: #10210f;
}
