/* Hide the "Remove photo" action. Upload overwrites the existing avatar.
   Defensive selectors to match a few DOM variants.
*/

.profile-photo-actions button[data-action="remove"],
.profile-photo-actions button[data-avatar-action="remove"],
.profile-photo-actions .avatar-remove,
.profile-photo-actions .btn-danger,
.profile-photo-actions .btn-remove,
#profileView button[title*="Remove photo"],
#profileView button[title*="Remove"],
#profileView button[title*="Sterge"],
#profileView button[aria-label*="Remove"],
#profileView button[aria-label*="Sterge"],
#profile-view button[title*="Remove photo"],
#profile-view button[title*="Remove"],
#profile-view button[title*="Sterge"],
#profile-view button[aria-label*="Remove"],
#profile-view button[aria-label*="Sterge"] {
  display: none !important;
}
