@mixin labelStyle() {
  cursor: pointer;
  overflow-wrap: break-word;

  color: var(--token-color-text-neutral);

  &[disabled] {
    cursor: not-allowed;
  }
}
