/* d3 Lite — block editor styles */
.editor-styles-wrapper {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	color: #2b2b2b;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4 { color: #15171a; line-height: 1.25; }
.editor-styles-wrapper a { color: #2563eb; }
.editor-styles-wrapper blockquote { border-left: 4px solid #2563eb; padding-left: 1em; color: #6b7280; }
