/* NewzQuest NewsFactory — newsroom article styling.
   Scoped entirely to .nqnf-article-body and its siblings so it never
   leaks into the rest of the theme; loads only on singular generated
   posts. Designed to look right regardless of which theme is active. */

.nqnf-byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #5a5a5a;
	letter-spacing: 0.01em;
	margin: 4px 0 28px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e2dc;
}
.nqnf-byline-author { font-weight: 600; color: #1a1a1a; }
.nqnf-byline-sep { color: #c7c2b8; }

.nqnf-article-body {
	font-family: Georgia, "Times New Roman", "Noto Serif Devanagari", serif;
	font-size: 19px;
	line-height: 1.7;
	color: #232323;
	max-width: 720px;
}

.nqnf-article-body p {
	margin: 0 0 22px;
}

/* Lede — the opening paragraph, distinguished the way every professional
   news site treats it: slightly larger, a touch lighter weight, more air. */
.nqnf-article-body p.nqnf-lede {
	font-size: 22px;
	line-height: 1.6;
	color: #141414;
	font-weight: 400;
	margin-bottom: 28px;
}

.nqnf-article-body h2 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #141414;
	margin: 40px 0 18px;
	padding-top: 4px;
}

.nqnf-article-body h2:first-child {
	margin-top: 0;
}

.nqnf-article-body strong { color: #141414; }

.nqnf-article-body a {
	color: #b34700;
	text-decoration: underline;
	text-decoration-color: rgba(179, 71, 0, 0.35);
	text-underline-offset: 2px;
}
.nqnf-article-body a:hover {
	text-decoration-color: rgba(179, 71, 0, 0.8);
}

/* Pull-quote — set apart from body text with a rule and generous
   whitespace, the standard newsroom treatment for a quoted line. */
.nqnf-article-body blockquote.nqnf-pullquote {
	margin: 36px 0;
	padding: 4px 0 4px 24px;
	border-left: 3px solid #b34700;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1.45;
	font-style: italic;
	color: #1a1a1a;
}

.nqnf-inline-figure {
	margin: 30px 0;
}
.nqnf-inline-figure img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	display: block;
}
.nqnf-inline-figure figcaption {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #767676;
	margin-top: 8px;
	line-height: 1.4;
}

.nqnf-article-body ul,
.nqnf-article-body ol {
	margin: 0 0 22px;
	padding-left: 28px;
}
.nqnf-article-body li {
	margin-bottom: 8px;
}

.nqnf-source-references {
	max-width: 720px;
	margin-top: 44px;
	padding-top: 20px;
	border-top: 1px solid #e5e2dc;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
.nqnf-source-references h2 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #767676;
	font-weight: 600;
	margin-bottom: 10px;
}
.nqnf-source-references ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.nqnf-source-references li {
	margin-bottom: 6px;
}
.nqnf-source-references a {
	color: #b34700;
}
.nqnf-source-references span {
	color: #999;
	margin-left: 4px;
}

/* Ad slots — visually separated so they never read as part of the editorial flow. */
.nqnf-ad {
	max-width: 720px;
	margin: 32px auto;
	text-align: center;
}

@media (max-width: 600px) {
	.nqnf-article-body { font-size: 17px; }
	.nqnf-article-body p.nqnf-lede { font-size: 19px; }
	.nqnf-article-body h2 { font-size: 21px; }
	.nqnf-article-body blockquote.nqnf-pullquote { font-size: 20px; }
}
