/**
 * Editor and block-level adjustments.
 *
 * style.css carries the site surface. This file carries the pieces the block
 * editor also needs to see, so an editor previewing a page gets the same
 * measure, rhythm and rules a visitor gets.
 */

.wp-block-group.mlt-prose > p,
.wp-block-group.mlt-prose > ul,
.wp-block-group.mlt-prose > ol { max-width: 74ch; }

.wp-block-separator { border: 0; border-top: 1px solid rgba(15, 20, 22, 0.16); max-width: 100%; }
.wp-block-separator.is-style-wide { margin-block: 2rem; }

.wp-block-group.alignwide { margin-block: clamp(1.5rem, 4vw, 2.8rem); }

.wp-block-post-title.mlt-title { max-width: 22ch; }

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.mlt-nav__empty {
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.7rem;
	color: #F0B90B;
	margin: 0;
}

/* Editor: give the raw HTML blocks that hold components a visible frame so an
   editor can see where a component sits without rendering the whole engine. */
.editor-styles-wrapper .wp-block-html {
	outline: 1px dashed rgba(15, 20, 22, 0.25);
	outline-offset: 4px;
}

/* Enterprise editor alignment — v2.2.0 */
.editor-styles-wrapper {
	background: #f3f5f7;
	color: #101828;
}
.editor-styles-wrapper .mlt-head,
.editor-styles-wrapper .mlt-callout,
.editor-styles-wrapper .mlt-figure {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 12px;
}
.editor-styles-wrapper .mlt-head { padding: 2.5rem; }
.editor-styles-wrapper .mlt-eyebrow { color: #111111; }
.editor-styles-wrapper .wp-block-html { border-radius: 8px; outline-color: #98a2b3; }


/* Enterprise application editor alignment — v2.2.0 */
.editor-styles-wrapper .mlt-head {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #e4e7ec;
	border-radius: 0;
	padding: 1.6rem 0 1.1rem;
}
.editor-styles-wrapper .mlt-title { font-size: 2rem; max-width: 38ch; }
.editor-styles-wrapper .mlt-lede { font-size: .95rem; max-width: 82ch; }
