.leaflet-container {
  height: auto !important;
  aspect-ratio: 3/2;
}

.views-block--map-leaflet--legend {
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.views-block--map-leaflet--legend__item {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-flow: row nowrap;
}
.views-block--map-leaflet--legend__color-box {
  width: 12px;
  height: 12px;
}
.views-block--map-leaflet--legend__label {
  font-size: 15px;
}

.views-block--map-leaflet--descriptions__item {
  padding: 35px 10px;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.views-block--map-leaflet--descriptions__item.is-active {
  background-color: #D8EFEB;
}
.views-block--map-leaflet--descriptions__category {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.views-block--map-leaflet--descriptions__category .back-to-map {
  margin-left: 20px;
}
.views-block--map-leaflet--descriptions__name {
  font-weight: bold;
  margin-bottom: 0;
}
.views-block--map-leaflet--descriptions__tag {
  font-weight: 400;
  padding: 2px 8px;
}
.views-block--map-leaflet--descriptions__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.leaflet-popup .tooltip__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 5px;
  padding: 13px;
  font-size: 14px;
}
.leaflet-popup .tooltip__content__title {
  font-weight: bold;
  text-align: center;
}
.leaflet-popup .tooltip__content__text {
  line-height: 1.5;
}
.leaflet-popup .tooltip__actions {
  padding: 0 13px 13px;
  display: flex;
  justify-content: flex-end;
}
.leaflet-popup .tooltip__readmore {
  appearance: none;
  font-size: 14px;
  cursor: pointer;
}
.leaflet-popup .leaflet-popup-content-wrapper {
  background: #D8EFEB;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}
.leaflet-popup .leaflet-popup-tip-container {
  display: none;
}
.leaflet-popup .leaflet-popup-content {
  margin: 0;
}
.leaflet-popup .leaflet-popup-close-button {
  color: #4d4d4d;
}

/*# sourceMappingURL=views--map-leaflet.css.map */
