/* 与 wm-content-nav 目录块一致：正文内黑色线框 */

.entry-content .wm-author-intro {
	margin: 1.75em 0 0;
	padding: 1.25em 1.35em;
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	font-size: 1.125rem;
	line-height: 1.65;
}

.entry-content .wm-author-intro__title {
	margin: 0 0 0.85em;
	padding: 0;
	font-size: 1.75em;
	font-weight: 700;
	line-height: 1.25;
	border: none;
}

.entry-content .wm-author-intro__bio {
	margin: 0;
	font-size: inherit;
}

.entry-content .wm-author-intro__bio > *:first-child {
	margin-top: 0;
}

.entry-content .wm-author-intro__bio > *:last-child {
	margin-bottom: 0;
}

.entry-content .wm-author-intro__footer {
	margin: 1em 0 0;
	font-size: inherit;
}

.entry-content .wm-author-intro__home {
	color: #247BA0;
	text-decoration: none;
}

.entry-content .wm-author-intro__home:hover,
.entry-content .wm-author-intro__home:focus-visible {
	text-decoration: underline;
	outline: none;
}
