/* REMOVE avatar/icon everywhere (header & dropdown) */
#tkProfileBtn img,
#tkProfileBtn [class*="avatar"],
#tkProfileBtn [id*="avatar"],
#tkProfileBtn svg,
#tkProfileBtn canvas,
#tkProfileMenu img,
#tkProfileMenu [class*="avatar"],
#tkProfileMenu [id*="avatar"],
#tkProfileMenu svg,
#tkProfileMenu canvas {
  display: none !important;
}

/* Common initial/letter implementations */
#tkProfileBtn .avatar-initial,
#tkProfileMenu .avatar-initial,
#tkProfileBtn [data-initial],
#tkProfileMenu [data-initial],
#tkProfileBtn [data-letter],
#tkProfileMenu [data-letter] {
  display: none !important;
}

/* Status dots / indicators next to avatar */
#tkProfileBtn [class*="status"],
#tkProfileMenu [class*="status"],
#tkProfileBtn [class*="indicator"],
#tkProfileMenu [class*="indicator"],
#tkProfileBtn [class*="dot"],
#tkProfileMenu [class*="dot"] {
  display: none !important;
}

/* If any single-letter slips through via pseudo-elements */
#tkProfileBtn::before, #tkProfileBtn::after,
#tkProfileMenu::before, #tkProfileMenu::after {
  content: none !important;
}
