html body #central article > ul.links.inline:has(> li:only-child:empty) {
  display: none !important;
}

html body #central article > ul.links.inline > li:empty {
  display: none !important;
  list-style: none !important;
}
