/* Shops-Karte: volle Contentbreite, feste Höhenspanne, heller
   Ladehintergrund bis die OSM-Kacheln da sind */
#mapkabel {
  width: 100%;
  height: 70vh;
  min-height: 320px;
  max-height: 720px;
  margin-top: 4px;
  border-radius: 12px;
  background: #f2f6fb;
}
