/* Frontend styling for Locations Map */

#g-map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-color: #eee;
}

#gml-location-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  /* Outer borders removed */
}

#gml-location-list li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}

.gml-location-title {
  font-size: 24px;
  margin: 10px 0;
  text-align: center;
}

/* Additional styling as needed */