
/* V10 — locally bundled MassGIS municipal-boundary SVG */
.community-grid{grid-template-columns:.90fr 1.75fr .80fr;gap:24px}
.official-static-map-panel{height:390px;display:flex;align-items:center;justify-content:center;overflow:visible}
.official-static-map-wrap{width:100%;height:390px;display:flex;align-items:center;justify-content:center}
.official-static-map{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
@media(max-width:950px){
 .community-grid{grid-template-columns:1fr}
 .official-static-map-panel,.official-static-map-wrap{height:auto;min-height:330px}
 .official-static-map{height:auto}
}
