/* Hide only the user-facing usage ranking link. Do not target its parent
   section: the sidebar renders all regular-user links in the same div. */
a[href="/usage-ranking"],
a[href^="/usage-ranking?"],
a[href^="/usage-ranking#"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
