.people-search-result { cursor: pointer; }
  .people-search-result:hover { border-color: var(--red); box-shadow: var(--sh-sm); }
  .people-search-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 800;
    overflow: hidden;
    flex-shrink: 0;
  }
  .people-search-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .people-search-meta { font-size: 12px; color: var(--mid); line-height: 1.45; }
  .people-search-email { font-size: 12px; display: inline-block; margin-top: 3px; overflow-wrap: anywhere; }
