// ============================================================================
// :: List
// ============================================================================
/**
 * Scope defined especially for the visual representation of a list
 */

// ============================================================================
// :: Root
// ============================================================================
.s-list {
  max-width: 72rem;
}
