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

.marker {
  background-color: transparent;
  width: 60px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

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

body .mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 15px 15px 20px rgba(var(--main-color-dark), 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;
}