.v3-resident-map{grid-template-columns:repeat(4,minmax(0,1fr));counter-reset:resident-stop}
.v3-resident-map details{counter-increment:resident-stop}
.v3-resident-map details:first-child{grid-row:auto}
.v3-resident-map details:last-child{grid-column:auto}
.v3-resident-map summary::before{content:counter(resident-stop,decimal-leading-zero);display:block;font-size:.875rem;color:var(--olive);font-variant-numeric:tabular-nums;margin-bottom:.75rem}
@media(max-width:1100px){.v3-resident-map{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.v3-resident-map{grid-template-columns:1fr}}
