.b-stretched-link:where(.wp-block-group,.wp-block-column,.wp-block-media-text,.wp-block-cover,.wp-block-post-navigation-link) .block-link, 
.wp-block-columns.b-stretched-link > .wp-block-column a:first-of-type::after, .wp-block-latest-posts.b-stretched-link > li > .block-link {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: auto;
    background-color: transparent;
}

.b-stretched-link-inherit:where(.wp-block-group,.wp-block-column,.wp-block-media-text,.wp-block-cover,.wp-block-post-navigation-link) a::after, 
.wp-block-columns.b-stretched-link-inherit > .wp-block-column a:first-of-type::after, .wp-block-latest-posts.b-stretched-link-inherit > li > a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: auto;
    background-color: transparent;
}

.b-stretched-link:where(.wp-block-group,.wp-block-column,.wp-block-media-text,.wp-block-post-navigation-link), .wp-block-columns.b-stretched-link > .wp-block-column, .wp-block-latest-posts.b-stretched-link > li,
.b-stretched-link-inherit:where(.wp-block-group,.wp-block-column,.wp-block-media-text,.wp-block-post-navigation-link), .wp-block-columns.b-stretched-link-inherit > .wp-block-column, .wp-block-latest-posts.b-stretched-link-inherit > li {
    position: relative;
}