/* ============================================================
   Guide figure — in-body aircraft render on the long-form
   guide Pages ([jet_aircraft_figure], inc/guide-figures.php).
   Tokens only. Enqueued conditionally when the guide's content
   carries the shortcode — stays out of the inlined critical-CSS
   budget (D-26). Below-fold by construction: lazy-loaded, no
   aspect-ratio reservation needed beyond the img's own
   width/height attributes (CLS-safe via WP srcset output).
   ============================================================ */

.guide-figure {
	margin: var(--s-6) 0;
}

.guide-figure__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.guide-figure__caption {
	margin-top: var(--s-2);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--c-silver-dim);
}
