Bug
For all event cards, including but not limited to those in the screenshot below, the buttons and the links inside the buttons are tab selectable, as in the screenshot below.
Fix
Add a tabIndex: -1 to the relevant buttons OR links (but not both), whichever is better for accessibility. Note that ideally outside buttons should have the negative tab index, since it is the links that open a new page on click.