
/* RL Mate V17.6.8 – avatar display hardening */
.avatar.has-photo{
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  color:transparent!important;
}
#profileAvatar.has-photo,#topAvatar.has-photo,#mobileProfile.has-photo{
  background-color:#081522!important;
}

/* V17.6.9: legacy v15.css uses background: ... !important on .avatar.
   Photo avatars must override that shorthand. */
.avatar.has-photo{
  background-color:transparent!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
