/* Based on wp-includes/blocks/post-template/style.min.css */
.wp-block-post-template {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0;
}
.wp-block-post-template.wp-block-post-template {
	background: none;
}
.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.5em !important;
}
.wp-block-post-template.is-flex-container li {
	margin: 0;
	width: 100%;
}
@media (min-width: 600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
		width: calc(50% - 1.25em) !important;
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
		width: calc(33.33333% - 1.6666em) !important;
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
		width: calc(25% - 1.875em) !important;
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
		width: calc(20% - 2em) !important;
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
		width: calc(16.66667% - 2.08334em) !important;
	}
}

.wp-block-acf-news-category-features {
	background: var(--wp--preset--gradient--horizontal-white-to-neutral-x-light);
	border-top: 1px solid var(--wp--preset--color--neutral-light);
	border-bottom: 1px solid var(--wp--preset--color--neutral-light);
	margin: 0 !important;
	padding: var(--wp--preset--spacing--60);
}

.wp-block-acf-news-category-features + .wp-block-acf-news-category-features {
	border-top: none;
}

.wp-block-acf-news-category-features:last-child {
	border-bottom: none;
}

.wp-block-acf-news-category-features.is-style-alternate {
	background: var(--wp--preset--gradient--horizontal-neutral-x-light-to-white);
}

@media screen and (max-width: 782px) {

	.wp-block-acf-news-category-features {
		padding-left: var(--wp--style--block-gap) !important;
		padding-right: var(--wp--style--block-gap) !important;
	}

}
