/* 10xWP Editor Stylesheet for block editor compatibility */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #1a202c;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #1a365d;
	font-weight: 700;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

a {
	color: #2b6cb0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
