:where(ul, ol)[class] {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

  dd {
    margin-left: 0;

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