.ejma-last-news__filters {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: var(--wp--preset--spacing--40);
	margin-bottom: var(--wp--preset--spacing--50);
}
.ejma-last-news__filters--agenda {
	flex-wrap: nowrap;
}

.ejma-last-news__reset,
.ejma-last-news__archives {
	margin-bottom: 0;
	margin-left: auto;
}

.ejma-facet-reset {
	cursor: pointer;
}

.ejma-last-news__grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--50);
}

@media (min-width: 640px) {
	.ejma-last-news__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
	.ejma-last-news__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
