.stock-location-tree {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stock-location-tree__children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stock-location-tree__node {
  padding-left: 1rem;
}

.stock-location-tree__row {
  border-bottom: 1px solid var(--color-separator);
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.3rem 0;
}

.stock-location-tree__label {
  align-items: center;
  display: flex;
  font-weight: bold;
  gap: 0.3rem;
}

.stock-location-tree__code {
  color: var(--color-dark-grey);
}