html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: system-ui, sans-serif;
}

#map {
  height: 100%;
  width: 100%;
}

.leaflet-control-geoapify-address-search .geoapify-search-input {
  border-radius: 20px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
  width: 250px;
}

.leaflet-control-geoapify-address-search .geoapify-search-input:focus {
  border-color: #888;
}

.marker-list {
  position: absolute;
  top: 10px;
  right: 10px;
  max-height: 200px;
  overflow-y: auto;
  background: rgba(255,255,255,0.9);
  padding: 6px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.marker-list li {
  margin: 4px 0;
  cursor: pointer;
}

.marker-list button {
  margin-left: 8px;
  font-size: 14px;
  background: none;
  border: none;
  color: red;
  cursor: pointer;
}
