/**
 * Adds all the styles for the "Categories & Disciplines" tree used in the building explorer.
 */
@mixin buildingDisciplinesTree() {
  .geoscene-building-disciplines-tree-node {
    &__label {
      --calcite-label-margin-bottom: 0;

      word-break: break-all; // Allow long words to break: #63859
    }
  }
}