// -------------------------------------------------------------------
// :: PAGINATION
// -------------------------------------------------------------------

.m-pagination {
	text-align: center;

	.m-tabbar {
		display: inline-block;
	}

	.m-pagination__results_summary {
		text-align: center;
		display: block;
		font-size: rem(14px);
		margin-top: rem(5px);
	}

	@include FLOW-at($desktop) {
		.m-pagination__results_summary {
			display: none;
		}
	}

}
