.ls-chart {

  &__legends {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;

    &--column {
      flex-direction: column;
    }
  }

  &__legend {
    display: flex;
    align-items: center;
    gap: 0.3rem;

    &--color {
      display: inline-block;
      width: 1rem;
      height: 1rem;
    }

  }
}
