:where(li:not(:last-child)) {
  margin-bottom: var(--space--x-small);
}

dl {
  dt {
    font-weight: var(--font-weight--bold);
  }

  dd {
    margin-left: 0;

    &:not(:last-of-type) {
      margin-bottom: var(--space--base);
    }
  }
}
