The entire news card is now clickable to open the article. I added an onClick handler to the article element that calls onOpenArticle, with a check to prevent the action when clicking on interactive buttons (upvote, save, share, comments). The card also has proper accessibility attributes with role="button", tabIndex={0}, and keyboard support for Enter key.