/* Biblical-places map. */
.places-wrap { max-width: var(--maxw, 1200px); margin: 0 auto; }
.places-head { text-align: center; margin: 0 0 14px; }
.places-head h1 { font-family: var(--font-scripture); color: var(--c-text); margin: 0 0 4px; }
.places-head p { color: var(--c-muted); margin: 0; }
#places-map {
  height: 72vh;
  min-height: 460px;
  border: 1px solid var(--c-border, #e6e2da);
  border-radius: var(--radius, 10px);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.map-legend {
  display: flex; gap: 18px; justify-content: center;
  margin: 12px 0; color: var(--c-muted); font-family: var(--font-ui); font-size: 14px;
}
.map-legend span { display: inline-flex; align-items: center; gap: 6px; }
.map-legend i { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.map-error { text-align: center; color: var(--c-bordeaux); padding: 20px; }
.map-pop { font-family: var(--font-ui); font-weight: 700; color: var(--c-teal-dark); text-decoration: none; }

/* Chapter mini-map (reader study panel + homepage circle panel). */
.mx-mini-map { height: 320px; border-radius: 8px; overflow: hidden; border: 1px solid var(--c-border); }
.leaflet-container { direction: ltr; font: inherit; }
