/* XFAME_AVATAR_INNER_SQUARE_REMOVE_FIX_V6 */
body.profile-page-avatar-final .profile-avatar-edit-target-final,
body.profile-page-avatar-final .profile-avatar-edit-target-final > .profile-avatar-current-layer{
  border-radius:22px!important;
  overflow:hidden!important;
}
body.profile-page-avatar-final .profile-avatar-edit-target-final > .profile-avatar-current-layer{
  background:transparent!important;
  box-shadow:none!important;
  inset:0!important;
}
body.profile-page-avatar-final .profile-avatar-edit-target-final > .profile-avatar-current-layer > img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:22px!important;
  overflow:hidden!important;
  clip-path:inset(0 round 22px)!important;
  -webkit-clip-path:inset(0 round 22px)!important;
  background:transparent!important;
}
/* Убираем любые псевдо-слои/внутренние квадраты, если они рисуются отдельными блоками */
body.profile-page-avatar-final .profile-avatar-edit-target-final > .profile-avatar-current-layer::before,
body.profile-page-avatar-final .profile-avatar-edit-target-final > .profile-avatar-current-layer::after{
  display:none!important;
  content:none!important;
}
/* В хедере тоже только скруглённая форма, без внутреннего прямоугольника */
.avatar-btn,
.avatar-btn > img{
  border-radius:14px!important;
  overflow:hidden!important;
}
.avatar-btn > img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  clip-path:inset(0 round 14px)!important;
  -webkit-clip-path:inset(0 round 14px)!important;
}
