/* Hides the "Previous" link, leaving only the "Next" link, which we turn into a Load More button. */
.bglm-prev-hidden {
	display: none !important;
}

.bde-posts-pagination-prevnext.is-loading a {
	pointer-events: none;
	opacity: 0.6;
}

/* Added once there are no more pages to load. */
.bde-posts-pagination-prevnext.bglm-exhausted {
	display: none !important;
}
