.donate__title {
    font-family: BPG Arial Caps;
    font-size: 2.25rem;
    line-height: 2.5625rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.donate__card {
    background-color: #F9F9F9;
    border-radius: 0.875rem;
    padding: 1rem;
}

.donate__card img {
    max-width: 2.5rem;
}

.donate__card__text, .donate__card__text span {
    font-size: 1.5rem;
    font-family: BPG Classic Medium;
}

.donate__card__text .underline {
    text-decoration-line: underline;
}

.donate__card__title {
    font-family: BPG Arial Caps;
    font-size: 2rem;
}

.donate__progress-bar {
    margin-top: 4rem;
}

.donate__progress-bar__amount span {
    font-family: BPG Classic Medium;
    font-size: 1.5rem;
}

.donate__progress-bar__bar {
    background-color: #F9F9F9;
    border-radius: 0.875rem;
    padding: 2rem 1rem;
}

.progress-bar {
    background-color: #7E7E7E;
}

.donate__last-donations {
    margin-top: 2rem;
}

.donate__last-donations__title {
    font-family: BPG Classic Medium;
    font-size: 1.5rem;
}

.donate__last-donations__list {
    background-color: #F9F9F9;
    border-radius: 0.875rem;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
}

.donate__last-donations__list__item {
    font-family: BPG Classic Medium;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
}

.donate__last-donations__list__item__name {
    font-size: 1.3rem;
    order: 1;
}

.donate__last-donations__list__item__comment {
    font-size: 1.1rem;
    flex-grow: 100;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
    margin-right: 1rem;
    order: 2;
}

.donate__last-donations__list__item__comment__date {
    font-size: 0.675rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
}

.donate__last-donations__list__item__amount {
    font-size: 1.3rem;
    max-width: 10%;
    order: 3;
}

.donate__last-donations__list__show-all, .underline {
    font-family: BPG Classic Medium;
    font-size: 1.4rem;
    text-align: center;
    margin: 1rem 0;
}

.donate__last-donations__list__show-all button {
    background-color: #ffffff;
}

.underline {
    text-decoration: underline;
}

.paginationjs-pages {
    width: 100%;
}

.paginationjs-pages ul {
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    gap: 0.4rem;
    font-family: BPG Classic Medium;
}

.paginationjs-pages a {
    text-decoration: underline !important;
    color: #000000 !important;
    font-weight: 600;
    font-size: 1.3rem;
}

.paginationjs-pages .active a {
    color: #868686 !important;
}

.hiddenData {
    color: #C9C9C9;
}

@media screen and (max-width: 1199px) {
    .donate__title {
        font-size: 2rem;
        margin-top: 2rem;
    }

    .donate__progress-bar__amount {
        display: flex;
        justify-content: space-between;
    }

    .donate__last-donations__list__item {
        flex-wrap: wrap;
        margin-bottom: 0.5rem;
    }

    .donate__last-donations__list__item__amount {
        font-size: 1rem;
        order: 2;
        max-width: 20%;
    }

    .donate__last-donations__list__item__comment {
        font-size: 0.9rem;
        order: 3;
        flex-basis: 100%;
        display: flex;
        margin-top: 0.3rem;
        justify-content: center;
    }

    .donate__last-donations__list__item__comment__text {
        max-width: 80%;
    }

    .donate__last-donations__list__item__name {
        font-size: 1rem;
        order: 1;
    }

    .donate__card__text, .donate__card__text span {
        font-size: 1.2rem;
    }

    .donate__progress-bar__amount span {
        font-size: 1.2rem;
    }
}
