.pp-profile-starts {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--surface);
}

.pp-row-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pp-row-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pp-row-avatar-initial {
  font-size: .72rem;
  font-weight: 800;
  color: var(--text-strong);
}
