.game-version-badge {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 36;
  min-width: 28px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 7px;
  border: 1px solid rgba(237, 244, 239, 0.2);
  border-radius: 6px;
  background: rgba(8, 14, 12, 0.72);
  color: rgba(237, 244, 239, 0.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  backdrop-filter: blur(8px);
}
