@import "article-teaser.css";

.latest-articles {
	margin-block-start: 0 !important;
	padding-block: var(--wp--preset--spacing--70);

	.wp-block-post-excerpt__excerpt {
		margin-block: 0 !important;
	}
}

.latest-articles__title {
	margin-block-end: var(--wp--preset--spacing--60);
	margin-block-start: 0;
	text-align: center;
}

.latest-articles__no-results {
	text-align: center;
}
