/**
 * CEPE Frontend – Event Grid Layout
 *
 * @package Custom_Events_Pods_Elementor
 */

/* ── Responsive grid ─────────────────────────────────────── */
@media screen and (max-width: 782px) {
	.cepe-events[data-columns] {
		grid-template-columns: 1fr !important;
	}
}

@media screen and (min-width: 783px) and (max-width: 1024px) {
	.cepe-events[data-columns="3"],
	.cepe-events[data-columns="4"],
	.cepe-events[data-columns="5"],
	.cepe-events[data-columns="6"] {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
