/* ==========================================================================
 * Description List
 * ========================================================================== */

.mds-c-description-list {
  color: var(--mds-t-text-color--primary);
  width: 100%;

  &:not(:last-child) {
    margin-bottom: var(--mds-d-spacing--xl);
  }
}

.mds-c-description-list__title {
  @mixin mds-m-label--size-med;

  margin-bottom: var(--mds-d-spacing--xs);
  overflow-wrap: break-word;
}

.mds-c-description-list__description {
  @mixin mds-m-text--size-med;

  overflow-wrap: break-word;

  &:not(:last-child) {
    margin-bottom: var(--mds-d-spacing--xl);
  }
}
