@layer legacy {
/* DEPLOY-768 — sighted context state without false aria-current semantics or new priority overrides. */
@media(max-width:720px){
  html:root body .ux-mobile-dock a.is-context-current{position:relative}
  html:root body .ux-mobile-dock a.is-context-current::after{
    content:"";position:absolute;left:50%;bottom:4px;width:5px;height:5px;
    transform:translateX(-50%);border-radius:var(--kecb-radius-pill);background:var(--kecb-oxblood)
  }
}
}
