body.sfn-single {
	margin: 0;
	background: #fff;
	color: var(--sfn-ink);
	font-family: Vazirmatn, IRANSansX, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.95;
	letter-spacing: 0;
}

body.sfn-single * { box-sizing: border-box; }
body.sfn-single a { color: inherit; text-decoration: none; }
body.sfn-single button,
body.sfn-single input,
body.sfn-single textarea { font: inherit; }
body.sfn-single img { display: block; max-width: 100%; height: auto; }
body.sfn-single h1,
body.sfn-single h2,
body.sfn-single h3,
body.sfn-single h4,
body.sfn-single p { margin-top: 0; }

.sfn-single .sfn-header {
	border-bottom-color: rgba(255, 255, 255, 0.09);
	background: rgba(3, 24, 39, 0.98);
	box-shadow: 0 5px 22px rgba(3, 24, 39, 0.14);
}

.sfn-single .sfn-brand strong { color: #fff; }
.sfn-single .sfn-brand small { color: #76c8c9; }
.sfn-single .sfn-nav-list > li > a { color: #dbe7eb; }
.sfn-single .sfn-nav-list > li > a:hover,
.sfn-single .sfn-nav-list > li > a:focus-visible,
.sfn-single .sfn-nav-list > li.current-menu-item > a,
.sfn-single .sfn-nav-list > li.current-menu-ancestor > a { color: #76d1d2; }
.sfn-single .sfn-socials a,
.sfn-single .sfn-search-toggle { border-color: rgba(255, 255, 255, 0.2); color: #dce8eb; }
.sfn-single .sfn-socials a:hover,
.sfn-single .sfn-socials a:focus-visible,
.sfn-single .sfn-search-toggle:hover,
.sfn-single .sfn-search-toggle:focus-visible { border-color: var(--sfn-teal-2); }
.sfn-single .sfn-menu-toggle { border-color: rgba(255, 255, 255, 0.22); background: transparent; }
.sfn-single .sfn-menu-toggle i { background: #fff; }

.sfn-single-main { overflow: hidden; background: #fff; }
.sfn-single-container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.sfn-single-hero {
	padding-block: 62px 40px;
	border-bottom: 1px solid #e9eef0;
	background:
		radial-gradient(circle at 10% 0%, rgba(24, 143, 146, 0.09), transparent 30%),
		linear-gradient(180deg, #f8fbfb 0%, #fff 100%);
}

.sfn-single-categories {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin-bottom: 22px;
	padding-bottom: 9px;
	color: var(--sfn-teal) !important;
	font-size: 15px;
	font-weight: 800;
}

.sfn-single-categories a { color: var(--sfn-teal) !important; }
.sfn-single-categories a:hover { color: var(--sfn-navy) !important; }
.sfn-single-categories > span { color: #9badb4; }

.sfn-single-categories::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42px;
	height: 3px;
	border-radius: 3px;
	background: var(--sfn-gold);
	content: "";
}

.sfn-single-hero h1 {
	max-width: 840px;
	margin-bottom: 22px;
	color: var(--sfn-navy);
	font-size: clamp(26px, 2vw, 32px) !important;
	font-weight: 850;
	line-height: 1.58;
	letter-spacing: 0;
}

.sfn-entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 22px;
	color: #647783;
	font-size: 13px;
	font-weight: 500;
}

.sfn-entry-meta > * { display: inline-flex; align-items: center; gap: 7px; }
.sfn-entry-meta svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.sfn-entry-meta a:hover { color: var(--sfn-teal); }

.sfn-featured-image {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	margin: 42px 0 0;
	border-radius: 10px;
	background: #e6edef;
	box-shadow: 0 13px 38px rgba(6, 36, 58, 0.09);
}

.sfn-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sfn-single-layout {
	display: block;
	padding-block: 54px 0;
}

.sfn-entry-sidebar {
	position: sticky;
	top: 112px;
	align-self: start;
}

.admin-bar .sfn-entry-sidebar { top: 144px; }

.sfn-toc {
	overflow: hidden;
	border: 1px solid var(--sfn-line);
	border-radius: 8px;
	background: #fbfcfc;
	box-shadow: 0 8px 28px rgba(6, 36, 58, 0.045);
}

.sfn-toc[hidden] { display: none; }

.sfn-toc h2 {
	margin: 0;
	padding: 16px 18px;
	border-bottom: 1px solid var(--sfn-line);
	background: #f2f6f6;
	color: var(--sfn-navy);
	font-size: 17px;
	font-weight: 800;
}

.sfn-toc ol { margin: 0; padding: 11px 0; list-style: none; }
.sfn-toc li { position: relative; margin: 0; padding: 0; }
.sfn-toc li::before {
	position: absolute;
	top: 17px;
	right: 17px;
	width: 5px;
	height: 5px;
	border: 1px solid #9fb3ba;
	border-radius: 50%;
	background: #fff;
	content: "";
}

.sfn-toc li.sfn-toc-h3::before { right: 29px; width: 4px; height: 4px; }
.sfn-toc a {
	display: block;
	padding: 8px 31px 8px 14px;
	color: #4e626e;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
}

.sfn-toc li.sfn-toc-h3 a { padding-right: 43px; color: #71818a; font-size: 12px; }
.sfn-toc a:hover,
.sfn-toc a:focus-visible,
.sfn-toc a.is-active { background: #eef7f6; color: var(--sfn-teal); }

.sfn-sidebar-share {
	margin-top: 18px;
	padding: 14px 16px;
	border: 1px solid var(--sfn-line);
	border-radius: 8px;
	background: #fff;
}

.sfn-sidebar-summary {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 18px;
	padding: 16px;
	border: 1px solid var(--sfn-line);
	border-radius: 8px;
	background: #f8fafa;
}

.sfn-toc[hidden] + .sfn-sidebar-summary { margin-top: 0; }
.sfn-sidebar-summary strong { color: var(--sfn-navy); font-size: 13px; font-weight: 800; }
.sfn-sidebar-summary span { color: var(--sfn-teal); font-size: 12px; line-height: 1.9; }
.sfn-sidebar-summary small { color: #7d8d96; font-size: 11px; }

.sfn-sidebar-share > span {
	display: block;
	margin-bottom: 9px;
	color: #62747f;
	font-size: 12px;
	font-weight: 700;
}

.sfn-share-links { display: flex; flex-wrap: wrap; gap: 7px; }
.sfn-share-links a,
.sfn-share-links button {
	display: grid;
	width: 35px;
	height: 35px;
	padding: 0;
	place-items: center;
	border: 1px solid #cfdadd;
	border-radius: 50%;
	background: #fff;
	color: var(--sfn-teal);
	cursor: pointer;
	transition: 160ms ease;
}

.sfn-share-links a:hover,
.sfn-share-links a:focus-visible,
.sfn-share-links button:hover,
.sfn-share-links button:focus-visible,
.sfn-share-links button.is-copied {
	border-color: var(--sfn-teal);
	background: var(--sfn-teal);
	color: #fff;
}

.sfn-share-links svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.sfn-share-links .sfn-fill-icon { fill: currentColor; stroke: none; }
.sfn-share-links .sfn-stroke-icon {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.sfn-share-links .sfn-fill { fill: currentColor; stroke: none; }

.sfn-entry-article { min-width: 0; max-width: 790px; margin-inline: auto; }
.sfn-entry-content {
	color: #243b49;
	font-size: 17px;
	font-weight: 400;
	line-height: 2.15;
}

.sfn-entry-content > *:first-child { margin-top: 0 !important; }
.sfn-entry-content > *:last-child { margin-bottom: 0 !important; }
.sfn-entry-content p {
	margin-bottom: 1.55em;
	text-align: justify;
	text-align-last: right;
}

.sfn-entry-content h2,
.sfn-entry-content h3,
.sfn-entry-content h4 {
	scroll-margin-top: 125px;
	color: var(--sfn-navy);
	font-weight: 800;
	line-height: 1.65;
	text-align: right;
}

.sfn-entry-content h2 { margin: 2.25em 0 0.8em; font-size: 29px; }
.sfn-entry-content h3 { margin: 2em 0 0.7em; font-size: 23px; }
.sfn-entry-content h4 { margin: 1.8em 0 0.65em; font-size: 19px; }
.sfn-entry-content a { color: var(--sfn-teal); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.sfn-entry-content a:hover { color: var(--sfn-teal-2); }
.sfn-entry-content ul,
.sfn-entry-content ol { margin: 0 0 1.6em; padding-right: 1.35em; }
.sfn-entry-content li { margin-bottom: 0.55em; padding-right: 0.25em; }
.sfn-entry-content blockquote {
	position: relative;
	margin: 2em 0;
	padding: 24px 28px 20px;
	border: 0;
	border-right: 4px solid var(--sfn-gold);
	border-radius: 6px;
	background: #f5f8f8;
	color: #405664;
	font-size: 18px;
}

.sfn-entry-content blockquote p:last-child { margin-bottom: 0; }
.sfn-entry-content figure { margin: 2.2em 0; }
.sfn-entry-content figcaption { margin-top: 8px; color: #6e7f89; font-size: 12px; text-align: center; }
.sfn-entry-content img { border-radius: 7px; }
.sfn-entry-content table {
	width: 100%;
	margin: 2em 0;
	border-collapse: collapse;
	font-size: 14px;
}

.sfn-entry-content th,
.sfn-entry-content td { padding: 11px 13px; border: 1px solid var(--sfn-line); text-align: right; }
.sfn-entry-content th { background: #edf4f4; color: var(--sfn-navy); font-weight: 800; }
.sfn-entry-content pre {
	overflow-x: auto;
	padding: 20px;
	border-radius: 7px;
	direction: ltr;
	background: var(--sfn-deep);
	color: #e8f0f2;
	font: 13px/1.8 Consolas, Monaco, monospace;
	text-align: left;
}

.sfn-entry-content code { font-family: Consolas, Monaco, monospace; }
.sfn-entry-content iframe { max-width: 100%; }

.sfn-page-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 30px; font-size: 13px; }
.sfn-page-links > * { display: grid; min-width: 34px; min-height: 34px; padding: 5px 9px; place-items: center; border: 1px solid var(--sfn-line); border-radius: 4px; }

.sfn-entry-tags {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin-top: 42px;
	padding-top: 25px;
	border-top: 1px solid var(--sfn-line);
}

.sfn-entry-tags strong { flex: 0 0 auto; padding-top: 6px; color: var(--sfn-navy); font-size: 13px; }
.sfn-entry-tags > div { display: flex; flex-wrap: wrap; gap: 7px; }
.sfn-entry-tags a {
	padding: 5px 11px;
	border: 1px solid #bfd8db;
	border-radius: 5px;
	background: #fff;
	color: var(--sfn-teal);
	font-size: 12px;
	font-weight: 600;
	transition: 160ms ease;
}

.sfn-entry-tags a:hover,
.sfn-entry-tags a:focus-visible { border-color: var(--sfn-teal); background: var(--sfn-teal); color: #fff; }

.sfn-bottom-share {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 24px;
	padding: 17px 19px;
	border-radius: 7px;
	background: #f4f7f7;
}

.sfn-bottom-share > strong { color: #50636e; font-size: 13px; }
.sfn-comments {
	width: min(960px, 100%);
	margin: 76px auto 0;
	padding-top: 54px;
	border-top: 1px solid var(--sfn-line);
}

.sfn-comments-heading,
.sfn-related-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

.sfn-related-heading {
	justify-content: flex-start;
	text-align: right;
}

.sfn-comments-heading p {
	margin-bottom: 3px;
	color: var(--sfn-teal);
	font-size: 13px;
	font-weight: 700;
}

.sfn-comments-heading h2,
.sfn-related-heading h2 {
	margin: 0;
	color: var(--sfn-navy);
	font-size: 29px;
	font-weight: 800;
	line-height: 1.5;
}

.sfn-related-heading h2::after {
	display: block;
	width: 42px;
	height: 3px;
	margin-top: 8px;
	border-radius: 3px;
	background: var(--sfn-gold);
	content: "";
}

.sfn-comments-heading > span {
	padding: 5px 11px;
	border-radius: 20px;
	background: #eaf4f3;
	color: var(--sfn-teal);
	font-size: 12px;
	font-weight: 700;
}

.sfn-comment-list,
.sfn-comment-list .children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sfn-comment-list > li + li { margin-top: 24px; }
.sfn-comment-list .children {
	position: relative;
	margin: 19px 48px 0 0;
	padding-right: 25px;
	border-right: 1px dashed #c9d7da;
}

.sfn-comment-list .children .children { margin-right: 36px; }
.sfn-comment-list .children > li + li { margin-top: 18px; }
.sfn-comment-card {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	padding: 20px;
	border: 1px solid var(--sfn-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 6px 22px rgba(6, 36, 58, 0.035);
}

.sfn-comment-avatar {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 19px;
	font-weight: 800;
}

.sfn-avatar-tone-1 { background: var(--sfn-teal-2); }
.sfn-avatar-tone-2 { background: var(--sfn-navy); }
.sfn-avatar-tone-3 { background: var(--sfn-gold); color: var(--sfn-deep); }
.sfn-comment-meta { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 5px 14px; margin-bottom: 8px; }
.sfn-comment-author { color: var(--sfn-navy); font-size: 14px; font-weight: 800; }
.sfn-comment-author a:hover { color: var(--sfn-teal); }
.sfn-comment-date { color: #819099; font-size: 11px; }
.sfn-comment-content { color: #415762; font-size: 14px; line-height: 2; }
.sfn-comment-content p:last-child { margin-bottom: 0; }
.sfn-comment-awaiting { margin-bottom: 8px; color: #9a6b16; font-size: 12px; font-weight: 600; }
.sfn-comment-actions { display: flex; gap: 14px; margin-top: 10px; }
.sfn-comment-actions a { color: var(--sfn-teal); font-size: 12px; font-weight: 700; }
.sfn-comment-actions a:hover { color: var(--sfn-teal-2); }
.sfn-edit-comment { margin-right: 12px; }
.sfn-pingback { padding: 15px 18px; border: 1px solid var(--sfn-line); border-radius: 6px; font-size: 13px; }

.sfn-comments .navigation { margin-top: 25px; }
.sfn-comments .nav-links { display: flex; justify-content: space-between; gap: 15px; }
.sfn-comments .nav-links a { color: var(--sfn-teal); font-size: 13px; font-weight: 700; }

.sfn-comment-form-wrap {
	margin-top: 38px;
	padding: 30px;
	border: 1px solid var(--sfn-line);
	border-radius: 9px;
	background: #f8fafa;
}

.sfn-comment-form-wrap h3 {
	margin-bottom: 4px;
	color: var(--sfn-navy);
	font-size: 21px;
	font-weight: 800;
}

.sfn-comment-note,
.logged-in-as { margin-bottom: 20px; color: #70808a; font-size: 12px; }
.sfn-comment-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.sfn-comment-form > p { margin: 0; }
.sfn-comment-form .sfn-comment-note,
.sfn-comment-form .logged-in-as,
.sfn-comment-form .comment-form-comment,
.sfn-comment-form .comment-form-cookies-consent,
.sfn-comment-form .form-submit { grid-column: 1 / -1; }
.sfn-comment-form label { display: block; margin-bottom: 6px; color: #425763; font-size: 12px; font-weight: 700; }
.sfn-comment-form input:not([type="checkbox"]),
.sfn-comment-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #cbd7da;
	border-radius: 5px;
	background: #fff;
	color: var(--sfn-ink);
	outline: none;
}

.sfn-comment-form input:not([type="checkbox"]) { min-height: 45px; }
.sfn-comment-form textarea { min-height: 155px; resize: vertical; }
.sfn-comment-form input:focus,
.sfn-comment-form textarea:focus { border-color: var(--sfn-teal); box-shadow: 0 0 0 3px rgba(15, 111, 117, 0.1); }
.comment-form-cookies-consent { display: flex; align-items: start; gap: 8px; }
.comment-form-cookies-consent label { margin: 0; font-weight: 400; }
.sfn-comment-submit {
	min-height: 46px;
	padding: 9px 23px;
	border: 0;
	border-radius: 5px;
	background: var(--sfn-teal-2);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: 160ms ease;
}

.sfn-comment-submit:hover,
.sfn-comment-submit:focus-visible { background: var(--sfn-teal); transform: translateY(-1px); }
#cancel-comment-reply-link { margin-right: 10px; color: #b04b4b; font-size: 12px; }
.sfn-comment-card .comment-respond {
	grid-column: 1 / -1;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--sfn-line);
}

.sfn-comments .comment-respond > h3 {
	margin-bottom: 4px;
	color: var(--sfn-navy);
	font-size: 21px;
	font-weight: 800;
}

.sfn-related {
	margin-top: 68px;
	padding: 54px 0 62px;
	border-top: 1px solid var(--sfn-line);
}

.sfn-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sfn-related-card {
	overflow: hidden;
	border: 1px solid var(--sfn-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(6, 36, 58, 0.05);
	transition: 180ms ease;
}

.sfn-related-card:hover { border-color: #bad0d4; box-shadow: var(--sfn-shadow); transform: translateY(-3px); }
.sfn-related-media { display: block; overflow: hidden; aspect-ratio: 16 / 9.5; background: #e7edef; }
.sfn-related-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.sfn-related-card:hover .sfn-related-media > img { transform: scale(1.025); }
.sfn-related-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: var(--sfn-navy); }
.sfn-related-placeholder img { width: 72px; height: 72px; border-radius: 4px; opacity: 0.88; }
.sfn-related-body { padding: 17px 18px 19px; }
.sfn-related-section {
	display: inline-flex;
	margin-bottom: 8px;
	padding: 2px 7px;
	border-radius: 4px;
	background: #eaf4f3;
	color: var(--sfn-teal) !important;
	font-size: 11px;
	font-weight: 700;
}

.sfn-related-body h3 { min-height: 58px; margin-bottom: 9px; color: var(--sfn-navy); font-size: 16px; font-weight: 800; line-height: 1.8; }
.sfn-related-body h3 a:hover { color: var(--sfn-teal); }
.sfn-related-body p {
	display: -webkit-box;
	overflow: hidden;
	min-height: 58px;
	margin-bottom: 14px;
	color: #657680;
	font-size: 12px;
	line-height: 1.9;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sfn-related-time { color: #71818a; font-size: 11px; }
.sfn-single .sfn-footer { margin-top: 0; }

@media (max-width: 980px) {
	.sfn-single .sfn-nav { background: var(--sfn-deep); }
	.sfn-single .sfn-nav-list > li { border-bottom-color: rgba(255, 255, 255, 0.12); }
	.sfn-single .sfn-submenu,
	.sfn-single .sfn-nav-list .sub-menu { background: transparent; }
	.sfn-single .sfn-submenu a,
	.sfn-single .sfn-nav-list .sub-menu a { color: #c9dadd; }
	.sfn-single .sfn-submenu a:hover,
	.sfn-single .sfn-nav-list .sub-menu a:hover { background: rgba(255, 255, 255, 0.07); color: #fff; }
	.sfn-single .sfn-submenu-toggle { color: #dce7ea; }

	.sfn-single-container { width: min(100% - 36px, 900px); }
	.sfn-entry-content { font-size: 16px; }
	.sfn-entry-content h2 { font-size: 26px; }
	.sfn-entry-content h3 { font-size: 21px; }
	.sfn-comment-list .children { margin-right: 34px; padding-right: 20px; }
	.sfn-comment-list .children .children { margin-right: 24px; }
}

@media (max-width: 780px) {
	.sfn-single-hero { padding-block: 44px 31px; }
	.sfn-single-hero h1 { font-size: clamp(23px, 6vw, 27px) !important; line-height: 1.55; }
	.sfn-featured-image { margin-top: 30px; border-radius: 7px; }
	.sfn-featured-image { aspect-ratio: 16 / 10; }
	.sfn-single-layout { display: block; padding-top: 36px; }
	.sfn-entry-article { max-width: none; }
	.sfn-entry-content p {
		text-align: justify;
		text-align-last: right;
	}
	.sfn-entry-content h2 { scroll-margin-top: 100px; }
	.sfn-comments { margin-top: 58px; padding-top: 42px; }
	.sfn-comments-heading,
	.sfn-related-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
	.sfn-comment-list .children,
	.sfn-comment-list .children .children { margin-right: 18px; padding-right: 14px; }
	.sfn-comment-form { grid-template-columns: 1fr; }
	.sfn-comment-form .comment-form-author,
	.sfn-comment-form .comment-form-email { grid-column: 1 / -1; }
	.sfn-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
	.sfn-single-container { width: min(100% - 28px, 520px); }
	.sfn-entry-meta {
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 7px 12px;
		overflow: hidden;
		font-size: 10px;
		white-space: nowrap;
	}
	.sfn-entry-meta > * { min-width: 0; gap: 4px; }
	.sfn-entry-meta svg { width: 13px; height: 13px; flex: 0 0 13px; }
	.sfn-single-hero h1 { font-size: clamp(21px, 6.2vw, 24px) !important; line-height: 1.6; }
	.sfn-entry-content { font-size: 15px; line-height: 2.05; }
	.sfn-entry-content h2 { font-size: 23px; }
	.sfn-entry-content h3 { font-size: 19px; }
	.sfn-entry-content blockquote { padding: 20px 19px 17px; font-size: 16px; }
	.sfn-entry-content table { display: block; overflow-x: auto; white-space: nowrap; }
	.sfn-entry-tags { flex-direction: column; }
	.sfn-bottom-share { align-items: flex-start; flex-direction: column; }
	.sfn-comments-heading h2,
	.sfn-related-heading h2 { font-size: 25px; }
	.sfn-comment-card { grid-template-columns: 40px minmax(0, 1fr); gap: 11px; padding: 15px; }
	.sfn-comment-avatar { width: 40px; height: 40px; font-size: 16px; }
	.sfn-comment-meta { align-items: flex-start; flex-direction: column; }
	.sfn-comment-list .children,
	.sfn-comment-list .children .children { margin-right: 10px; padding-right: 9px; }
	.sfn-comment-form-wrap { padding: 21px 17px; }
	.sfn-related { padding-bottom: 48px; }
	.sfn-related-grid { grid-template-columns: 1fr; }
	.sfn-related-body h3,
	.sfn-related-body p { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.sfn-single *,
	.sfn-single *::before,
	.sfn-single *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
