.location_map.has-description{display:grid}.location_map.has-description .leaflet-container{grid-area:"map"}.location_map.has-description .map-description{grid-area:"description"}.location_map .leaflet-container{height:500px;width:100%}@media (min-width:900px){.location_map.has-description{grid-template-areas:"map description";grid-template-columns:1fr minmax(250px,400px)}}@media (max-width:899px){.location_map.has-description{grid-template-areas:"map" "description"}}
