.attributeList {
}
.attributeList__attribute {
  font-weight: var(--bold-weight);

  &:not(:first-of-type) {
    margin-block-start: 1em;
  }

  & + .attributeList__value {
    margin-block-start: 0.3em;
  }
}
.attributeList__value {
  margin-block-start: 0.5em;
}

.termsList__group {
  & + & {
    margin-block-start: var(--attributeListSpacing, 0.2em);
  }
  & > * {
    display: inline;
  }
}
.termsList__value--inline {
  //used so that the first element inside dd.termsList__value is inline with dt (eg a <p>)
  & > *:first-child {
    display: inline;
  }
}
