.larkmap-legend-ramp {
  width: 100%;
}
.larkmap-legend-ramp__dis-continuous {
  width: 100%;
}
.larkmap-legend-ramp__dis-continuous__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0;
}
.larkmap-legend-ramp__dis-continuous__color {
  height: 10px;
}
.larkmap-legend-ramp__dis-continuous__color:first-child {
  border-radius: 5px 0 0 5px;
}
.larkmap-legend-ramp__dis-continuous__color:last-child {
  border-radius: 0 5px 5px 0;
}
.larkmap-legend-ramp__dis-continuous__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.larkmap-legend-ramp__dis-continuous__label {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  font-size: 12px;
  text-align: center;
}
.larkmap-legend-ramp__continuous {
  height: 10px;
  margin: 4px 0;
  border-radius: 5px;
}
.larkmap-legend-ramp__continuous-labelbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
}
