// ============================================================================
// :: Account
// ============================================================================
/**
 * Scope defined especially for the visual representation of an summary
 */

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

  .m-summary {
    margin-bottom: 8rem;

    &:last-child {
      margin-bottom: 0;
    }
  }
}
