/* ---- MAP WEB OVERLAY (desktop) ---- */
#map-web-btn {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: #003399;
  color: #ffffff;
  font-size: small;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  border: none;
  vertical-align: middle;
}
#map-web-btn:hover { background: #0033cc; }

#map-overlay-desktop {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.75);
}
#map-overlay-desktop #map-desktop {
  position: absolute;
  top: 40px; left: 40px; right: 40px; bottom: 40px;
}
#map-close-desktop {
  position: absolute;
  top: 8px; right: 48px;
  z-index: 10000;
  width: 32px; height: 32px;
  background: rgba(0,0,0,0.65);
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
}
