
/* hide disabled pagination buttons but let them take up space */
div.events-grid__pagination a.is-disabled {
	visibility: hidden;
}

