.store-map { min-height: 430px; background: #e7ecee; }
.store-map iframe { display:block; width:100%; height:100%; min-height:430px; border:0; }
.map-placeholder { height:100%; min-height:430px; display:grid; place-content:center; gap:8px; padding:30px; text-align:center; color:#65737a; }
.map-placeholder strong { font-size:22px; }
.map-placeholder span { font-size:12px; }
@media(max-width:720px){.store-map,.store-map iframe,.map-placeholder{min-height:300px}}
