/* Replace the public safety accent text with the adjacent safety-copy gray. */
.tt-public--home .tt-public__safety .tt-public__eyebrow,
.tt-public--home .tt-public__safety li > span {
  color: #ffffffab;
}

[data-ui-surface="user"] .tt-user-blue-text-is-gray {
  color: var(--color-muted, var(--ui-muted, #66736c)) !important;
}

.tt-public--home .tt-public__safety .tt-user-blue-text-is-gray {
  color: #ffffffab !important;
}

/* Selected publishing choices keep their typography and state styling; only text becomes gray. */
[data-ui-surface="user"].product-shell .w1-publish__cards button[aria-pressed="true"],
[data-ui-surface="user"].product-shell .w1-publish__mode-list button[aria-pressed="true"],
[data-ui-surface="user"].product-shell .w1-publish__chips button[aria-pressed="true"] {
  color: var(--color-muted, #66736c) !important;
}
