/* Triades da Árvore: três significados grandes sem perder a última linha. */
.scene-tree .tree-panel:has(.tree-focus-list:not(.is-grid)) {
  justify-content: flex-start;
  gap: 8px;
  padding: 30px 34px 24px;
}

.scene-tree .tree-panel:has(.tree-focus-list:not(.is-grid)) h1 {
  font-size: clamp(46px, 4vw, 62px);
  line-height: .96;
}

.scene-tree .tree-panel:has(.tree-focus-list:not(.is-grid)) > p {
  font-size: clamp(19px, 1.42vw, 24px);
  line-height: 1.28;
}

.scene-tree .tree-panel:has(.tree-focus-list:not(.is-grid)) .tree-focus-list {
  gap: 8px;
  margin-top: 4px;
}

.scene-tree .tree-panel:has(.tree-focus-list:not(.is-grid)) .tree-focus-item {
  min-height: 70px;
  padding: 9px 14px;
  border-radius: 15px;
}

.scene-tree .tree-panel:has(.tree-focus-list:not(.is-grid)) .tree-focus-name {
  font-size: clamp(23px, 1.55vw, 29px);
}

.scene-tree .tree-panel:has(.tree-focus-list:not(.is-grid)) .tree-focus-hebrew {
  font-size: clamp(31px, 2vw, 39px);
}

.scene-tree .tree-panel:has(.tree-focus-list:not(.is-grid)) .tree-focus-meaning {
  font-size: clamp(20px, 1.3vw, 24px);
}

.scene-tree .tree-panel .tree-mode {
  font-size: 22px;
}
