.ca-account-settings-block {
  & + & {
    margin: $px24 0 0;
  }
  
  &__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  &__toggle {
    text-decoration: underline;

    @include bp(tablet) {
      font-size: $font-size-m;
    }
  }
  
  &__title {
    font-size: $font-size-m;
    font-weight: $font-weight-bold;

    @include bp(tablet) {
      font-size: $font-size-l;
    }
  }
  
  &__content {
    background-color: $c-white;
    padding: $px12 $px10;
    border: $border-light;
    border-radius: $default-radius;
    margin: $px10 0 0;

    @include bp(tablet) {
      padding: $px20;
    }
  }
  
  &__save {
    margin: $px16 0 0;
  }
}
