/* Styles for the fullscreen toggle control injected by map-fullscreen.js.
   Kept as an external stylesheet (not a JS-injected <style> tag) so it
   isn't subject to CSP's style-src-elem check. */
.leaflet-control-fullscreen a {
  font: bold 18px/26px system-ui, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.leaflet-container:fullscreen,
.leaflet-container:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
}
