.page-content .download-list {
    margin-bottom: 4rem;
}

.page-content .download-item {
    display: block;
    margin: 0;
    border-top: 1px solid #ebebeb;
    padding: 2rem 0;
    position: relative;
}

@media (min-width: 768px) {
    .page-content .download-item {
        display: flex;
    }
}

.page-content .download-item:last-child {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 4rem;
}

.page-content .download-item > figure {
    position: relative;
    max-width: 7rem;
    width: 100%;
    margin: 0;
}

.page-content .download-item > .wp-block-file {
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
}
@media (min-width: 768px) {
    .page-content .download-item > .wp-block-file {
        padding-left: 4rem;
        display: flex;
    }
}

.page-content .download-item > .wp-block-file a {
    padding: 0;
    height: 100%;
    display: block;
    color: var(--moerk-primary);
    width: 100%;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 3.2rem;
    position: relative;
    padding-right: 6rem;
    margin: auto 0;
    text-align: left;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .page-content .download-item > .wp-block-file a {
        font-size: 2.5rem;
        line-height: 3.5rem;
        padding-right: 6rem;
        margin-top: auto;
    }
}

.page-content .download-item > .wp-block-file a:first-child:not(:last-child) {
    width: 100%;
}
.page-content .download-item > .wp-block-file a:first-child:not(:last-child):after {
    content: '';
}
.page-content .download-item > .wp-block-file a:last-child:not(:first-child) {
    width: auto;
    padding-right: 6rem;
}
@media (min-width: 768px) {
    .page-content .download-item > .wp-block-file a:last-child:not(:first-child) {
        text-align: right;
    }
}

.page-content .download-item > .wp-block-file a:hover,
.page-content .download-item > .wp-block-file:hover a {
    font-family: var(--moerk-font-family-heavy);
    text-decoration: none;
}

.page-content .download-item > .wp-block-file a:after {
    content: url('../img/MOERK_Icons_RGB-01-arrow-right.svg');
    width: 4rem;
    height: 4rem;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: white;
}
.page-content .download-item > .wp-block-file a:hover:after,
.page-content .download-item > .wp-block-file:hover a:after {
    content: url('../img/MOERK_Icons_RGB-121-arrow-raute-fullbg.svg');
}