/* HaiRui team portraits v0.7.7 */
.team-profile-card img.team-photo{
  width:116px;
  height:174px;
  border-radius:13px;
  object-fit:cover;
  object-position:center top;
  display:block;
  background:#eef3f8;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.45);
}
.team-profile-card{align-items:start}
.team-profile-body{min-width:0}
.team-profile-body h3{margin:2px 0 5px}
.team-org,.team-experience,.team-focus{overflow-wrap:anywhere}
.team-experience{margin:0 0 9px;color:#66768a;font-size:12px;line-height:1.62}
@media(max-width:760px){
  .team-profile-card{grid-template-columns:92px minmax(0,1fr);gap:16px}
  .team-profile-card img.team-photo{width:92px;height:138px}
}
