/* 20260815-name1 — no white outline on role / custom names */

.identity-name-text,
.identity-name-text.is-dark-name,
.identity-name-text.is-custom-name,
.dm-msg-author-name,
.dm-msg-author-name.is-dark-name,
.dm-msg-author-name.is-custom-name,
.post-author-name,
.post-author-name.is-dark-name,
.post-author-name.is-custom-name,
.reel-author-name,
.reel-author-name.is-dark-name,
.reel-author-name.is-custom-name,
.plf-ign,
.plf-ign.is-dark-name,
.plf-ign.is-custom-name,
.plf-ign.is-named-color {
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
  filter: none !important;
}

/* Keep the role/custom colour clean. Tiny dark drop only so letters sit on the post. */
.identity-name-text[style*="color"],
.dm-msg-author-name[style*="color"],
.post-author-name[style*="color"],
.reel-author-name[style*="color"],
.plf-ign[style*="color"] {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35) !important;
}
