$user-profile-prefix-cls: #{$cui-prefix}-user-profile;

.#{$user-profile-prefix-cls} {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 10px;
  text-align: center;

  &-nick {
    width: 100%;
    margin-top: 16px;
    color: $gray-1;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }

  &-id {
    margin-top: 3px;
    width: 100%;
    color: $gray-7;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
  }

  &-action-btn {
    width: 100%;
  }

  &-action {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  &-action-name {
    margin-left: 8px;
  }
}