.larkmap-legend-category__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.larkmap-legend-category__content__labels {
  letter-spacing: 2;
  text-transform: uppercase;
  font-family: PingFangSC;
  line-height: 2;
}
.larkmap-legend-category__content__shape {
  margin-right: 15px;
}
.larkmap-legend-category__content__square {
  width: 32px;
  height: 15px;
}
.larkmap-legend-category__content__circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
