.icon {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}

.non-expandable-node {
  width: 20px;
  height: 20px;
}

.wrap {
  padding-right: 16px;
  padding-left: 16px;
}

.row {
  display: flex;
  gap: 5px;
  align-items: center;

  height: 30px;
  padding-bottom: 10px;
}

.label {
  overflow: hidden;
  width: 100%;
  height: 26px;
  border-radius: 8px;
}
