.profile-territory-cell::before {
  display: none;
}

.profile-territory-perimeter {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: var(--profile-step-x);
  overflow: visible;
  pointer-events: none;
}

.profile-territory-perimeter line {
  stroke: var(--territory-colour);
  stroke-width: 2.5;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}

.profile-territory-cell picture {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  overflow: visible;
  pointer-events: none;
}

.profile-territory-cell img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-width: none;
  transform-origin: 50% 72%;
  filter: drop-shadow(0 2px 0 rgba(18, 35, 28, .95)) drop-shadow(0 0 2px rgba(18, 35, 28, .8));
}
