html, body, #map {
  height: 100%;
  margin: 0;
  padding: 0;
}
.leaflet-popup-content-wrapper {
  border-radius: 12px;
  background: #f8f9fa;
  color: #333;
  font-family: sans-serif;
}
.leaflet-popup-content {
  font-size: 14px;
}
#popup-form input, #popup-form button {
  width: 100%;
  margin-top: 5px;
}
#popup-form button {
  padding: 8px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#popup-form button:hover {
  background: #0056b3;
}
.leaflet-control .legend {
  font-family: sans-serif;
  font-size: 16px;
}


.poi-icon {
  font-size: 22px;
}

.protected-icon {
  font-size: 20px;
}




#legal-links {
  position: fixed;
  bottom: 10px;
  left: 10px;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.85);
  padding: 6px 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  z-index: 1000;
}

#legal-links a {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
}

#legal-links {
  background-color: transparent;
}


#legal-links a:hover {
  text-decoration: underline;
}


.leaflet-bar a {
  background-color: white;
  color: black;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  z-index: 1000;
  border: 1px solid #ccc;
  border-radius: 4px;
}



.weather-info {
  min-width: 160px;
  max-width: 220px;
}
