/* ZOK polish, Stage A1: unify near-black text color (#1E1B1B -> #2B2D33) */
/* Scope: header/mobile menu links only (only place #1E1B1B was found) */
.t228__list_item, .t228__list_item a,
.t450__list_item, .t450__list_item a {
  color: #2B2D33 !important;
}
.t228__list_item a, .t450__list_item a {
  transition: color 150ms ease-out;
}