/**
 * Mapa superchargerů – Leaflet / OpenStreetMap.
 */

#superchargers-map {
  width: 100%;
  height: 520px;
  margin: 1.2em 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f4f4f4;
}

/* --- ikona markeru --- */
.sc-map-icon {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.45));
}

.sc-map-icon svg {
  width: 100%;
  height: 100%;
}

/* --- popup obsah --- */
.sc-leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 6px;
  padding: 0;
}

.sc-popup {
  font-family: inherit;
  font-size: 0.9em;
  line-height: 1.45;
}

.sc-popup__name {
  font-weight: 700;
  margin-bottom: 4px;
}

.sc-popup__name a {
  color: #e31937;
  text-decoration: none;
}

.sc-popup__name a:hover {
  text-decoration: underline;
}

.sc-popup__location {
  color: #555;
  margin-bottom: 6px;
}

.sc-popup__meta {
  display: flex;
  gap: 12px;
  font-size: 0.88em;
  color: #333;
  margin-bottom: 4px;
}

.sc-popup-tag {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 0.78em;
  font-weight: 600;
}

.sc-popup-tag--open {
  background: #d4edda;
  color: #155724;
}

/* --- tooltip --- */
.sc-leaflet-tooltip {
  font-size: 0.82em;
  font-weight: 600;
}
