.pageelement-downloads .heading-container {
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto 1.2500rem;
    padding: 0 1.2500rem;
}

.pageelement-downloads .download-link {
    background-color: var(--bg, #EE7D00);
    color: var(--fg, #000000);
    width: 100%;
    max-width: 87.5000rem;
    min-height: var(--button-min-height);
    margin: 0 auto 0.6250rem;
    font-size: 1.1250rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0 2.1875rem;
    box-sizing: border-box;
    border-radius: var(--radius-default);
}

.pageelement-downloads .download-link:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0 0 0 0.188rem var(--bg, #EE7D00);
}

.pageelement-downloads .download-link::before {
    color: inherit;
}

.pageelement-downloads .download-list {
    width: 100%;
    max-width: 87.5000rem;
    margin: 0 auto;
}

.pageelement-downloads .headline,
.pageelement-downloads li {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
    max-width: 87.5000rem;
}

.pageelement-downloads li {
    overflow: visible;
}

.pageelement-link-boxes {
    overflow: visible;
}

.pageelement-link-boxes .link-heading-container {
    max-width: 87.5rem;
    display: block;
    margin: 0 auto 1.25rem;
    padding: 0 1.25rem;
}

.pageelement-link-boxes .link-item-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pageelement-link-boxes .link-item {
    list-style-type: none;
}

.pageelement-link-boxes .link-item-link {
    background: var(--bg, #EE7D00);
    color: var(--fg, #000000);

    padding: 0.625rem;
    margin-bottom: 0.625rem;

    display: flex;
    align-items: center;
    width: 100%;
    min-height: var(--button-min-height);
    box-sizing: border-box;

    border-radius: var(--radius-default);
    text-decoration: none;

    box-shadow: inset 0 0 0 0 var(--bg, #EE7D00);
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.pageelement-link-boxes .link-item-link * {
    color: inherit;
}

.pageelement-link-boxes .link-item:hover .link-item-link {
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0 0 0 0.188rem var(--bg, #EE7D00);
}

.pageelement-link-boxes .link-icon {
    width: 7.1875rem;
    flex-shrink: 0;
}

.pageelement-link-boxes .link-item .link-icon .fa-solid {
    font-family: "Font Awesome 6 Pro", sans-serif;
    padding-right: 2.125rem;
    padding-left: 2.75rem;
    font-size: 1.875rem;
}

/* Text */
.pageelement-link-boxes .link-link {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.2;

    width: fit-content;
    display: inline-block;

    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;

    padding-right: 0.9375rem;
}

/* Responsive */
@media screen and (max-width: 32.5rem) {
    .pageelement-link-boxes .link-item .fa-regular {
        margin-right: 0.625rem !important;
        font-size: 1.5rem !important;
    }

    .pageelement-link-boxes .link-item .fa-solid {
        font-size: 1.5rem !important;
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }

    .pageelement-link-boxes .link-icon {
        width: 4.375rem;
    }

    .pageelement-link-boxes .link-link {
        font-size: 1.125rem;
    }
}
