/**
 * Mrsong Markdown 发布 — 正文样式（前台 + 编辑器）
 */

.entry-content .md-highlight,
.wp-block-post-content .md-highlight,
.editor-styles-wrapper .md-highlight,
mark.md-highlight {
	background-color: #e7ff00;
	font-weight: 700;
	color: inherit;
	padding: 0 0.12em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.entry-content .md-underline-bold,
.wp-block-post-content .md-underline-bold,
.editor-styles-wrapper .md-underline-bold,
strong.md-underline-bold {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	text-decoration-thickness: 1px;
}
