html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

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

.leaflet-popup-content {
    margin: 10px;
    line-height: 1.2;
}

.leaflet-popup-content-value h3 {
    margin: 0 0 5px 0;
    color: #2c3e50;
}

.leaflet-popup-content-value p {
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.4;
}

.tag {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}
.venue-tag { background-color: #9b59b6; }
.food-tag { background-color: #e67e22; }

.info-panel {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
  background: rgba(255,255,255,0.95);
  padding: 14px 18px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.info-panel h2 {
  margin: 0 0 8px;
  font-size: 20px;
}
