/* Irantimes24 — Single article (extracted 1:1 from khabarnameh-article.html) */

/* reading progress */
.read-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:100;background:transparent}
.read-progress i{display:block;height:100%;width:0;
	background:linear-gradient(90deg,var(--brand),#ff6b3a)}

/* ---------- BREADCRUMB ---------- */
.crumb{padding:16px 0 0;font-size:12.5px;color:var(--muted);
	display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.crumb a{transition:color .15s}
.crumb a:hover{color:var(--brand)}
.crumb svg{width:13px;height:13px;fill:var(--muted)}
.crumb .current{color:var(--ink-soft)}

/* ---------- ARTICLE LAYOUT ---------- */
.article-layout{display:grid;grid-template-columns:1fr 330px;gap:38px;
	padding-top:18px;padding-bottom:48px}

/* article head */
.art-cat{display:inline-flex;background:var(--brand);color:#fff;
	font-size:12px;font-weight:800;padding:6px 14px;border-radius:8px;margin-bottom:14px}
article h1{font-size:33px;font-weight:900;line-height:1.5;letter-spacing:-.5px;
	margin-bottom:14px}
.art-lead{font-size:17px;color:var(--ink-soft);font-weight:500;line-height:1.85;
	margin-bottom:20px}

/* byline */
.byline{display:flex;align-items:center;gap:13px;padding:16px 0;
	border-top:1px solid var(--line);border-bottom:1px solid var(--line);
	flex-wrap:wrap}
.byline .avatar{width:46px;height:46px;border-radius:50%;flex-shrink:0;
	background:linear-gradient(140deg,var(--brand),#ff6b3a);
	display:flex;align-items:center;justify-content:center;
	color:#fff;font-weight:800;font-size:17px}
.byline .by-info b{font-size:14.5px;font-weight:800;display:block}
.byline .by-info span{font-size:12px;color:var(--muted)}
.byline .by-meta{margin-right:auto;display:flex;gap:16px;font-size:12px;color:var(--muted)}
.byline .by-meta span{display:flex;align-items:center;gap:5px}
.byline .by-meta svg{width:13px;height:13px;fill:var(--muted)}

/* share row */
.share-row{display:flex;align-items:center;gap:9px;padding:14px 0;flex-wrap:wrap}
.share-row .lbl{font-size:12.5px;font-weight:700;color:var(--muted);margin-left:4px}
.share-btn{display:flex;align-items:center;gap:7px;
	background:var(--bg-soft);border:1px solid var(--line);
	border-radius:999px;padding:8px 15px;font-size:12.5px;font-weight:700;transition:.18s}
.share-btn svg{width:14px;height:14px;fill:currentColor}
.share-btn.tg:hover{background:#229ED9;color:#fff;border-color:#229ED9}
.share-btn.wa:hover{background:#25D366;color:#fff;border-color:#25D366}
.share-btn.x:hover{background:#000;color:#fff;border-color:#000}
.share-btn.cp:hover{background:var(--ink);color:#fff;border-color:var(--ink)}

/* hero image */
.art-figure{margin:20px 0 8px;border-radius:var(--radius);overflow:hidden;
	box-shadow:var(--shadow)}
.art-figure img{width:100%;aspect-ratio:16/9;object-fit:cover}
.art-figure figcaption{font-size:12px;color:var(--muted);padding:11px 14px;
	background:var(--bg-soft);border-top:1px solid var(--line)}

/* article body — uses --fs-scale CSS variable (set by A+/A- buttons, default 1) */
.art-body{font-size:calc(16.5px * var(--fs-scale, 1));color:var(--ink);line-height:2.1}
.art-body p{margin:18px 0;font-size:inherit}
.art-body h2{font-size:calc(22px * var(--fs-scale, 1));font-weight:800;margin:34px 0 12px;letter-spacing:-.3px}
.art-body h3{font-size:calc(19px * var(--fs-scale, 1));font-weight:800;margin:28px 0 10px}
.art-body li{font-size:inherit}
.art-body blockquote{font-size:calc(18px * var(--fs-scale, 1))}
article h1{font-size:calc(33px * var(--fs-scale, 1)) !important}
.art-lead{font-size:calc(17px * var(--fs-scale, 1)) !important}
.art-body h2::before{content:"";display:inline-block;width:6px;height:20px;
	background:var(--brand);border-radius:3px;margin-left:10px;vertical-align:-3px}
.art-body ul{margin:18px 0;padding-right:8px;list-style:none}
.art-body ul li{position:relative;padding-right:24px;margin:10px 0}
.art-body ul li::before{content:"";position:absolute;right:4px;top:14px;
	width:7px;height:7px;border-radius:50%;background:var(--brand)}
.art-body blockquote{margin:26px 0;padding:20px 22px;
	background:var(--brand-soft);border-right:4px solid var(--brand);
	border-radius:0 14px 14px 0;font-size:18px;font-weight:600;
	color:var(--ink);line-height:1.9}
.art-body blockquote cite{display:block;font-size:13px;font-weight:600;
	color:var(--muted);margin-top:8px;font-style:normal}
.art-body img{border-radius:14px;margin:18px 0}
.art-body a{color:var(--brand);text-decoration:underline;text-underline-offset:3px}

/* tags */
.art-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px;
	padding-top:24px;border-top:1px solid var(--line)}
.art-tags .tag-lbl{font-size:13px;font-weight:800;align-self:center;margin-left:4px}

/* author card */
.author-card{display:flex;gap:16px;align-items:center;margin-top:24px;
	background:var(--bg-soft);border:1px solid var(--line);
	border-radius:var(--radius);padding:20px}
.author-card .avatar-lg{width:64px;height:64px;border-radius:50%;flex-shrink:0;
	background:linear-gradient(140deg,var(--brand),#ff6b3a);
	display:flex;align-items:center;justify-content:center;
	color:#fff;font-weight:800;font-size:24px}
.author-card h4{font-size:16px;font-weight:800;margin-bottom:3px}
.author-card p{font-size:13px;color:var(--ink-soft);line-height:1.7}

/* prev/next */
.pager{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}
.pager a{display:flex;flex-direction:column;gap:5px;
	background:#fff;border:1px solid var(--line);border-radius:14px;
	padding:16px;transition:.2s}
.pager a:hover{box-shadow:var(--shadow);border-color:transparent;transform:translateY(-3px)}
.pager .dir{font-size:11.5px;font-weight:800;color:var(--brand);
	display:flex;align-items:center;gap:5px}
.pager .dir svg{width:13px;height:13px;fill:var(--brand)}
.pager .next{text-align:left}
.pager h5{font-size:14px;font-weight:700;line-height:1.55}

/* related grid */
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.rel-card{background:#fff;border:1px solid var(--line);border-radius:14px;
	overflow:hidden;transition:.2s}
.rel-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:transparent}
.rel-card .thumb{aspect-ratio:16/10;overflow:hidden;background:#ddd}
.rel-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.rel-card:hover .thumb img{transform:scale(1.07)}
.rel-card .body{padding:13px}
.rel-card .kicker{font-size:10.5px;font-weight:800;color:var(--brand)}
.rel-card h4{font-size:14px;font-weight:700;line-height:1.55;margin-top:5px}
.rel-card .meta{font-size:10.5px;color:var(--muted);margin-top:7px}

.sticky-side{position:sticky;top:70px}

/* comments */
.art-comments .comment-list{list-style:none;padding:0;margin:0}
.art-comments .comment-body{background:var(--bg-soft);border:1px solid var(--line);
	border-radius:14px;padding:16px;margin-bottom:14px}
.art-comments .comment-author{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.art-comments .comment-author img{border-radius:50%}
.art-comments .comment-author cite{font-weight:800;font-style:normal;font-size:14px}
.art-comments .comment-meta{font-size:11px;color:var(--muted);margin-bottom:8px}
.art-comments .comment-reply-link{font-size:12px;color:var(--brand);font-weight:700}
.art-comments .comment-form input[type=text],
.art-comments .comment-form input[type=email],
.art-comments .comment-form input[type=url],
.art-comments .comment-form textarea{width:100%;padding:12px 14px;border:1px solid var(--line);
	border-radius:11px;font-family:inherit;font-size:14px;margin-top:6px;background:#fff}
.art-comments .comment-form label{display:block;margin-top:12px;font-size:13px;font-weight:600}

/* ============ RESPONSIVE ============ */
@media(max-width:980px){
	.article-layout{grid-template-columns:1fr;gap:8px}
	.sticky-side{position:static}
	.related-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
	article h1{font-size:23px;line-height:1.5}
	.art-lead{font-size:15px}
	.art-body{font-size:15.5px;line-height:2}
	.art-body h2{font-size:19px}
	.art-body blockquote{font-size:16px;padding:16px 18px}
	.byline .by-meta{margin-right:0;width:100%;margin-top:6px}
	.related-grid{grid-template-columns:1fr}
	.pager{grid-template-columns:1fr}
	.author-card{flex-direction:column;text-align:center}
	.share-btn span{display:none}
	.share-btn{padding:10px}
}
