/**
 * ACF layout components – body content, content block, etc.
 * Body content uses .entry-content for rich-text styling (theme); here we add layout spacing.
 */

/* Body content: match spacing of other rich-text blocks in the flow */
.acf-layout-body-content {
	margin-bottom: 2rem;
}



/* Ensure first/last children inside don't double up with entry-content margins */
.acf-layout-body-content .acf-body-content.entry-content {
	margin-top: 0;
	margin-bottom: 0;
}
