/* Style the layer control container */
.leaflet-control-layers {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  border-radius: 10px;
  padding: 8px;
}

/* Style individual checkboxes and labels */
.leaflet-control-layers-selector {
  accent-color: #00703C; /* Windows blue */
}


/* Optional: make the control float higher */
.leaflet-top.leaflet-right {
  top: 10px;
  right: 10px;
}

.leaflet-control-layers label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.leaflet-control-layers img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
