.maplibre-gl-wrapper {
  height: 400px;
  position: relative;
}

.maplibre-gl-container {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.maplibre-gl-layer-menu {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 10px;
  border-radius: 3px;
  width: 120px;
}

.maplibre-gl-layer-menu a {
  font-size: 13px;
  color: #404040;
  display: block;
  margin: 0;
  padding: 0;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  text-align: center;
}

.maplibre-gl-layer-menu a:last-child {
  border: none;
}

.maplibre-gl-layer-menu a:hover {
  background-color: #f8f8f8;
  color: #404040;
}

.maplibre-gl-layer-menu a.active {
  background-color: #3887be;
  color: #ffffff;
}

.maplibre-gl-layer-menu a.active:hover {
  background: #3074a4;
}

.maplibregl-popup {
  max-width: 400px;
}
