._blk.downloadsgrid {
    width: 100%;
}

._blk.downloadsgrid h2 {
    margin-bottom: 14px;
}

._blk.downloadsgrid .intro .wp-content {
    margin-bottom: 14px;
}

._blk.downloadsgrid .downloads .single {
    margin-bottom: 14px;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: var(--color-yellow-pale);
    --aspect-ratio-w: 347;
    --aspect-ratio-h: 260;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: calc(var(--aspect-ratio-h) / var(--aspect-ratio-w) * 100%);
}

article.advocacy ._blk.downloadsgrid .downloads .single {
    background-color: var(--color-purple-light);
}

article.research ._blk.downloadsgrid .downloads .singlen {
    background-color: var(--color-turquoise-light);
}

article.netzwerk ._blk.downloadsgrid .downloads .single {
    background-color: var(--color-orange-light);
}

._blk.downloadsgrid .downloads .single .inner {
    width: 100%;
    padding: 12px 16px 0 16px;
}

._blk.downloadsgrid .downloads .single .inner span {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: block;
    width: 100%;
}

._blk.downloadsgrid .downloads .single .inner span.title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 4px;
}

._blk.downloadsgrid .downloads .single a.button {
    position: absolute;
    left: 16px;
    bottom: 19px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: var(--color-black);
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 42px;
}

._blk.downloadsgrid .downloads .single a.button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    transform: translateY(-50%);
    background: var(--color-black) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUgMjBIMFYxNy44OTQ3SDE1VjIwWiIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNOC41NDU3OSAxMS42MjA2TDE1IDUuNjMzMjJWOC4zMjU0NUw3LjUgMTUuMjYzMkwwIDguMzI1NDVWNS42MTIxNUw2LjQ1NDIxIDExLjYxOFYwSDguNTQ1NzlWMTEuNjIwNloiIGZpbGw9IndoaXRlIi8+PC9zdmc+") center center no-repeat;
    background-size: 15px 20px;
}

@media only screen and (min-width: 1024px) {
    ._blk.downloadsgrid {

    }

    ._blk.downloadsgrid h2 {
        margin-bottom: 64px;
    }

    ._blk.downloadsgrid .intro .wp-content {
        margin-bottom: 64px;
    }

    ._blk.downloadsgrid .downloads .single {
        margin-bottom: 40px;
    }

    ._blk.downloadsgrid .downloads .single .inner {
        padding: 24px 24px 0 24px;
    }

    ._blk.downloadsgrid .downloads .single .inner span {
        font-size: 25px;
    }

    ._blk.downloadsgrid .downloads .single .inner span.title {
        font-size: 34px;
        margin-bottom: 12px;
    }

    ._blk.downloadsgrid .downloads .single a.button {
        font-size: 22px;
        bottom: 34px;
        left: 24px;
        padding-left: 72px;
    }

    ._blk.downloadsgrid .downloads .single a.button:before {
        width: 52px;
        height: 52px;
        background-size: 24px 32px;
        border-radius: 4px;
    }

}