.users-rating-item {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: -24px;
  margin-right: -24px;
  translate: 0.3s;
}

.users-rating-item:hover {
  background-color: #16161608;
}

.users-rating-item__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.users-rating-item__group-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 24px;
}

.users-rating-item__group-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.users-rating-item__index {
  font-weight: 500;
}

.users-rating-item__rating {
  font-size: 11px;
  color: #8F8F8F;
  white-space: nowrap;
}

.users-rating-item__username {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.users-rating-item__description {
  font-size: 12px;
  color: #8F8F8F;
  height: calc(12px * 1.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.users-rating-item__avatar {
  flex-shrink: 0;
  user-select: none;
}

.users-rating-item__avatar img {
  border-radius: 50em;
}

.users-rating-item__avatar .user__avatar-name {
  width: 32px;
  height: 32px;
  border-radius: 50em;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  display: flex;
  background: var(--avatar-color);
}

.users-rating-item__avatar .user__avatar-name,
.users-rating-item__avatar .user__avatar-name:hover {
  text-decoration: none;
  color: #fff;
}
