.ecn-toc {
	margin: 1.5em 0 2em;
	max-width: 42rem;
}
.ecn-toc__box {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	padding: 0.35em 1em 0.6em;
}
.ecn-toc__summary {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-weight: 700;
	list-style: none;
	padding: 0.55em 0;
}
.ecn-toc__summary::-webkit-details-marker {
	display: none;
}
.ecn-toc__toggle::after {
	content: "نمایش";
	font-weight: 500;
	font-size: 13px;
	color: #2271b1;
}
.ecn-toc__box[open] .ecn-toc__toggle::after {
	content: "بستن";
}
.ecn-toc__list {
	margin: 0 0 0.6em 1.2em;
	padding: 0;
	line-height: 1.85;
}
.ecn-toc__sub {
	margin: 0.2em 0 0.4em 1.1em;
	padding: 0;
}
.ecn-toc a {
	text-decoration: none;
}
.ecn-toc a:hover {
	text-decoration: underline;
}

.ecn-article-howto h3 {
	margin-top: 1.4em;
}
.single .entry-content ol li strong:first-child,
.ecn-howto-steps li strong:first-child {
	margin-inline-end: 0.25em;
}

.ecn-author-box {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin: 2.2em 0 1em;
	padding: 16px 18px;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	background: #fff;
}
.ecn-author-box__avatar img {
	border-radius: 50%;
	display: block;
}
.ecn-author-box__name {
	font-weight: 700;
	margin: 0 0 0.4em;
}
.ecn-author-box__bio {
	margin: 0;
	line-height: 1.8;
}

.ecn-analysis h2 {
	margin-bottom: 0.6em;
}
