.wp-block-post {
    position: relative;
}

.wp-block-post .qlcl-stretched-link {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}

.wp-block-post a:not(.qlcl-stretched-link) {
    position: relative;
    z-index: 20;
}