Stretched link
Make a containing block clickable through the BCL link helper.
BCL mapping
Use stretched-link="true" on <bs-link> and keep the nearest positioned ancestor on the card or wrapper.
<bs-div position="Relative">
<bs-link href="#" stretched-link="true">Read more</bs-link>
</bs-div>