/* ==========================================================================
 * Description Grid
 * ========================================================================== */

.mds-c-description-grid {
  display: grid;
}

dl.mds-c-description-grid.mds-c-description-list {
  margin-bottom: 0;
}

.mds-c-description-grid__cell {
  margin-bottom: var(--mds-d-spacing--xl);
  max-width: 100%;
}
