/* Research article editorial cover (7 articles, 2026-08-14).
 *
 * The approved 1600x900 editorial graphic that sits inside the article hero,
 * after the PDF download and before the hero closes, so the server-injected
 * top Share control still lands after the COMPLETE hero.
 *
 * ONE shared rule rather than seven inline style blocks, per the approved
 * handoff. It lives in its own file rather than in dc.css because appending to
 * dc.css changes that file's content hash, and the pre-commit asset stamper
 * then rewrites the `?v=` reference on every page that loads it: a measured 6
 * unrelated pages were rewritten for a rule used by 7. A dedicated stylesheet
 * keeps the change to the 7 articles that actually use it. main.css was also
 * rejected as a home: it is inlined into every response site-wide.
 *
 * The graphic carries its own labels, so there is no caption. Per the handoff:
 * no glow, no animation, no hover scaling, no gradient, no card-fx. The PNG
 * stays cream and navy in both themes; only the border follows the theme token.
 */

.research-editorial-cover {
  width: 100%;
  margin: 1.5rem auto 0;
}

.research-editorial-cover img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--color-border);
  border-radius: 12px;
}
