/**
 * Homepage Editor Content Section
 *
 * Styles for Classic Editor content rendered on the homepage.
 */

.homepage-editor-content {
	padding: var(--spacing-12) 0;
}

.homepage-editor-content .editor-content > *:first-child {
	margin-top: 0;
}

.homepage-editor-content .editor-content > *:last-child {
	margin-bottom: 0;
}
