#range-map {
  height: clamp(60vh, 100vw, 100vh);
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.container {
  margin: 0 auto;
}

/* .leaflet-container {
  width: 100%;
  min-height: 100%;
}

.leaflet-zoom-animated {
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
} */

.title-overlay {
  position: absolute;
  top: clamp(80px, 10%, 150px);
  left: 6%;
  z-index: 1000;
}

.content-overlay {
  position: absolute;
  bottom: clamp(80px, 10%, 150px);
  right: 6%;
  z-index: 1000;
}

#range-map h2.title {
  color: #212121;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "area-normal", sans-serif;
  font-size: clamp(36px, 0.0306818182 * 100vw, 54px) !important;
  max-width: 350px;
  white-space: normal!important;
  display: inline-flex!important;
}
#range-map h2.title br {
  display: inline-flex !important;
}

.color-key {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: rgba(57, 111, 138, 0.40);
  border: 2px solid #212121;
}

.range-details {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: clamp(230px, 40vw, 540px) !important;
  width: 100%;
  opacity: 1;
  transition-duration: .4s;
  flex-direction: column;
}

.range-details.view {
  opacity: 1!important;
}

.range-detail {
  width: auto;
  display: flex;
  padding-right: 0;
  
}

.range-detail:last-child {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.range-detail {
  padding-right: 30px;
  padding-top: 10px;
}

.range-detail:last-child {
  padding-left: 30px;
  padding-right: 0;
}

.attribute {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;

  /* H5 */
  font-family: "Area Normal", "area-normal", sans-serif;
  font-size: clamp(14px, calc(19 / 1546 * 100vw), 19px) !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  margin-left: auto;
  text-align: right;
  justify-content: flex-end;
  line-height: 1.5;
}

.range-wrapper {
  display: flex;
}

#range-map .value__wrapper {
  color: #000;
  font-family: "Area Normal", "area-normal", sans-serif;
  font-size: clamp( 21px, calc(54 / 1546 * 100vw), 54px) !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  /* justify-content: center; */
}

.range-detail:last-child .value__wrapper {  
  justify-content: flex-end;
}

.value-suffix {
  padding-left: 8px;
}
/* 
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  display: none !important;
} */

.avg-range {
  position: relative;
}

.avg-range .attribute {
  padding-bottom: 10px;
}
.range-wrapper .max-range {
  position: relative;
}

.range-wrapper .max-range:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-left: 2px solid #000;
}

@media (max-width: 991px) {
  .title-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .content-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  

  .color-key {
    width: 12px;
    height: 12px;
    border: 1px solid #212121; 
  }

  .attribute {
    padding-bottom: 10px;
    letter-spacing: unset;
  }

  .zoom-hint {
    display: none!important;
  }

  .range-detail {
    padding-right: 15px;
  }

  .range-detail:last-child {
    padding-left: 15px;
  }
}

/* add */
#fixed-range-circle,
#fixed-center-marker {
  position: absolute;
  pointer-events: none;
  z-index: 1000;
}

#fixed-range-circle {
  border-radius: 50%;
  opacity: 1;
}
