.goal-stage #goal-steps,
.goal-stage .goal-flag {
  z-index: 2;
}

.goal-stage #walker {
  position: absolute !important;
  z-index: 100 !important;
  left: 12px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 1.3em;
  height: 1.3em;
  border: 3px solid rgba(255, 255, 255, .95);
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  isolation: isolate;
  pointer-events: none;
  filter: drop-shadow(0 6px 4px #174f6899);
}
