.places-map{width:100%;height:min(68vh,46rem);min-height:28rem;border:1px solid var(--line);background:var(--surface)}.map-status{margin-top:.6rem;color:var(--text-muted);font-size:var(--step--1)}.leaflet-container{background:#d8ded5;font-family:var(--font-body)}.leaflet-control-attribution,.leaflet-control-attribution a{color:#252a25}.map-marker{border:2px solid #fff;border-radius:50%;background:#4e6500;box-shadow:0 0 0 2px rgba(23,26,23,.5),0 .25rem .65rem rgba(23,26,23,.35)}.map-marker span{display:block;width:100%;height:100%}.map-popup{min-width:13rem;color:#171a17}.map-popup strong{display:block;margin-bottom:.45rem;font-family:var(--font-display);font-size:1.2rem}.map-popup ul{display:grid;gap:.3rem;padding:0;list-style:none}.map-popup a{color:#304300;font-weight:650}.place-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);list-style:none}.place-index__item{padding:var(--space-3);border-right:1px solid var(--line);border-bottom:1px solid var(--line);scroll-margin-top:6rem}.place-index__item:nth-child(2n){border-right:0}.place-index__focus{display:flex;width:100%;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:var(--space-2);padding:0;border:0;background:0 0;text-align:left}.place-index__focus span:first-child{font-family:var(--font-display);font-size:var(--step-1)}.place-index__focus span:last-child{color:var(--text-faint);font-size:var(--step--1)}.place-index__item>ul{display:grid;gap:.55rem;padding:0;list-style:none}.place-index__item li{display:flex;justify-content:space-between;gap:1rem}.place-index__item time{color:var(--text-faint);font-size:var(--step--1)}@media(max-width:40rem){.places-map{height:60vh;min-height:23rem}.place-index{grid-template-columns:1fr}.place-index__item{border-right:0}}