.button-item {
    list-style-type: none;
    background-color: #0071B9;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 335px;
    min-height: 50px;
    box-sizing: border-box;
    flex-direction: row;
}

.button-item-container {
    width: 100%;
    max-width: 335px;
}

.button-item .button-icon i {
    font-size: 16px;
    color: white;
}

.button-item .button-icon-left {
    margin-right: 10px;
}

.button-item .button-icon-right {
    margin-left: 10px;
}

.button-item .text {
    font-size: 18px;
    color: white;
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    text-align: center;
}.pageelement-links .link-item {
    list-style-type: none;
}

.pageelement-links.no-margin {
    margin-bottom: 10px;
}

.pageelement-links .link-item > a {
    list-style-type: none;
    background-color: #0071B9;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    min-height: 50px;
}

.pageelement-links .link-item:last-child > a {
    margin-bottom: 0;
}

.pageelement-links .link-item .link-link > div {
    color: white;
    font-weight: 700;
    width: fit-content;
    font-size: 18px;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    padding-right: 15px;
}

.pageelement-links .link-item-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pageelement-links .fa-chevron-right {
    color: white;
    margin-left: auto;
}

.pageelement-links .link-link {
    width: fit-content;
    display: inline-block;
}

.pageelement-links .link-item > a > .fa-sharp.fa-chevron-right {
    font-size: 30px;
    margin-right: 37px;
    float: right;
}

.pageelement-links .link-item .link-icon .fa-solid {
    color: white;
    padding-right: 34px;
    font-size: 27px;
    padding-left: 44px;
}

.link-icon {
    width: 90px;
    flex-shrink: 0;
}

@media only screen and (max-width: 700px){
    .pageelement-links .link-item > a > .fa-sharp.fa-chevron-right {
        margin-right: 20px;
    }

    .pageelement-links .link-item .link-icon {
        width: 55px;
    }

    .pageelement-links .link-item .link-icon .fa-solid {
        padding-left: 15px;
    }
}


@media screen and (max-width: 468px) {
    .pageelement-links .link-item .fa-regular {
        margin-right: 10px;
        font-size: 24px;
    }

    .pageelement-links .link-item .fa-solid {
        font-size: 24px;
    }
}