.town-shop {
  display: grid;
  gap: 0.75rem;
}

.town-shop-copy {
  color: #d1d5db;
}

.town-shop-gold {
  color: #fff;
  margin-top: 0.1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.town-shop-gold strong {
  color: #facc15;
}

.town-shop-section {
  background: #000;
  display: grid;
  gap: 0.35rem;
  padding: 0.7rem 0.8rem 0.8rem;
}

.town-shop-heading {
  color: #fff;
  font-size: 1.18rem;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.town-shop-list {
  display: grid;
  gap: 0;
  margin-inline: -0.8rem;
}

.town-shop-section > .town-shop-list:last-child {
  margin-bottom: -0.8rem;
}

.town-shop-row {
  align-items: center;
  background: #000;
  border-bottom: 3px solid rgba(255, 255, 255, 0.28);
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.5rem 0.8rem;
}

.town-shop-row-link {
  color: inherit;
  text-decoration: none;
}

.town-shop-row-link:focus-visible {
  outline: 2px solid #facc15;
  outline-offset: 2px;
}

.town-shop-row:last-child {
  border-bottom: 0;
}

.town-shop-row-main {
  align-items: center;
  display: flex;
  gap: 0.55rem;
  min-width: 0;
}

.town-shop-icon-wrap {
  align-items: center;
  background: #000;
  border: 1px solid #fff;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.town-shop-icon-wrap img {
  max-height: 24px;
  max-width: 24px;
}

.town-shop-map-icon {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.town-shop-item-meta {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.4rem;
}

.town-shop-item-link {
  color: #fff;
  font-size: 1.16rem;
  line-height: 1.05;
  text-decoration: none;
}

.town-shop-special {
  color: #eab308;
  font-weight: 700;
  line-height: 1.05;
}

.town-shop-stats {
  color: #d1d5db;
  display: flex;
  font-size: 0.98rem;
  gap: 0.75rem;
  line-height: 1.05;
  width: 100%;
}

.town-shop-price {
  color: #d1d5db;
  display: grid;
  justify-items: end;
  margin-left: 0.5rem;
  min-width: 122px;
  text-align: right;
}

.town-shop-price span {
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  line-height: 1.05;
  text-transform: uppercase;
}

.town-shop-price strong {
  color: #facc15;
  font-size: 1.03rem;
  line-height: 1.1;
}

.town-shop-price-owned strong {
  color: #86efac;
}

.town-shop-empty {
  border: 3px dashed rgba(255, 255, 255, 0.35);
  color: #d1d5db;
  padding: 0.55rem 0.65rem;
}

@media (hover: hover) {
  .town-shop-row-link:hover {
    background: rgba(255, 255, 255, 0.03);
  }

  .town-shop-row-link:hover .town-shop-item-link {
    color: #facc15;
  }
}

@media (max-width: 640px) {
  .town-shop-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
    grid-template-columns: 1fr;
  }

  .town-shop-price {
    justify-items: start;
    margin-left: 0;
    min-width: 0;
    text-align: left;
  }

  .town-shop-stats {
    flex-direction: column;
    gap: 0.12rem;
  }
}
