/* City skins use a smaller visual safe area than the legacy city sprite. */
.m-flag.skin.me,
.m-flag.skin.pl,
.m-flag.skin.ally {
  bottom: 68px;
}

.map-cursor-player.map-cursor-skin {
  transform: translateY(-54px);
}

.m-cell.city-skin .m-lv {
  bottom: -4px;
}
