/* @TODO: we might want to refactor this to scss */
/* Additional styling for auto-pagination module */
.auto-paginate-links a {
	margin: 0 2px;
}

.auto-paginate-links a:hover {
	margin: 0 2px;
}

/* Updated styling */
body.has-custom-paging-links #next-previous-article {
	display: none;
}

body.has-custom-paging-links .next-previous-article.inline-paging {
	display: block;
}