ul,
ol {
  margin-bottom: ($line-height-computed / 2);
  padding-left: 40px;
}

dl {
  margin-bottom: $line-height-computed;
}

dt,
dd {
  line-height: $line-height-base;
}

dt {
  font-weight: 700;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}
