Modernizing the Foundation theme

OK this looks like a UX bug with the new foundation theme and the injected AI related topic button. the button classes are a bit different:

image

but this will fix it a bit - can patch it with some padding and line-height adjustment:

.more-topics__container .nav li .btn {
  padding: .5em;
  line-height: 0;
}

desktop:

Screenshot from 2026-05-02 20-18-28

Screenshot from 2026-05-02 20-18-34

mobile:

Screenshot from 2026-05-02 20-22-43

Screenshot from 2026-05-02 20-22-47