/* ============================================================
   BibleTools — Topical circuit
   Loaded by Topical/lay_Topical.cfm, after circuit20260717.css.

   Covers the top of a topic page: the breadcrumb above the <h1>,
   and the topic overview (topTopics.CGG_summary) below it. Relies
   on the --bt-* variables defined in responsive20260922.css.
   ============================================================ */

/* Breadcrumb above the topic heading: present, but subordinate to it. */
.bt-crumb{ font-family:var(--bt-sans,sans-serif); font-size:.8rem; text-transform:uppercase; letter-spacing:.06em; margin:0 0 6px; }
.bt-crumb a{ color:#6b6b6b; text-decoration:none; }
.bt-crumb a:hover{ color:var(--bt-accent,#0488cd); text-decoration:underline; }

/* Topic overview: what the page answers, set off from the verse-by-verse
   entries that follow it. */
.bt-topic-summary{ margin:0 0 26px; padding:14px 18px; background:#f7f7f7; border-left:3px solid var(--bt-accent,#0488cd); border-radius:0 10px 10px 0; }
.bt-topic-summary p{ margin:0; font-size:1.05rem; }
