
.cpace-map-wrap{
  position: relative;
}
#cpace-map {
  width: 100%;
  height: 672px;
  border: 2px solid #33829C;
}
.legend {
  position: absolute;
  bottom: 2px;
  left: 2px;
  background: white;
  padding: 10px 15px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 1.6;
  z-index: 9;
  font-weight: 600;
}
.legend div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.legend span {
  display: inline-block;
  width: 40px;
  height: 25px;
  margin-right: 8px;
  border-radius: 2px;
}
.mapboxgl-ctrl button{
  background-color: transparent !important;
  padding: 0 !important;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib{
  display: none;
}

button.mapboxgl-popup-close-button {
    font-size: 11px;
    padding: revert-layer;
}