/* MapLibre theme bridge for the shared public light/dark switch. */
body.light-theme .maplibregl-popup-content{
  background:#f5f4f1!important;
  color:#111214!important;
  box-shadow:0 12px 40px rgba(0,0,0,.16)!important;
}
body.light-theme .maplibregl-popup-tip{
  border-top-color:#f5f4f1!important;
  border-bottom-color:#f5f4f1!important;
}
body.light-theme .maplibregl-popup-close-button{color:#111214!important}
body.light-theme .store-map-popup-location{color:rgba(17,18,20,.5)}
body.light-theme .store-map-popup-address{color:rgba(17,18,20,.65)}
body.light-theme .store-map-popup-links a{color:#111214}
body.light-theme .maplibregl-ctrl-group{
  background:#f7f6f2;
  box-shadow:0 0 0 1px rgba(0,0,0,.08);
}
body.light-theme .maplibregl-ctrl button .maplibregl-ctrl-icon{filter:none}
