/*
 * Ochava - block editor styles. Keeps the writing surface close to the front
 * end: cream paper, Yeseva headings, gold hairline under H2, star markers.
 */

.editor-styles-wrapper,
.block-editor-writing-flow {
	background: #F3E8CF;
	color: #1A1815;
	font-family: "Crimson Pro", Georgia, serif;
}

.editor-styles-wrapper .wp-block {
	max-width: 68ch;
}

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

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4 {
	font-family: "Yeseva One", Georgia, serif;
	font-weight: 400;
	color: #1F4F3D;
}

.editor-styles-wrapper h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #C9982E;
}

.editor-styles-wrapper h3 {
	color: #1A1815;
}

.editor-styles-wrapper a {
	color: #1E3A8A;
	text-decoration-color: #C9982E;
	text-underline-offset: 3px;
}

.editor-styles-wrapper ul {
	list-style: none;
	padding-left: 1.5em;
}

.editor-styles-wrapper ul > li {
	position: relative;
}

.editor-styles-wrapper ul > li::before {
	content: "\2726";
	position: absolute;
	left: -1.5em;
	top: .25em;
	font-size: .8em;
	color: #C9982E;
}

.editor-styles-wrapper blockquote {
	padding: 26px 0 28px;
	border-top: 3px double #1F4F3D;
	border-bottom: 3px double #1F4F3D;
	font-family: "Yeseva One", Georgia, serif;
	font-size: 26px;
	line-height: 1.3;
	color: #1F4F3D;
	text-align: center;
}

.editor-styles-wrapper table {
	border-collapse: collapse;
}

.editor-styles-wrapper th,
.editor-styles-wrapper td {
	border: 1px solid #1F4F3D;
	padding: 10px 12px;
}

.editor-styles-wrapper thead th {
	background: #EADBB8;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	color: #1F4F3D;
}

/* Block style variations, mirrored from the front end. */
.editor-styles-wrapper .is-style-ochava-panel {
	padding: 14px;
	background: #FBF6EA;
	border: 2px solid #1F4F3D;
	outline: 1px solid #C9982E;
	outline-offset: 5px;
}

.editor-styles-wrapper .wp-block-separator.is-style-ochava-ornament {
	border: 0;
	height: 3px;
	border-top: 1px solid #C9982E;
	border-bottom: 1px solid #C9982E;
	max-width: none;
}

.editor-styles-wrapper .wp-block-separator.is-style-ochava-double {
	border: 0;
	border-top: 3px double #1F4F3D;
	max-width: none;
}

.editor-styles-wrapper .is-style-ochava-lede {
	font-size: 21px;
	line-height: 1.45;
}

.editor-styles-wrapper .is-style-ochava-eyebrow {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: #B3261E;
}

.editor-styles-wrapper .is-style-ochava-stars {
	list-style: none;
	padding-left: 1.5em;
}
