// ============================================================================
// :: Options
// ============================================================================
/*
 * A list of account options the user can choose between. These make use of
 * the radio button component to only let the user select one of the accounts.
 */

// ============================================================================
// :: Root
// ============================================================================
// .o-options {}

// ============================================================================
// :: Elements
// ============================================================================
.o-options__list {
  padding-left: 0;
  padding-top: 2rem;

  list-style-type: none;
}

.o-options__item {
  margin-bottom: 2rem;

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