/**
 * situation.css — the institutional template's "Situation" opening
 * pattern (`#situation`): a full-sentence H2 styled as semi-bold body
 * text (`.intro`, not the usual bold heading treatment), the trigger
 * list (list-row.php's `situation` variant), and a closing paragraph
 * (`p.follow`). Ported verbatim from higher-education.html and
 * investigations.html, identical across both. `p.follow` here is 1px
 * smaller than the individual template's `#moment p.follow`
 * (moment.css) — a real, verified difference, not an inconsistency to
 * "fix."
 *
 * No PHP partial: like moment.css, this is a fixed two-element pattern
 * (heading + closing paragraph) always used once per page around the
 * list-row component, with nothing to parameterize beyond the hardcoded
 * text the template itself supplies.
 */

#situation .intro {
	font-size: 16.5px;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.6;
	margin-bottom: 18px;
}

#situation p.follow {
	margin-top: 22px;
	font-size: 16px;
	color: var(--ink-soft);
	line-height: 1.8;
	max-width: 64ch;
}
