.avatar-frame-overlay {
  width:132%!important;
  height:132%!important;
  inset:-16%!important;
}
.home-v3-mini-avatars,
.lfg-avatar-with-frame,
.lfg-detail-owner-avatar,
.friend-request-avatar {
  isolation:isolate;
  position:relative;
  overflow:visible!important;
}
.home-v3-mini-avatars {
  place-items:center;
  width:23px;
  height:23px;
  display:inline-grid;
}
.home-v3-mini-avatars>img:first-child,
.lfg-avatar-with-frame>img:first-child,
.lfg-detail-owner-avatar>img:first-child,
.friend-request-avatar>img:first-child {
  z-index:1;
  object-fit:cover;
  border-radius:50%;
  width:100%;
  height:100%;
}
.lfg-best-owner .lfg-avatar-with-frame,
.lfg-match-aside .lfg-avatar-with-frame {
  place-items:center;
  display:grid;
}
.lfg-detail-owner-avatar {
  flex:0 0 42px;
  width:42px;
  height:42px;
  display:block;
}
.lfg-detail-owner .lfg-detail-owner-avatar>img:first-child {
  border:2px solid #ff6a22;
  width:100%;
  height:100%;
}
.friend-avatar {
  isolation:isolate;
  overflow:visible;
}
.friend-avatar>.avatar-frame-overlay {
  z-index:2;
  border:0!important;
}
.friend-avatar>i {
  z-index:3;
}
.friend-request-avatar {
  flex:0 0 40px;
  width:40px;
  height:40px;
  display:block;
}
.avatar-frame-picker-grid .avatar-frame-sample {
  overflow:visible;
}
