/*
 * The live Göktürk background keeps its perimeter outside the canonical s11
 * wall slot. Use the connected production variant and let that background own
 * the wall artwork; the slot remains interactive and keeps its label/progress.
 */
.village.with-wall
  .bg[style*="gokturk-city-with-wall.png"] {
  background-image:
    url("/assets/assets/targun/villages/backgrounds/gokturk-city-with-wall-connected.png")
    !important;
}

.village.with-wall
  .bg[style*="hun-city-with-wall.png"] {
  background-image:
    url("/assets/assets/targun/villages/backgrounds/hun-city-with-wall-connected.png")
    !important;
}

.village.with-wall
  .bg[style*="gokturk-city-with-wall.png"]
  ~ .slot.slot--wall.has-building
  .slot-img,
.village.with-wall
  .bg[style*="hun-city-with-wall.png"]
  ~ .slot.slot--wall.has-building
  .slot-img {
  display: none !important;
}

.village.with-wall
  .bg[style*="gokturk-city-with-wall.png"]
  ~ .slot.slot--wall.has-building
  .slot-name,
.village.with-wall
  .bg[style*="hun-city-with-wall.png"]
  ~ .slot.slot--wall.has-building
  .slot-name {
  top: 10px !important;
}
