/* ----------------------------------------------------------------------------
    Copyright © 2025 Philippe Mavridis <philippe.mavridis@yandex.com>
    Distributed under the terms of CC-BY-SA 4.0:
      https://creativecommons.org/licenses/by-sa/4.0/deed.en
---------------------------------------------------------------------------- */

#map
{
  width: 90vw;
  height: 100%;
}

#map .widget
{
  background: rgba(255, 255, 255, .66);
  border-radius: 1em;
  padding: 1em;
  color: #555555;
  user-select: none;
}

#map .legend
{
  line-height: 18px;
}

#map .legend i
{
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

#map .leaflet-popup-content
{
  width: 25em;
}

#map button,
#map select
{
  padding: 0 .25em;
  border: solid 1px #555555;
  height: 1.5em;
  margin: 0;
  background: #eeeeee;
}

#map .chooser button:nth-child(1)
{ border-radius: 5px 0 0 0; border-width: 1px 0 1px 1px; }
#map .chooser button:nth-child(3)
{ border-radius: 0 5px 0 0; border-width: 1px 1px 1px 0; }
#map .chooser button:nth-child(5)
{ border-radius: 0 0 5px 5px; border-width: 0 1px 1px 1px; }