SLegend {
  position: absolute;
  display: flex;
  justify-content: space-between;
}

SList {
  padding: 0;
  margin: 0;
}

SItem {
  opacity: 1;

  &[use|opacity] {
    opacity: var(--intergalactic-disabled-opacity, 0.3);
  }
}

SControl {
  cursor: pointer;
}
