/* Legend show/hide for the map dashboards — see site/map-legend.js. */
html.legend-collapsed .leaflet-control-container .legend { display: none !important; }
html:not(.legend-collapsed) .leaflet-control-legend-toggle { display: none; }
/* the pages' own fixed "i" buttons are replaced by the in-map toggle */
.legend-show { display: none !important; }
.leaflet-control-legend-toggle a {
  font: bold 16px/26px Georgia, serif;
  text-align: center;
  text-decoration: none;
  color: #333;
}
