/* Shared content rules for the frontend and the block editor. */
:where(.entry-content, .editor-styles-wrapper) {
	overflow-wrap: anywhere;
}
:where(.entry-content, .editor-styles-wrapper) img {
	max-width: 100%;
	height: auto;
}
:where(.entry-content, .editor-styles-wrapper) :where(pre, .wp-block-table) {
	overflow-x: auto;
}
:where(.entry-content, .editor-styles-wrapper) a {
	text-underline-offset: .2em;
}
:where(.entry-content, .editor-styles-wrapper) :focus-visible {
	outline: 3px solid #465b23;
	outline-offset: 3px;
}
