/* Map popup */
.map-popup {
  min-width: 160px;
  max-width: 220px;
  font-family: var(--font-sans, system-ui, sans-serif);
}

.map-popup img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 6px;
}

.map-popup a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
  text-decoration: none;
}

.map-popup a:hover { text-decoration: underline; }

.map-popup__price {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2563eb;
}
