.dl {
  margin-top: spacing(-1);
  margin-bottom: spacing(-1);

  dt {
    @include set-font(-1, "single", $weight: "bold", $transform: "uppercase", $max-width: "default");
  }

  dd {
    @include content-container;
    max-width: $line-width-max;

    margin: 0;

    & + dt {
      margin-top: spacing(-1);
    }

    &.dl__description--large {
      @include set-font(2, "single", $weight: "light")
    }
  }

  &--dense {
    dd + dt {
      margin-top: spacing(-3);
    }
  }
}
