/* Trip map page. Reuses .pg-lightbox styles from gallery.css. */

#trip-map {
  width: 100%;
  height: 72vh;
  min-height: 420px;
  border-radius: 6px;
  z-index: 1; /* keep Leaflet panes under the site nav and the lightbox */
}

.trip-map-legend {
  background: rgba(255, 255, 255, 0.92);
  padding: 0.45rem 0.7rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1.7;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.trip-map-legend span {
  display: block;
  white-space: nowrap;
}

.trip-map-legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: baseline;
}
