/* Single job page (jobs/template-parts/single-job.php).
 *
 * Body sections (responsibility / description / qualification) are only
 * rendered when the feed supplied them, so the grey/white striping is done
 * here rather than with hard-coded .grey-bg classes: whichever sections are
 * present, the first one after the white hero is grey and they alternate
 * from there. */
.job-body > section:nth-child(odd) {
	background: var(--ds-color-alias-body-background-light);
}
