Expanding Div With Clickable Link

This page has a div that expands when you hover over it. When the div expands, a link will be visible.

Some pages can be hard to automate, even though the pages are very simple. Like this page, it has very simple HTML, no JavaScript and a very small amount of CSS.

The CSS animates the div on hover, so it will expand.

A link is in the div when the page loads, so is always accessible by any automated execution tools.

But the link is only clickable when the div is expanded.

Which link?

This link