.wing-avatar.has-profile-avatar{background-color:#111827;background-repeat:no-repeat;box-shadow:0 0 0 1px rgba(39,215,255,.28)}

/* The timeline already reserves and positions its avatar column. Reuse that
   existing box instead of adding a second left padding, which shifted only
   messages decorated with a real profile image. */
.wing-status-log>p[data-profile-avatar-applied="1"]::before{
  background-image:var(--wing-row-avatar)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  color:transparent!important;
  text-shadow:none!important;
  box-shadow:0 0 0 1px rgba(39,215,255,.2)
}

.wing-member-avatar.has-profile-avatar{
  flex:0 0 30px;
  width:30px;
  height:30px;
  background-color:#111827;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  color:transparent;
  overflow:hidden;
  box-shadow:0 0 0 1px rgba(39,215,255,.2)
}
