/**
 * Featured-event support for Elementor Pro Loop Grid templates.
 *
 * Promotes featured event loop items to span two columns when the frontend
 * script detects that the surrounding grid currently has multiple columns.
 *
 * @package SuperEventsCalendar
 * @since   1.3.0
 */

.elementor-loop-container > .e-loop-item.sec-event-loop-item--featured-span-2 {
	grid-column: span 2;
}
