.latestPostsItem {
    margin-top: 20px;
    padding-bottom: 20px;
}

.latestPostsItem h4 {
    margin-top: 25px;
}

.latestPosts .latestPostsItem:not(:last-child) {
    border-bottom: 1px solid #000;
}

.accordionDate {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
}

.latestPosts .accordion-button {
    padding-top: 15px;
    padding-bottom: 15px;
}


.loadMorePosts .loader {
    display: none;
}
.loadMorePosts.loading button {
    background-color: #333;
}
.loadMorePosts.loading button::before {
    display: none;
}
.loadMorePosts.loading .text {
    display: none;
}
.loadMorePosts.loading .loader {
    display: block;
}