.block-collapsing-block-activ-element:hover {
  cursor: pointer;
}

.marker {
  background-color: rgba(26, 87, 51, 1);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.mapboxgl-popup-close-button {
  display: none;
}

body .mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 15px 15px 20px rgba(0, 50, 57, 0.25) !important;
  padding: 10px 10px 16px;
  pointer-events: auto;
  line-height: 1.1;
}

body .mapboxgl-popup-content h3 {
  font-size: 1.3rem;
}

body .mapboxgl-popup-content a {
  text-decoration: none;
}