/**
 * Block editor styles for CabFlow Lite.
 * Keeps the editing surface visually close to the front end.
 */
.editor-styles-wrapper {
	--cf-teal: #14c2b8;
	--cf-ink: #0b1f2a;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.0625rem;
	line-height: 1.65;
	color: #13313f;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4 {
	color: var(--cf-ink);
	line-height: 1.1;
	letter-spacing: -0.02em;
	font-weight: 700;
}

.editor-styles-wrapper a {
	color: #0c8f88;
}

.editor-styles-wrapper .wp-block-button__link {
	border-radius: 999px;
	background: linear-gradient(120deg, #14c2b8 0%, #5fddd2 100%);
	color: #04201d;
}

.editor-styles-wrapper blockquote {
	border-left: 4px solid var(--cf-teal);
	padding-left: 1.2rem;
	color: #13313f;
}
