.profile-ava-user {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.profile-ava-container {
  position: relative;
  margin-right: 12px;
}


.profile-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}




.profile-card {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: var(--bg-profile);
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 15px;
}

.profile-ava {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}



.user-info {
    flex-grow: 1;
}



.name-row {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.user-name {
    font-weight: 600;
    color: var(--text-main);
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
}


.user-subtext {
    font-size: 13px;
    color: var(--text-sub);
    margin-top: 2px;
}


.user-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

.user-vip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

.ava45 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.ava48 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.ava50 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}