.archive-hero {
	padding-bottom: var(--space-l);
}

section.archive-content {
	padding-top: 0;
}

.hidden-posts {
	display: none;
}

@media screen and (min-width: 1026px) and (max-width: 1300px) {
	#news-grid {
		grid-template-columns: var(--grid-3);
	}
}

@media screen and (max-width: 1025px) {
	section.archive-content .post-feed-item__image-container {
		height: 230px !important;
	}
}
