/* legends */
.legends--list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  padding: 0;
  margin: 0;
}

.legends-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: var(--clr-gray-dark);
}

.legends-prefix-label {
  font-weight: var(--fw-medium);
}

.legends-list-item {
  display: flex;
  gap: 5px;
  align-items: center;
}

.legends-list-item:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-indicator, #000);
  display: block;
  border-radius: 100%;
}

.range-0-19 {
  --color-indicator: #ff8281;
}

.range-20-39 {
  --color-indicator: #ffcd67;
}

.range-40-59 {
  --color-indicator: #f4eb98;
}

.range-60-79 {
  --color-indicator: #97d392;
}

.range-80-100 {
  --color-indicator: #6dc069;
}


/* legends-style-overide */
.legends-style-overide .legend-item {
  line-height: 1.25;
}

.legends-style-overide .custom-legend-block .symbol {
  flex-shrink: 0;
}
