/**
 * OD Sites Connector — Bible passage, frontend.
 *
 * Rendered by odsc_bible_render_reference(). Deliberately minimal: partner
 * themes own their own typography, so this sets spacing and a link colour
 * and gets out of the way.
 */

.odsc-bible-passage {
	margin: 1.5em 0 0;
	font-size: 0.95em;
	line-height: 1.4;
	color: #6B3267;
}

/* Archive card — plain text under the title. Deliberately quiet: it is
   supporting metadata, not a call to action. */
.odsc-bible-passage--archive {
	margin: 0.25em 0 0;
	font-size: 0.85em;
	color: #3B4037;
}
