.editor-styles-wrapper {
	background: #fff;
	color: var(--kidearn-slate, #34475b);
	font-family: var(--kidearn-font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: var(--kidearn-font-size-body, 1rem);
	line-height: 1.72;
}

.editor-styles-wrapper .wp-block {
	max-width: 760px;
}

.editor-styles-wrapper .wp-block[data-align="wide"],
.editor-styles-wrapper .wp-block.alignwide {
	max-width: 1180px;
}

.editor-styles-wrapper .wp-block[data-align="full"],
.editor-styles-wrapper .wp-block.alignfull {
	max-width: none;
}

.editor-styles-wrapper .kidearn-editor-dynamic-block {
	max-width: 1180px;
	margin-inline: auto;
	border: 1px dashed #b8c3cc;
	border-radius: 12px;
	background: #fff;
	padding: 8px;
}

.editor-styles-wrapper .kidearn-editor-dynamic-block .components-placeholder {
	min-height: 180px;
}

.editor-styles-wrapper .kidearn-home-hero,
.editor-styles-wrapper .kidearn-feature-band,
.editor-styles-wrapper .kidearn-about-section,
.editor-styles-wrapper .kidearn-campus-cta,
.editor-styles-wrapper .kidearn-news-section,
.editor-styles-wrapper .kidearn-newsletter-block {
	outline: 1px dotted rgb(11 32 56 / 25%);
	outline-offset: -1px;
}

.editor-styles-wrapper .wp-block-details summary {
	cursor: text;
}
