/* TGL — Bible Verses page (v8.4.5)
   Uses the shared gutter token from global-alignment.css. Lyrics surfaces are
   untouched: nothing here targets .lgenx-*, .tgl-lyrics or related classes. */

.tgl-bible { padding: 24px 0 48px; }

.tgl-bible__hero { text-align: center; margin-bottom: 28px; }
.tgl-bible__eyebrow {
  display: inline-block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: #1976D2; font-weight: 700; margin-bottom: 8px;
}
.tgl-bible__title { font-size: clamp(26px, 4vw, 40px); line-height: 1.15; color: #0A3A8A; margin: 0 0 10px; }
.tgl-bible__lead { color: #4b5563; margin: 0 auto; max-width: 62ch; }

.tgl-bible__card {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 16px;
  box-shadow: 0 10px 30px -18px rgba(10, 58, 138, .45);
  padding: 22px; margin: 0 0 32px;
}
.tgl-bible__card--daily { border-top: 4px solid #0A3A8A; }
.tgl-bible__card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.tgl-bible__badge {
  background: #0A3A8A; color: #fff; font-size: 12px; font-weight: 700;
  padding: 5px 12px; border-radius: 999px; letter-spacing: .04em;
}
.tgl-bible__ref { color: #0A3A8A; font-weight: 700; }

.tgl-bible__refte { margin: 0 0 6px; font-size: clamp(22px, 3.2vw, 32px); line-height: 1.5; color: #0A3A8A; font-weight: 700; }
.tgl-bible__refen { margin: 0 0 14px; font-size: clamp(15px, 1.9vw, 18px); line-height: 1.6; color: #4b5563; font-weight: 600; letter-spacing: .01em; }

.tgl-bible__card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid #f1f5f9; padding-top: 14px; }
.tgl-bible__cite { color: #6b7280; font-style: normal; font-weight: 600; }

.tgl-bible__actions { display: flex; gap: 8px; flex-wrap: wrap; }

.tgl-bible__btn {
  background: #0A3A8A; color: #fff; border: 1px solid #0A3A8A; border-radius: 10px;
  padding: 10px 16px; font-weight: 600; cursor: pointer; min-height: 44px;
  display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font: inherit;
}
a.tgl-bible__btn, a.tgl-bible__btn:hover, a.tgl-bible__btn:focus { text-decoration: none; }
a.tgl-bible__btn { color: #fff; }
a.tgl-bible__btn--ghost { color: #0A3A8A; }

.tgl-bible__btn:hover { background: #1976D2; border-color: #1976D2; }
.tgl-bible__btn--ghost { background: #fff; color: #0A3A8A; }
.tgl-bible__btn--ghost:hover { background: #eff6ff; color: #0A3A8A; }

.tgl-bible__section-title { font-size: 20px; color: #0A3A8A; margin: 0 0 14px; }
.tgl-bible__form { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; }
.tgl-bible__field { display: flex; flex-direction: column; gap: 6px; flex: 1 1 220px; }
.tgl-bible__field--sm { flex: 0 1 110px; }
.tgl-bible__field span { font-size: 12px; font-weight: 700; color: #374151; text-transform: uppercase; letter-spacing: .06em; }
.tgl-bible__field select,
.tgl-bible__field input {
  border: 1px solid #d1d5db; border-radius: 10px; padding: 10px 12px; min-height: 44px;
  font: inherit; background: #fff; color: #111827; width: 100%;
}
.tgl-bible__status { min-height: 20px; color: #6b7280; margin: 10px 0 0; }

.tgl-bible__books { margin-top: 34px; }
.tgl-bible__testament { font-size: 15px; color: #1976D2; margin: 20px 0 10px; letter-spacing: .04em; }
.tgl-bible__booklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
.tgl-bible__bookbtn {
  width: 100%; text-align: left; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px;
  padding: 12px 14px; cursor: pointer; min-height: 44px; display: flex; flex-direction: column; gap: 2px;
}
.tgl-bible__bookbtn:hover { border-color: #1976D2; background: #f8fbff; }
.tgl-bible__bookte { font-weight: 700; color: #0A3A8A; }
.tgl-bible__booken { font-size: 12px; color: #6b7280; }

.tgl-bible__credit { margin-top: 30px; font-size: 12px; color: #9ca3af; text-align: center; }

@media (max-width: 640px) {
  .tgl-bible { padding: 16px 0 32px; }
  .tgl-bible__card { padding: 16px; border-radius: 14px; }
  .tgl-bible__field, .tgl-bible__field--sm { flex: 1 1 100%; }
  .tgl-bible__booklist { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
}

/* v8.4.7 — bilingual chapter reader (scoped to .tgl-bible only) */
.tgl-bible__chapter { margin-top: 34px; background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 20px; }
.tgl-bible__chapter[hidden] { display: none; }
.tgl-bible__chapter-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.tgl-bible__chapter-head .tgl-bible__section-title { margin: 0; }
.tgl-bible__verses { list-style: decimal; margin: 16px 0 0; padding-left: 28px; }
.tgl-bible__verseitem { margin: 0 0 18px; padding-bottom: 14px; border-bottom: 1px solid #f1f5f9; }
.tgl-bible__verseitem::marker { color: #1976D2; font-weight: 700; font-size: 13px; }
.tgl-bible__vte { margin: 0 0 6px; font-size: 18px; line-height: 1.9; color: #111827; }
.tgl-bible__ven { margin: 0; font-size: 15px; line-height: 1.7; color: #4b5563; }
@media (max-width: 640px) {
  .tgl-bible__chapter { padding: 14px; }
  .tgl-bible__verses { padding-left: 22px; }
  .tgl-bible__vte { font-size: 17px; }
}
