/* KJV Audio Bible DNN Theme - pane-based layout */
:root {
  --kjv-navy: #020b1a;
  --kjv-navy-2: #07172c;
  --kjv-blue: #008cff;
  --kjv-blue-light: #35b7ff;
  --kjv-text: #0d1a2d;

  --kjv-page-bg: #eef2f6;
  --kjv-surface-bg: #ffffff;
  --kjv-surface-alt: #fbfcfd;
  --kjv-text-secondary: #607587;
  --kjv-text-muted: #718394;
  --kjv-border: #d6e1ea;
  --kjv-border-light: #e9eff4;

  --kjv-page-max-width: 1500px;
  --kjv-page-gutter: 24px;
  --kjv-page-gutter-mobile: 12px;
  --kjv-page-top-gap: 20px;
  --kjv-page-top-gap-mobile: 14px;
  --kjv-radius: 12px;
  --kjv-radius-lg: 14px;

  --kjv-player-height: 92px;
}

/* KJV Audio account dashboard and opt-in chapter reading credit */
.kjv-user-dashboard { color: var(--kjv-text, #0e2936); }
.kjv-user-dashboard-greeting {
  color: #0e2936;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .45rem;
}
.kjv-user-signed-in-message {
  align-items: center;
  background: #f1faf5;
  border: 1px solid #cce9d8;
  border-radius: .45rem;
  color: #35654a;
  display: inline-flex;
  font-size: .82rem;
  gap: .5rem;
  margin-bottom: .75rem;
  padding: .5rem .7rem;
}
.kjv-user-signed-in-message i { color: #2f9e55; }
.kjv-user-dashboard-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 0;
}
.kjv-user-dashboard-links a {
  align-items: center;
  color: #166dcb;
  display: inline-flex;
  font-size: .8rem;
  font-weight: 600;
  gap: .35rem;
  text-decoration: none;
}
.kjv-user-dashboard-links a:hover,
.kjv-user-dashboard-links a:focus-visible { color: #004f9e; text-decoration: underline; }
.kjv-user-dashboard-links a + a::before {
  border-left: 1px solid #cbd6de;
  content: "";
  height: .9rem;
  margin: 0 .75rem;
}
.kjv-user-book-directory-card { scroll-margin-top: 6rem; }
.kjv-user-dashboard .card-header { background: #f7f9fb; border-bottom-color: #dfe7ed; padding: 1rem 1.25rem; }
.kjv-user-primary-card,
.kjv-user-kpi { border: 1px solid #d7e3ec; border-radius: .75rem; box-shadow: 0 .2rem .8rem rgba(14,41,54,.05); }
.kjv-user-primary-card { border-top: 3px solid #008cff; }
.kjv-user-resume { background: #f7fbff; border: 1px solid #d7e7f4; border-radius: .7rem; padding: 1rem; }
.kjv-user-resume-label,
.kjv-user-resume-source { color: #667987; font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.kjv-user-resume-label { color: #166dcb; margin-bottom: .65rem; }
.kjv-user-resume-source { margin-bottom: .2rem; }
.kjv-user-progress { height: .65rem; max-width: 48rem; }
.kjv-user-progress .progress-bar,
.kjv-user-book-progress .progress-bar { background: linear-gradient(90deg, #166dcb, #008cff); }
.kjv-user-journey-layout {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 48rem) minmax(21rem, 26rem);
  justify-content: space-between;
}
.kjv-user-journey-main { min-width: 0; }
.kjv-user-journey-book-choice { margin-top: .8rem; max-width: 26rem; }
.kjv-user-journey-other { align-self: end; }
.kjv-user-journey-other-label {
  color: #0e2936;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: .45rem;
}
.kjv-user-journey-options {
  display: grid;
  gap: .5rem;
  grid-template-columns: 1fr;
}
.kjv-user-journey-option {
  align-items: center;
  background: #f2f8fd;
  border: 1px solid #bcd9eb;
  border-radius: .4rem;
  color: #0e2936;
  display: grid;
  gap: .5rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 2.5rem;
  padding: .4rem .65rem;
  text-decoration: none;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.kjv-user-journey-option:link,
.kjv-user-journey-option:visited { color: #0e2936; }
.kjv-user-journey-option:hover,
.kjv-user-journey-option:focus-visible {
  background: #e6f4fc;
  border-color: #70b5df;
  color: #0b5f99;
}
.kjv-user-journey-option > i:first-child { color: #1687cc; }
.kjv-user-journey-option > i:last-child { color: #6d8798; font-size: .85rem; }
.kjv-user-journey-option span { min-width: 0; }
.kjv-user-journey-option strong,
.kjv-user-journey-option small { display: inline; font-size: .78rem; }
.kjv-user-journey-option strong { font-weight: 700; }
.kjv-user-journey-option small { color: #607587; }
.kjv-user-journey-option small::before { content: "\00b7"; margin: 0 .35rem; }
.kjv-user-kpi span,
.kjv-user-kpi small { color: #667987; display: block; }
.kjv-user-kpi span { font-size: .75rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.kjv-user-kpi span i { color: #008cff; margin-right: .4rem; }
.kjv-user-kpi strong { color: #0e2936; display: block; font-size: clamp(1.5rem, 2.5vw, 2.15rem); line-height: 1.15; margin: .55rem 0 .2rem; }
.kjv-user-heading-icon { color: #008cff; margin-right: .55rem; }
.kjv-user-plan-list { display: grid; gap: .75rem; grid-template-columns: minmax(0, 1fr); }
.kjv-user-plan { align-items: flex-start; background: #f8fafc; border: 1px solid #e0e8ee; border-left: 3px solid #b9c5ce; border-radius: .55rem; display: flex; gap: 1rem; justify-content: space-between; min-width: 0; padding: 1rem; }
.kjv-user-plan:first-child,
.kjv-user-plan:last-child { padding: 1rem; }
.kjv-user-plan > div:first-child { flex: 1 1 auto; min-width: 0; }
.kjv-user-plan > .dropdown { flex: 0 0 auto; }
.kjv-user-plan[data-primary="True"] { border-left-color: #008cff; }
.kjv-user-plan-progress { height: .4rem; max-width: none; width: 100%; }
.kjv-user-plan-progress .progress-bar { background: #008cff; }
@media (min-width: 1200px) {
  .kjv-user-plan-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.kjv-user-table { font-size: .875rem; }
.kjv-user-table th { background: #f7f9fb; color: #5e7280; font-size: .7rem; letter-spacing: .035em; padding: .75rem 1rem; text-transform: uppercase; white-space: nowrap; }
.kjv-user-table td { border-color: #e8eef2; padding: .8rem 1rem; }
.kjv-user-book-progress { min-width: 11rem; }
.kjv-user-book-progress .progress { display: inline-flex; height: .45rem; margin-right: .5rem; vertical-align: middle; width: 7rem; }
.kjv-chapter-read-tracking { align-items: center; background: #f8fbfd; border-top: 1px solid #e4ebf0; display: flex; flex-wrap: wrap; gap: .75rem; justify-content: flex-end; padding: .85rem 1rem; }
.kjv-chapter-read-tracking[hidden] { display: none !important; }
.kjv-mark-chapter-read { align-items: center; display: inline-flex; gap: .4rem; }
.kjv-passage-read-tracking { align-items: center; background: #f8fbfd; border: 1px solid var(--kjv-border, #d6e1ea); border-top: 0; display: flex; flex-wrap: wrap; gap: .75rem; justify-content: flex-end; padding: .85rem 1rem; }
.kjv-passage-read-tracking .btn { align-items: center; display: inline-flex; gap: .4rem; }
.kjv-read-scroll-compensation { transform: translate3d(0, var(--kjv-read-scroll-fraction, 0), 0); will-change: transform; }
.kjv-jump-link[data-journey-complete="1"] { border-bottom: 3px solid #008cff; }
.kjv-jump-link[data-book-run-complete="1"] { border-bottom-color: #2f9e55; }
.kjv-chapter-complete-icon { color: #2f9e55; flex: 0 0 auto; font-size: .95rem; }
@media (max-width: 575.98px) {
  .kjv-user-dashboard .card-body { padding: 1rem; }
  .kjv-user-signed-in-message { align-items: flex-start; width: 100%; }
  .kjv-user-dashboard-links { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .kjv-user-dashboard-links a + a::before { display: none; }
  .kjv-user-book-progress { min-width: 9rem; }
  .kjv-user-book-progress .progress { width: 5.5rem; }
  .kjv-chapter-read-tracking { justify-content: stretch; }
  .kjv-mark-chapter-read { justify-content: center; width: 100%; }
  .kjv-passage-read-tracking { justify-content: stretch; }
  .kjv-passage-read-tracking .btn { justify-content: center; width: 100%; }
}

/* Archived reading plans */
.kjv-user-archived-plans {
  border-top: 1px solid #e0e8ee;
  padding-top: 1rem;
}

.kjv-user-archived-plans > summary {
  align-items: center;
  color: #516674;
  cursor: pointer;
  display: flex;
  font-size: .875rem;
  font-weight: 700;
  gap: .5rem;
  list-style: none;
}

.kjv-user-archived-plans > summary::-webkit-details-marker { display: none; }

.kjv-user-archived-plans > summary::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-size: .75rem;
  font-weight: 900;
  margin-left: auto;
  transition: transform .2s ease;
}

.kjv-user-archived-plans[open] > summary::after { transform: rotate(180deg); }
.kjv-user-archived-plan-list { display: grid; gap: .65rem; }

.kjv-user-archived-plan {
  align-items: center;
  background: #fbfcfd;
  border: 1px solid #e0e8ee;
  border-radius: .5rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: .85rem 1rem;
}

.kjv-user-archived-plan > div { min-width: 0; }

.kjv-user-archived-plan .btn {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: .4rem;
}

@media (max-width: 575.98px) {
  .kjv-user-archived-plan {
    align-items: stretch;
    flex-direction: column;
  }

  .kjv-user-archived-plan .btn {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .kjv-user-journey-layout { grid-template-columns: 1fr; gap: 1.1rem; justify-content: stretch; }
  .kjv-user-journey-book-choice { max-width: none; width: 100%; }
  .kjv-user-journey-other { align-self: stretch; }
}

/* User dashboard book directory and lazy-loaded progress dialog */
.kjv-user-testament-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 1rem;
}

.kjv-user-testament {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--kjv-border, #d6e1ea);
  border-radius: .7rem;
}

.kjv-user-testament-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .85rem 1rem;
  background: #f7f9fb;
  border-bottom: 1px solid #dfe7ed;
}

.kjv-user-testament-header h3 {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #0e2936;
}

.kjv-user-testament-header h3 i { color: #008cff; }
.kjv-user-testament-header > span { color: #667987; font-size: .78rem; white-space: nowrap; }

.kjv-user-book-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: .45rem;
  padding: .75rem;
}

.kjv-user-book-grid-old { grid-template-rows: repeat(13, minmax(42px, auto)); }
.kjv-user-book-grid-new { grid-template-rows: repeat(14, minmax(42px, auto)); }

.kjv-user-book-tile {
  --kjv-journey-progress: 0%;
  --kjv-book-run-progress: 0%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
  min-width: 0;
  min-height: 42px;
  padding: .55rem .38rem .67rem .65rem;
  overflow: hidden;
  background: #f5f7f9;
  border: 1px solid #dbe4eb;
  border-radius: .45rem;
}

.kjv-user-book-tile::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(
    to right,
    #2f9e55 0 var(--kjv-book-run-progress),
    #008cff var(--kjv-book-run-progress) var(--kjv-journey-progress),
    #d9e1e7 var(--kjv-journey-progress) 100%
  );
}

.kjv-user-book-link {
  min-width: 0;
  overflow: hidden;
  color: #166dcb;
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kjv-user-book-link:hover,
.kjv-user-book-link:focus-visible { color: #075cae; text-decoration: underline; }

.kjv-user-book-end {
  display: inline-flex;
  align-items: center;
  gap: .1rem;
  flex: 0 0 auto;
  color: #667987;
}

.kjv-user-book-percent { font-size: .75rem; font-variant-numeric: tabular-nums; }
.kjv-user-book-percent.is-journey { color: #0875d1; }
.kjv-user-book-percent.is-repeat { color: #24834a; }
.kjv-user-book-percent + .kjv-user-book-runs { margin-left: .3rem; }

.kjv-user-book-runs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  min-height: 20px;
  padding: .08rem .32rem;
  color: #334c5d;
  background: #e7edf2;
  border: 1px solid #d1dce4;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.kjv-user-book-progress-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .45rem 1rem;
  margin: 0 0 .75rem;
  color: #667987;
  font-size: .75rem;
}

.kjv-user-book-progress-legend > span { display: inline-flex; align-items: center; gap: .35rem; }
.kjv-user-book-progress-key { display: inline-block; width: 20px; height: 4px; border-radius: 2px; }
.kjv-user-book-progress-key.is-journey { background: #008cff; }
.kjv-user-book-progress-key.is-repeat { background: #2f9e55; }
.kjv-user-book-progress-legend strong { color: #334c5d; }

.kjv-user-book-expand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #3f4e59;
  background: transparent;
  border: 0;
  border-radius: .35rem;
}

.kjv-user-book-expand:hover,
.kjv-user-book-expand:focus-visible { color: #0e2936; background: #e6ebef; }
.kjv-user-book-expand i { transition: transform .16s ease; }
.kjv-user-book-expand[aria-expanded="true"] i { transform: rotate(180deg); }

.kjv-book-progress-overlay {
  position: fixed;
  inset: 0;
  z-index: 1600;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.kjv-book-progress-overlay[hidden] { display: none !important; }
.kjv-book-progress-open { overflow: hidden; }

.kjv-book-progress-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(2, 11, 26, .62);
  border: 0;
}

.kjv-book-progress-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 2.5rem);
  overflow: auto;
  background: #fff;
  border: 1px solid #cfdce6;
  border-radius: .85rem;
  box-shadow: 0 1.5rem 4rem rgba(2, 17, 34, .3);
}

.kjv-book-progress-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #263b4c;
  background: #f4f7f9;
  border: 1px solid #d6e1ea;
  border-radius: .45rem;
}

.kjv-book-progress-close:hover,
.kjv-book-progress-close:focus-visible { color: #0e2936; background: #eaf0f4; }

.kjv-book-progress-detail-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 1.35rem 4.4rem 1.1rem 1.4rem;
  border-bottom: 1px solid #dfe7ed;
}

.kjv-book-progress-detail-body { padding: 1.25rem 1.4rem .25rem; }

.kjv-book-progress-summary-line,
.kjv-book-progress-summary-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .5rem 1rem;
}

.kjv-book-progress-summary-line { margin-bottom: .55rem; }
.kjv-book-progress-summary-meta { margin-top: .55rem; color: #667987; font-size: .82rem; }

.kjv-book-progress-run-stats {
  display: grid;
  gap: .25rem;
  margin-bottom: 1rem;
  padding: .8rem .9rem;
  color: #425b6b;
  background: #f7fbff;
  border: 1px solid #d7e7f4;
  border-radius: .6rem;
}

.kjv-book-progress-run-stats small { color: #667987; }
.kjv-book-progress-total { display: inline-flex; align-items: center; gap: .45rem; }
.kjv-book-progress-total strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 25px;
  padding: .15rem .45rem;
  color: #17384d;
  background: #e4edf4;
  border-radius: 999px;
  font-size: .82rem;
}

.kjv-book-progress-layer + .kjv-book-progress-layer { margin-top: 1rem; }
.kjv-book-progress-layer {
  padding: .8rem .9rem;
  background: #fbfcfd;
  border: 1px solid #e0e7ec;
  border-left-width: 4px;
  border-radius: .55rem;
}
.kjv-book-progress-layer.is-journey { border-left-color: #008cff; }
.kjv-book-progress-layer.is-repeat { border-left-color: #2f9e55; }
.kjv-progress-color-dot { display: inline-block; width: 9px; height: 9px; margin-right: .42rem; border-radius: 50%; background: #008cff; }
.kjv-book-progress-layer.is-repeat .kjv-progress-color-dot { background: #2f9e55; }
.kjv-book-progress-meter { height: .55rem; }
.kjv-book-progress-meter .progress-bar { background: linear-gradient(90deg, #166dcb, #008cff); }
.kjv-book-progress-layer.is-repeat .kjv-book-progress-meter .progress-bar { background: linear-gradient(90deg, #24834a, #2f9e55); }

.kjv-book-progress-continue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: .9rem 1rem;
  background: #f6f9fc;
  border: 1px solid #dce7ef;
  border-radius: .55rem;
}

.kjv-book-progress-continue > div { display: grid; gap: .18rem; }
.kjv-book-progress-continue > div > span { color: #667987; font-size: .76rem; }
.kjv-book-progress-continue.is-complete { background: #f1fbf5; border-color: #cdebd9; }
.kjv-book-progress-continue.is-complete > div > span { color: #24834a; font-weight: 600; }

.kjv-book-progress-chapters { padding: 1rem 1.4rem 1.4rem; }
.kjv-book-progress-chapters h3 { margin-bottom: .7rem; }

.kjv-book-progress-chapter-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(38px, 1fr));
  gap: .4rem;
}

.kjv-book-progress-chapter {
  --kjv-journey-progress: 0%;
  --kjv-book-run-progress: 0%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: .38rem .2rem .5rem;
  overflow: hidden;
  color: #263b4c;
  background: #f5f7f9;
  border: 1px solid #d8e2e9;
  border-radius: .4rem;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.kjv-book-progress-chapter::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(
    to right,
    #2f9e55 0 var(--kjv-book-run-progress),
    #008cff var(--kjv-book-run-progress) var(--kjv-journey-progress),
    #d9e1e7 var(--kjv-journey-progress) 100%
  );
}
.kjv-book-progress-chapter:hover,
.kjv-book-progress-chapter:focus-visible { color: #075cae; background: #edf6ff; border-color: #98c9f4; }

.kjv-book-progress-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .6rem 1rem;
  margin-top: .8rem;
  color: #667987;
  font-size: .75rem;
}

.kjv-book-progress-legend > span { display: inline-flex; align-items: center; gap: .35rem; }
.kjv-book-progress-key { display: inline-block; width: 18px; height: 4px; background: #d9e1e7; border-radius: 2px; }
.kjv-book-progress-key.is-journey { background: #008cff; }
.kjv-book-progress-key.is-repeat { background: #2f9e55; }

.kjv-book-progress-loading,
.kjv-book-progress-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 220px;
  padding: 2rem;
  text-align: center;
}

.kjv-book-progress-error { flex-direction: column; }
.kjv-book-progress-response-page { min-height: 1px; }

/* Logged-in book progress access within the book hero. */
.kjv-jump-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 1.25rem;
  margin-bottom: .55rem;
}

.kjv-jump-heading-row .kjv-jump-label { margin-bottom: 0; }

.kjv-book-progress-hero-status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .15rem .3rem;
  color: rgba(255,255,255,.78);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
}

.kjv-book-progress-hero-status .is-journey {
  color: rgba(108, 197, 255, .92);
}

.kjv-book-progress-hero-status .is-repeat { color: #71d89b; }
.kjv-book-completion-total strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  min-height: 21px;
  margin-right: .18rem;
  padding: .08rem .35rem;
  color: #dceaf4;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  font-size: .7rem;
}

.kjv-book-progress-hero-status > a:hover,
.kjv-book-progress-hero-status > a:focus-visible {
  color: #a9ddff;
  text-underline-offset: 3px;
}

.kjv-book-progress-hero-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: .4rem;
  padding: .2rem 0;
  color: rgba(108, 197, 255, .92);
  background: transparent;
  border: 0;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.kjv-book-progress-hero-link:hover,
.kjv-book-progress-hero-link:focus-visible {
  color: #a9ddff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kjv-book-progress-hero-link i { font-size: .82rem; }

.kjv-book-progress-hero-status .kjv-book-progress-hero-link {
  padding: 0;
  font: inherit;
}

@media (max-width: 1199.98px) {
  .kjv-user-testament-layout { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .kjv-user-book-grid-old { grid-template-rows: repeat(20, minmax(42px, auto)); }
  .kjv-book-progress-overlay { padding: .65rem; }
  .kjv-book-progress-dialog { max-height: calc(100vh - 1.3rem); }
  .kjv-book-progress-chapter-grid { grid-template-columns: repeat(5, minmax(38px, 1fr)); }
}

@media (max-width: 479.98px) {
  .kjv-user-book-grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .kjv-book-progress-detail-header { padding: 1.1rem 3.9rem .9rem 1rem; }
  .kjv-book-progress-detail-body,
  .kjv-book-progress-chapters { padding-left: 1rem; padding-right: 1rem; }
  .kjv-book-progress-continue { align-items: stretch; flex-direction: column; }
  .kjv-book-progress-continue .btn { width: 100%; }

  .kjv-jump-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: .3rem;
  }

  .kjv-book-progress-hero-link {
    min-height: 36px;
    padding: .35rem 0;
  }

  .kjv-book-progress-hero-status {
    justify-content: flex-start;
    text-align: left;
  }

  .kjv-book-progress-hero-status .kjv-book-progress-hero-link {
    min-height: 0;
    padding: 0;
  }
}

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.kjv-legal-page {
  color: var(--kjv-text);
}

.kjv-legal-page .kjv-legal-card {
  overflow: hidden;
}

.kjv-legal-page .kjv-legal-card > .kjv-card-body {
  padding: 30px 32px;
}

.kjv-legal-page .kjv-legal-header {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--kjv-border-light);
}

.kjv-legal-page .kjv-legal-eyebrow {
  margin: 0 0 5px;
  color: var(--kjv-text-muted);
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.kjv-legal-page .kjv-legal-title {
  margin: 0 0 12px;
  color: #0e2936;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.kjv-legal-page .kjv-legal-intro {
  max-width: 1040px;
  margin: 0 0 10px;
  color: var(--kjv-card-text);
  font-size: 1.02rem;
  line-height: 1.7;
}

.kjv-legal-page .kjv-legal-updated {
  margin: 0;
  color: var(--kjv-text-muted);
  font-size: .82rem;
  line-height: 1.4;
}

.kjv-legal-page .kjv-legal-content {
  max-width: 1120px;
}

.kjv-legal-page .kjv-legal-section {
  margin: 0;
  padding: 0 0 24px;
}

.kjv-legal-page .kjv-legal-section + .kjv-legal-section {
  padding-top: 24px;
  border-top: 1px solid var(--kjv-border-light);
}

.kjv-legal-page .kjv-legal-section:last-child {
  padding-bottom: 0;
}

.kjv-legal-page .kjv-legal-section h2 {
  margin: 0 0 12px;
  color: #0e2936;
  font-size: clamp(1.15rem, 2vw, 1.38rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.012em;
}

.kjv-legal-page .kjv-legal-section h3 {
  margin: 20px 0 8px;
  color: #0e2936;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.kjv-legal-page .kjv-legal-section p,
.kjv-legal-page .kjv-legal-section li {
  color: var(--kjv-card-text);
  font-size: .96rem;
  line-height: 1.7;
}

.kjv-legal-page .kjv-legal-section p {
  margin: 0 0 12px;
}

.kjv-legal-page .kjv-legal-section p:last-child {
  margin-bottom: 0;
}

.kjv-legal-page .kjv-legal-section ul,
.kjv-legal-page .kjv-legal-section ol {
  margin: 10px 0 14px;
  padding-left: 1.35rem;
}

.kjv-legal-page .kjv-legal-section li + li {
  margin-top: 7px;
}

.kjv-legal-page .kjv-legal-section a {
  color: #0874e9;
  font-weight: 600;
  text-decoration: none;
}

.kjv-legal-page .kjv-legal-section a:hover,
.kjv-legal-page .kjv-legal-section a:focus {
  color: #008cff;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .kjv-legal-page .kjv-legal-card > .kjv-card-body {
    padding: 22px 18px;
  }

  .kjv-legal-page .kjv-legal-header {
    margin-bottom: 21px;
    padding-bottom: 19px;
  }

  .kjv-legal-page .kjv-legal-intro {
    font-size: .96rem;
    line-height: 1.65;
  }

  .kjv-legal-page .kjv-legal-section {
    padding-bottom: 20px;
  }

  .kjv-legal-page .kjv-legal-section + .kjv-legal-section {
    padding-top: 20px;
  }

  .kjv-legal-page .kjv-legal-section h2 {
    margin-bottom: 10px;
  }

  .kjv-legal-page .kjv-legal-section p,
  .kjv-legal-page .kjv-legal-section li {
    font-size: .92rem;
    line-height: 1.65;
  }
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--kjv-text); background: var(--kjv-page-bg); }
.kjv-layout-player {
  padding-bottom: calc(var(--kjv-player-height) + 24px);
  background-image: linear-gradient(#020817, #020817);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% calc(var(--kjv-player-height) + 24px);
}

.kjv-pane-theme { min-height: 100vh; }
.kjv-site-header {
  position: relative;
  z-index: 100;
  color: #fff;
  background: linear-gradient(180deg, #020817 0%, #020b18 100%);
  border-bottom: 1px solid rgba(141,170,203,.25);
}

.kjv-header-panes {
  max-width: var(--kjv-page-max-width);
  margin: 0 auto;
  padding: 14px 24px;
  display: grid;
  grid-template-columns: minmax(210px, .725fr) minmax(360px, 1.325fr) minmax(520px, 1.65fr);
  align-items: center;
  gap: 22px;
}

.kjv-header-pane { min-width: 0; }
.kjv-logo-pane .DnnModule,
.kjv-menu-pane .DnnModule,
.kjv-nav-pane .DnnModule,
.kjv-hero-pane .DnnModule,
.kjv-content-pane .DnnModule,
.kjv-footer-pane .DnnModule { margin: 0; }

.kjv-logo-pane .DNNModuleContent,
.kjv-menu-pane .DNNModuleContent,
.kjv-nav-pane .DNNModuleContent,
.kjv-hero-pane .DNNModuleContent,
.kjv-content-pane .DNNModuleContent,
.kjv-footer-pane .DNNModuleContent { padding: 0; }

.kjv-logo-pane .navbar-brand { color: #fff; font-weight: 700; letter-spacing: -.02em; text-decoration: none; }
.kjv-logo-pane .navbar-brand:hover,
.kjv-logo-pane .navbar-brand:focus { color: #fff; text-decoration: none; }
.kjv-brand-icon { width: 48px; height: 48px; object-fit: cover; border-radius: 12px; filter: drop-shadow(0 0 8px rgba(0,140,255,.65)); }
.kjv-brand-blue { color: #16a9ff; }
.kjv-logo-pane .navbar-brand small { font-size: .65em; font-weight: 500; opacity: .8; }



.kjv-nav-link:hover, .kjv-nav-link:focus, .kjv-nav-link.active { color: #35b7ff; }

.kjv-nav-controls { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.kjv-dark-select { min-width: 145px; color: #fff; background-color: rgba(4,15,32,.7); border-color: rgba(176,201,228,.42); }
.kjv-site-search { min-width: 210px; }
.kjv-search { color: #fff; background: rgba(4,15,32,.7); border-color: rgba(176,201,228,.42); }
.kjv-search::placeholder { color: rgba(255,255,255,.62); }
.kjv-search:focus { color: #fff; background: rgba(4,15,32,.92); border-color: #35b7ff; box-shadow: 0 0 0 .2rem rgba(53,183,255,.15); }

.kjv-content-pane, .kjv-footer-pane { width: 100%; }
.kjv-content-pane > .DnnModule, .kjv-footer-pane > .DnnModule { width: 100%; }
.kjv-site-main { width: 100%; }

/* Canonical public-page frame. Header, footer, and sticky player remain full width. */
.kjv-page-frame,
.kjv-book-page-frame {
  width: calc(100% - (var(--kjv-page-gutter) * 2));
  max-width: var(--kjv-page-max-width);
  margin-left: auto;
  margin-right: auto;
}
.kjv-site-footer { color: rgba(255,255,255,.66); background: #020817; border-top: 1px solid rgba(141,170,203,.20); }
.kjv-site-footer-inner { max-width: var(--kjv-page-max-width); margin: 0 auto; padding: 22px 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; font-size: .84rem; }
.kjv-site-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.kjv-site-footer a:hover { color: #35b7ff; }
.kjv-footer-divider { color: #168fef; }

@media (max-width: 1199.98px) {
  .kjv-header-panes { grid-template-columns: minmax(230px, .8fr) 1fr; }
  .kjv-nav-pane { grid-column: 1 / -1; }
  .kjv-nav-controls { justify-content: center; }
}

@media (max-width: 767.98px) {
  :root { --kjv-player-height: 134px; }
  .kjv-header-panes { grid-template-columns: 1fr; padding: 12px 16px; gap: 12px; }
  .kjv-logo-pane, .kjv-menu-pane, .kjv-nav-pane { grid-column: auto; }
  .kjv-logo-pane .navbar-brand { justify-content: center; }
  
  .kjv-nav-controls { flex-direction: column; align-items: stretch; }
  .kjv-dark-select, .kjv-site-search { width: 100%; min-width: 0; }
}




/* =========================================================
   DNN DDRMENU - PRIMARY SITE NAVIGATION
   ========================================================= */
.kjv-header-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 0;
}

.kjv-primary-menu,
.kjv-ddr-menu {
  min-width: 0;
}

.kjv-menu-list,
.kjv-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kjv-menu-level-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
}

.kjv-menu-item {
  position: relative;
  min-width: 0;
}

.kjv-site-header .kjv-menu-link,
.kjv-site-header .kjv-menu-link:link,
.kjv-site-header .kjv-menu-link:visited {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: rgba(255,255,255,.86);
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.kjv-site-header .kjv-menu-item.active > .kjv-menu-link,
.kjv-site-header .kjv-menu-link:hover,
.kjv-site-header .kjv-menu-link:focus-visible {
  color: var(--kjv-blue-light);
  text-decoration: none;
  outline: none;
}

.kjv-menu-link[href$="/support-us" i]::after,
.kjv-menu-link[href$="/support-us/" i]::after {
  content: "\f004";
  margin-left: 6px;
  margin-right: 5px;
  color: #9f257d;
  font-family: "Font Awesome 6 Free";
  font-size: .9em;
  font-weight: 900;
  line-height: 1;
}


.kjv-submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 32px;
  margin-left: 3px;
  padding: 0;
  color: rgba(255,255,255,.68);
  background: transparent;
  border: 0;
  border-radius: 7px;
}

.kjv-submenu-toggle::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .16s ease;
}

.kjv-submenu-toggle:hover,
.kjv-submenu-toggle:focus-visible {
  color: var(--kjv-blue-light);
  background: rgba(255,255,255,.06);
  outline: none;
}

.kjv-menu-level-1 > .kjv-menu-item.has-children {
  display: flex;
  align-items: center;
}

.kjv-submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1100;
  display: none;
  min-width: 230px;
  padding: 7px;
  color: #fff;
  background: #07172c;
  border: 1px solid rgba(141,170,203,.30);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0,0,0,.30);
}

.kjv-submenu .kjv-menu-item {
  display: flex;
  align-items: center;
}

.kjv-submenu .kjv-menu-link {
  flex: 1 1 auto;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 7px;
  white-space: normal;
}

.kjv-submenu .kjv-submenu {
  top: -7px;
  left: calc(100% + 8px);
}

.kjv-menu-item:hover > .kjv-submenu,
.kjv-menu-item:focus-within > .kjv-submenu,
.kjv-menu-item.is-open > .kjv-submenu {
  display: block;
}


/* Preserve hover while the pointer crosses the visual gap to a submenu. */
@media (min-width: 992px) {
  .kjv-menu-level-1 > .kjv-menu-item.has-children > .kjv-submenu::before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 9px;
  }

  .kjv-submenu .kjv-menu-item.has-children > .kjv-submenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 9px;
    height: 100%;
  }
}

.kjv-menu-item.is-open > .kjv-submenu-toggle::before {
  transform: translateY(2px) rotate(225deg);
}

.kjv-utility-pane {
  flex: 0 0 auto;
  min-width: 0;
}

.kjv-header-utility {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.kjv-header-utility-link,
.kjv-header-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d7ccd;
  font-size: 1.15rem;
  text-decoration: none;
}

.kjv-header-utility-link:hover,
.kjv-header-utility-link:focus-visible,
.kjv-header-icon-link:hover,
.kjv-header-icon-link:focus-visible {
  color: var(--kjv-blue-light);
  outline: none;
}

/* Shared header and sticky-player account/progress actions */
.kjv-site-header .kjv-header-dashboard-link,
.kjv-site-header .kjv-header-dashboard-link:link,
.kjv-site-header .kjv-header-dashboard-link:visited,
#kjvStickyPlayer .kjv-player-dashboard-link,
#kjvStickyPlayer .kjv-player-dashboard-link:link,
#kjvStickyPlayer .kjv-player-dashboard-link:visited {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 10px;
  color: #0d7ccd;
  background: rgba(13,124,205,.08);
  border: 1px solid #0d7ccd;
  border-radius: 8px;
  font-size: .76rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.kjv-site-header .kjv-header-dashboard-link:hover,
.kjv-site-header .kjv-header-dashboard-link:focus-visible,
#kjvStickyPlayer .kjv-player-dashboard-link:hover,
#kjvStickyPlayer .kjv-player-dashboard-link:focus-visible {
  color: #fff;
  background: rgba(13,124,205,.18);
  border: 1px solid #0d7ccd;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.kjv-header-utility-divider {
  width: 1px;
  height: 22px;
  background: rgba(255,255,255,.18);
}

/* Mobile header drawer */
.kjv-mobile-menu-toggle,
.kjv-mobile-menu-close,
.kjv-mobile-menu-backdrop,
.kjv-mobile-drawer-head {
  display: none;
}

/* Keeps MenuPane and NavPane as direct grid participants on desktop. */
.kjv-mobile-drawer {
  display: contents;
}

@media (max-width: 991.98px) {
  body.kjv-mobile-menu-open {
    overflow: hidden;
  }

  .kjv-header-panes {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 10px 16px;
    gap: 12px;
  }

  .kjv-logo-pane {
    grid-column: 1;
    min-width: 0;
  }

  .kjv-logo-pane .navbar-brand {
    justify-content: flex-start;
  }

  .kjv-mobile-menu-toggle {
    grid-column: 2;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(176,201,228,.38);
    border-radius: 10px;
    font-size: 1.75rem;
    line-height: 1;
  }

  .kjv-mobile-menu-toggle:hover,
  .kjv-mobile-menu-toggle:focus-visible,
  .kjv-mobile-menu-close:hover,
  .kjv-mobile-menu-close:focus-visible {
    color: #35b7ff;
    border-color: #35b7ff;
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(53,183,255,.15);
  }

  .kjv-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    display: block;
    width: min(88vw, 340px);
    height: 100dvh;
    padding: 18px;
    overflow-y: auto;
    color: #fff;
    background: linear-gradient(180deg, #020817 0%, #07172c 100%);
    border-left: 1px solid rgba(141,170,203,.28);
    box-shadow: -18px 0 40px rgba(0,0,0,.34);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform .24s ease, visibility .24s ease;
  }

  .kjv-mobile-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .kjv-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(141,170,203,.22);
  }

  .kjv-mobile-drawer-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    font-weight: 700;
  }

  .kjv-mobile-menu-close {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(176,201,228,.35);
    border-radius: 9px;
  }

  .kjv-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1190;
    display: block;
    padding: 0;
    background: rgba(0,0,0,.52);
    border: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .24s ease, visibility .24s ease;
  }

  .kjv-mobile-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
  }



  .kjv-mobile-drawer .kjv-header-navigation {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .kjv-mobile-drawer .kjv-menu-level-1 {
    display: block;
    width: 100%;
  }

  .kjv-mobile-drawer .kjv-menu-item,
  .kjv-mobile-drawer .kjv-menu-level-1 > .kjv-menu-item.has-children {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    width: 100%;
  }

  .kjv-mobile-drawer .kjv-menu-link {
    min-height: 44px;
    padding: 10px 8px;
    border-bottom: 1px solid rgba(141,170,203,.12);
    font-size: 1rem;
  }

  .kjv-mobile-drawer .kjv-submenu-toggle {
    width: 42px;
    height: 44px;
    margin: 0;
    border-bottom: 1px solid rgba(141,170,203,.12);
    border-radius: 0;
  }

  .kjv-mobile-drawer .kjv-submenu {
    position: static;
    grid-column: 1 / -1;
    display: none;
    min-width: 0;
    margin: 0;
    padding: 5px 0 7px 12px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .kjv-mobile-drawer .kjv-menu-item:hover > .kjv-submenu,
  .kjv-mobile-drawer .kjv-menu-item:focus-within > .kjv-submenu {
    display: none;
  }

  .kjv-mobile-drawer .kjv-menu-item.is-open > .kjv-submenu {
    display: block;
  }

  .kjv-mobile-drawer .kjv-submenu .kjv-menu-item {
    display: grid;
  }

  .kjv-mobile-drawer .kjv-submenu .kjv-menu-link {
    min-height: 38px;
    padding: 8px;
    color: rgba(255,255,255,.74);
    font-size: .92rem;
  }

  .kjv-mobile-drawer .kjv-utility-pane {
    width: 100%;
    margin-top: 14px;
  }

  .kjv-mobile-drawer .kjv-header-utility {
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 18px;
    padding: 4px 8px 18px;
    border-bottom: 1px solid rgba(141,170,203,.12);
  }

  .kjv-mobile-drawer .kjv-header-utility-link,
  .kjv-mobile-drawer .kjv-header-icon-link {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }

  .kjv-mobile-drawer .kjv-menu-pane,
  .kjv-mobile-drawer .kjv-nav-pane {
    width: 100%;
  }
.kjv-mobile-drawer .kjv-nav-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .kjv-mobile-drawer .kjv-dark-select,
  .kjv-mobile-drawer .kjv-site-search {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* =========================================================
   MOBILE CHAPTER JUMP - PEEK + SHOW ALL
   ========================================================= */
@media (max-width: 767.98px) {
  .kjv-chapter-jump.kjv-mobile-jump-enabled {
    position: relative;
    padding-bottom: 2px;
  }

  .kjv-jump-grid.kjv-mobile-jump-collapsed {
    max-height: var(--kjv-mobile-jump-height, none);
    overflow: hidden;
  }

  .kjv-mobile-jump-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 68px;
    padding: 24px 8px 2px;
    background: linear-gradient(
      to bottom,
      rgba(2, 11, 26, 0) 0%,
      rgba(2, 11, 26, .78) 46%,
      rgba(2, 11, 26, .98) 100%
    );
    pointer-events: none;
  }

  .kjv-mobile-jump-toggle {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 38px;
    padding: .45rem .9rem;
    color: #fff;
    background: linear-gradient(180deg, #149cff, #0874e9);
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .28), 0 0 12px rgba(0, 140, 255, .28);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1;
  }

  .kjv-mobile-jump-toggle:hover,
  .kjv-mobile-jump-toggle:focus {
    color: #fff;
    background: linear-gradient(180deg, #29a8ff, #0a82f7);
  }

  .kjv-chapter-jump.kjv-mobile-jump-expanded .kjv-jump-grid {
    max-height: none !important;
    overflow: visible;
  }

  .kjv-chapter-jump.kjv-mobile-jump-expanded .kjv-mobile-jump-overlay {
    position: static;
    min-height: 0;
    margin-top: 10px;
    padding: 0;
    background: none;
  }
}

@media (min-width: 768px) {
  .kjv-mobile-jump-overlay {
    display: none !important;
  }
}

/* =========================================================
   MOBILE STICKY PLAYER - FIT ALL CONTROLS ON SCREEN
   ========================================================= */
@media (max-width: 767.98px) {
    :root {
        --kjv-player-height: 154px;
    }

    .kjv-player-inner {
        padding: 9px 10px 10px;
    }

    .kjv-player-inner > .d-flex {
        width: 100%;
        min-width: 0;
        flex-wrap: wrap;
        column-gap: 8px !important;
        row-gap: 8px !important;
    }

    /*
     * The desktop rule uses min-width:max-content so the options
     * never shrink. On a phone that can push Follow Verse and Top
     * beyond the viewport. Allow the option row to wrap instead.
     */
    

    

    .kjv-player-select {
        width: 76px;
        flex: 0 0 76px;
    }

    .kjv-player-volume {
        min-width: 100px;
        flex: 1 1 118px;
    }

.kjv-volume-slider {
        width: 100%;
        min-width: 64px;
        max-width: 105px;
    }

    .kjv-follow-label {
        flex: 0 0 auto;
        font-size: .82rem;
    }

    .player-top-button {
        flex: 0 0 auto;
        margin-left: auto;
        white-space: nowrap;
    }

    .kjv-player-title {
        font-size: .88rem;
    }

    .kjv-player-detail {
        font-size: .72rem;
    }

    .kjv-player-play {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        flex-basis: 48px;
    }

    .kjv-player-stop {
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        flex-basis: 38px;
    }
}

/* Very narrow phones */
@media (max-width: 389.98px) {
    :root {
        --kjv-player-height: 162px;
    }

    

    .kjv-player-select {
        width: 70px;
        flex-basis: 70px;
    }

    .kjv-player-volume {
        flex-basis: 96px;
    }

    .kjv-follow-label {
        font-size: .78rem;
    }

    .player-top-button {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

/* =========================================================
   READER FONT SIZE CONTROLS
   ========================================================= */
.kjv-reader-font-controls {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
}

.kjv-font-size-button {
    --bs-btn-color: rgba(255,255,255,.8);
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;

    color: rgba(255,255,255,.8) !important;
}

.kjv-font-size-button:hover,
.kjv-font-size-button:focus,
.kjv-font-size-button:focus-visible,
.kjv-font-size-button:active {
    color: #fff !important;
}

@media (max-width: 767.98px) {
    .kjv-reader-font-controls {
        gap: 3px;
    }

    .kjv-font-size-button {
        min-width: 32px;
        height: 30px;
        padding: 0 .35rem;
        font-size: .8rem;
    }
}

/* =========================================================
   CHAPTER / VERSE ACTION MENUS + HASH TARGET HIGHLIGHT
   ========================================================= */

/* Verse row grid is canonicalized in kjv-book-player.css. */
.kjv-reading-card .kjv-row-actions {
    grid-column: auto;
    align-self: center;
    justify-self: center;
    min-width: 0;
}

.kjv-actions-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 38px;
    padding: 0;
    color: #637083;
    background: transparent;
    border: 0;
    border-radius: 8px;
}

.kjv-actions-toggle:hover,
.kjv-actions-toggle:focus-visible,
.kjv-actions-toggle[aria-expanded="true"] {
    color: #087be9;
    background: #eef6ff;
}

.kjv-actions-menu {
    min-width: 175px;
    padding: .35rem;
    border: 1px solid #d5e0eb;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(13, 26, 45, .16);
}

.kjv-actions-menu .dropdown-item {
    display: flex;
    align-items: center;
    border-radius: 7px;
    padding: .5rem .65rem;
    font-size: .9rem;
}

.kjv-actions-menu .dropdown-item:active {
    color: #0d1a2d;
    background: #e9f4ff;
}


/* Leave a little breathing room when a chapter anchor is brought to the top. */
.kjv-chapter-heading {
    scroll-margin-top: 14px;
}

/* Hash navigation highlight is intentionally distinct from active audio. */
.kjv-verse.kjv-hash-highlight,
.kjv-chapter-heading.kjv-hash-highlight {
    animation: kjvHashTargetPulse 2.8s ease-out;
}

@keyframes kjvHashTargetPulse {
    0%, 35% {
        background: #fff3bf;
        box-shadow: inset 4px 0 0 #e6a700, 0 0 0 2px rgba(230, 167, 0, .16);
    }
    100% {
        background: transparent;
        box-shadow: none;
    }
}

@media (max-width: 767.98px) {
.kjv-actions-toggle {
        width: 32px;
        height: 38px;
    }
}

/* =========================================================
   DNN COLOR OVERRIDES
   ========================================================= */
:root {
  --dnn-color-primary: #008cff;
  --dnn-color-primary-light: #35b7ff;
  --dnn-color-primary-dark: #0874e9;
  --dnn-color-primary-contrast: #fff;
  --dnn-color-tertiary: #0e2936;
  --dnn-color-tertiary-light: #3c7a9a;
  --dnn-color-tertiary-dark: #071a24;
  --dnn-color-tertiary-contrast: #fff;
  --dnn-color-foreground: #0e2936;
  --dnn-color-foreground-light: #607587;
  --dnn-color-foreground-dark: #071a24;
  --dnn-color-foreground-contrast: #fff;
  --dnn-controls-radius: 8px;

  --kjv-card-border: #d6e1ea;
  --kjv-card-border-light: #e9eff4;
  --kjv-card-text: #30475a;
  --kjv-card-muted: #718394;
  --kjv-card-blue-dark: #166dcb;
}

/* =========================================================
   SHARED CONTENT COMPONENTS
   Use these on homepage cards and directory headers.
   ========================================================= */
.kjv-surface {
  background: var(--kjv-surface-bg);
  border: 1px solid var(--kjv-border) !important;
  border-radius: var(--kjv-radius-lg) !important;
  box-shadow: 0 3px 12px rgba(14,41,54,.035) !important;
}



.kjv-card {
  width: 100%;
  height: 100%;
  background: var(--kjv-surface-bg);
  border: 1px solid var(--kjv-card-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(14,41,54,.035);
}

.kjv-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--kjv-card-border-light);
  background: linear-gradient(180deg,var(--kjv-surface-bg),var(--kjv-surface-alt));
}

.kjv-card-body { padding: 16px 18px; }
.kjv-card-row { display: flex; align-items: center; gap: 10px; min-width: 0; }
.kjv-card-grow { min-width: 0; flex: 1 1 auto; }

.kjv-card-title {
  margin: 0;
  color: #0e2936;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
}
.kjv-card h1.kjv-card-title { font-size: 1.35rem; }

.kjv-card-text {
  margin: 0;
  color: var(--kjv-card-text);
  font-size: .9rem;
  line-height: 1.5;
}

.kjv-label {
  display: block;
  margin-bottom: 3px;
  color: var(--kjv-card-muted);
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.kjv-muted { color: var(--kjv-card-muted); }
.kjv-blue { color: var(--kjv-card-blue-dark); }

.kjv-icon {
  flex: 0 0 auto;
  color: var(--kjv-blue);
  font-size: 1.45rem;
  line-height: 1;
}

.kjv-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--kjv-card-muted);
  font-size: .8rem;
  line-height: 1.2;
}

.kjv-divider {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #cfd9e2;
}

.kjv-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 16px;
  color: #fff !important;
  background: linear-gradient(180deg,#149cff,#0874e9);
  border: 1px solid #0874e9;
  border-radius: 8px;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(0,140,255,.16);
}
.kjv-btn-primary:hover,
.kjv-btn-primary:focus { background: linear-gradient(180deg,#29a8ff,#0a82f7); color:#fff !important; }

/* =========================================================
   HOMEPAGE FEATURE PANES
   ========================================================= */
.kjv-home-feature-area { width: 100%; padding: var(--kjv-page-top-gap) var(--kjv-page-gutter) 0; }

.kjv-home-feature-grid {
  width: 100%;
  max-width: var(--kjv-page-max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,5fr) minmax(0,4fr) minmax(0,3fr);
  gap: 16px;
  align-items: stretch;
}

.kjv-home-feature-pane {
  min-width: 0;
  width: 100%;
  height: 100%;
}

.kjv-home-feature-pane > .DnnModule {
  width: 100%;
  height: 100%;
  margin: 0;
}

.kjv-home-feature-pane > .DnnModule > div[id$="_ContentPane"] {
  width: 100%;
  height: 100%;
}

.kjv-home-feature-pane .DNNModuleContent {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.kjv-home-feature-pane .DNNModuleContent > .Normal {
  width: 100%;
  height: 100%;
}

.kjv-home-feature-pane .kjv-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.kjv-home-feature-pane .kjv-card-body {
  flex: 1 1 auto;
}

.kjv-home-feature-pane .kjv-card-header,
.kjv-home-feature-pane .kjv-card-footer {
  flex: 0 0 auto;
}

/* Only the layout that is genuinely unique to each card stays specific. */
.kjv-welcome-layout {
    display: block;
    min-height: 0;
    box-sizing: border-box;
    padding-right: 10%;
    background-image: url("/portals/0/content/graphics/welcome-bible.png");
    background-repeat: no-repeat;
    background-position: right 8px bottom 6px;
    background-size: auto 54%;
}

.kjv-welcome-quote { margin-top: 12px; }

.kjv-welcome-audio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 9px;
    padding-top: 0;
    padding-right: 0;
    border-top: 0;
}

.kjv-welcome-audio-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--kjv-text);
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.2;
}

.kjv-welcome-audio-label i {
    color: var(--kjv-primary);
    font-size: 0.78rem;
    font-weight: 900;
}

.kjv-welcome-audio .kjv-welcome-audio-button {
    --bs-btn-bg: #fff;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-height: 0;
    padding: 4px 8px;
    background-color: #fff;
    font-size: 0.64rem;
    font-weight: 500;
    line-height: 1.05;
}

.kjv-welcome-audio .kjv-welcome-audio-button i {
    font-size: 0.54rem;
    font-weight: 900;
}

.kjv-welcome-audio-duration {
    color: var(--kjv-text-muted);
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.kjv-daily-body { display:flex; align-items:center; justify-content:space-between; gap:18px; }
.kjv-reading-title { margin:0 0 7px; color:#0e2936; font-size:1.08rem; font-weight:700; line-height:1.2; }

/* Get Saved card */
.kjv-get-saved-header {
  min-height: 72px;
  padding-right: 92px;
  background-image:url("/portals/0/content/graphics/cross.png");
  background-repeat:no-repeat;
  background-position:right 14px center;
  background-size:auto 66px;
}

.kjv-get-saved-body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.kjv-get-saved-primary-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #166dcb;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.kjv-get-saved-primary-link span {
  font-size: 1.12em;
  line-height: 1;
}

.kjv-get-saved-primary-link:hover,
.kjv-get-saved-primary-link:focus {
  color: #0874e9;
  text-decoration: underline;
}

.kjv-get-saved-footer {
  display: flex;
  align-items: center;
  min-height: 38px;
}

.kjv-get-saved-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #166dcb;
  font-weight: 600;
  line-height: 1.2;
}

.kjv-get-saved-secondary-link:hover,
.kjv-get-saved-secondary-link:focus {
  color: #0874e9;
  text-decoration: underline;
}

@media (max-width:991.98px) and (min-width:768px) {
  .kjv-welcome-layout {
    padding-right: 30%;
    background-size: auto 48%;
  }
}

@media (max-width:1199.98px) {
  .kjv-home-feature-grid { grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); }
  .kjv-home-saved-pane { grid-column:1/-1; }
}

@media (max-width:767.98px) {
  .kjv-home-feature-area { padding: var(--kjv-page-top-gap-mobile) var(--kjv-page-gutter-mobile) 0; }
  .kjv-home-feature-grid { grid-template-columns:1fr; gap:12px; }
  .kjv-home-saved-pane { grid-column:auto; }

  .kjv-welcome-layout {
    min-height: 0;
    padding-right: 18px;
    background-image: none;
  }

  .kjv-daily-body { align-items:stretch; flex-direction:column; }

  .kjv-get-saved-header {
    min-height: 0;
    padding-right: 18px;
    background-image:none;
  }

  .kjv-btn-primary { width:100%; }
}

.kjv-card-footer {
  width: 100%;
  padding: 7px 18px;
  border-top: 1px solid var(--kjv-card-border-light);
  background: var(--kjv-surface-alt);
  box-sizing: border-box;
}

.kjv-card-footer.kjv-meta {
  display: flex;
  width: 100%;
}
.kjv-card-footer a {
  font-size: .78rem;
  text-decoration: none;
}

/* =========================================================
   HOMEPAGE FEATURES AND ROADMAP CARDS
   ========================================================= */
.kjv-home-promo-cards .kjv-card {
  border-top: 4px solid #008cff;
}

.kjv-home-promo-cards .kjv-card-header {
  background: linear-gradient(180deg,#f0f8ff 0%,var(--kjv-surface-bg) 100%);
}

/* =========================================================
   BIBLE DIRECTORY
   Shared card/header/text/meta classes above handle appearance.
   These rules only handle directory-specific structure.
   ========================================================= */
#kjvab-bible-directory {
  width: calc(100% - 48px);
  max-width: var(--kjv-page-max-width);
  margin: 24px auto;
  color: var(--kjv-card-text);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif;
}
#kjvab-bible-directory *, #kjvab-bible-directory *::before, #kjvab-bible-directory *::after { box-sizing:border-box; }
#kjvab-bible-directory ul { list-style:none; margin:0; padding:0; }

.kjv-directory-summary-card { height:auto; }
.kjv-directory-header {
  align-items:flex-start;
  padding:20px 22px 18px;
  background:linear-gradient(110deg,#edf7ff 0%,var(--kjv-surface-bg) 58%);
}
.kjv-directory-header > .kjv-icon { margin-top:3px; }
.kjv-directory-header .kjv-card-grow { flex:1 1 auto; }
.kjv-directory-title-row { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; }
.kjv-directory-title-copy { min-width:0; }
.kjv-directory-eyebrow {
  margin-bottom:4px;
  color:var(--kjv-primary);
  font-size:.72rem;
  font-weight:600;
  line-height:1.2;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.kjv-directory-title { font-size:1.35rem; }
.kjv-directory-summary { margin-top:7px; }
.kjv-directory-invitation { margin-top:7px; color:var(--kjv-text); }
.kjv-directory-title-row > .kjv-meta { flex:0 0 auto; padding-top:6px; white-space:nowrap; }
.kjv-directory-body { padding:0; }
.kjv-testament-layout { display:grid; grid-template-columns:minmax(0,1.13fr) minmax(0,.87fr); gap:14px; align-items:stretch; padding:14px; }
.kjv-testament-card { border:1px solid #ccd9e3; border-radius:10px; overflow:hidden; background:#fff; }
.kjv-testament-header { display:flex; align-items:center; gap:9px; min-height:50px; padding:11px 14px; border-bottom:1px solid var(--kjv-card-border-light); background:linear-gradient(180deg,#fff,#f8fafc); }
.kjv-testament-title { margin:0; color:#0e2936; font-size:1.13rem; font-weight:700; line-height:1.2; }
.kjv-testament-count { color:var(--kjv-card-blue-dark); font-size:.77rem; font-weight:500; }
.kjv-testament-content { padding:10px 12px 12px; }
.kjv-old-testament-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); }
.kjv-new-testament-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
.kjv-book-column { min-width:0; padding:0 10px; }
.kjv-book-column:first-child { padding-left:0; }
.kjv-book-column:last-child { padding-right:0; }
.kjv-book-column + .kjv-book-column { border-left:1px solid var(--kjv-card-border-light); }

.kjv-book-link {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto 1px auto;
  align-items:center;
  column-gap:7px;
  min-height:33px;
  padding:5px 4px;
  border-bottom:1px solid #edf2f6;
  text-decoration:none !important;
}
.kjv-book-list li:last-child .kjv-book-link { border-bottom:0; }
.kjv-book-link:hover,.kjv-book-link:focus { background:#f7fbff; }
.kjv-book-name { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#166dcb; font-size:.91rem; font-weight:600; }
.kjv-book-ch { color:#1683d8; font-size:.8rem; font-weight:500; white-space:nowrap; }
.kjv-book-time { color:#7c8c9b; font-size:.8rem; font-weight:500; white-space:nowrap; }
.kjv-book-divider { width:1px; height:14px; background:#cfd9e2; }

@media (max-width:1249.98px) {
  #kjvab-bible-directory { width:calc(100% - 32px); }
  .kjv-testament-layout { grid-template-columns:1fr; }
}
@media (max-width:899.98px) {
  .kjv-old-testament-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .kjv-old-testament-grid .kjv-book-column:nth-child(3) { grid-column:1/-1; margin-top:8px; padding-top:8px; border-left:0; border-top:1px solid var(--kjv-card-border-light); }
}
@media (max-width:767.98px) {
  #kjvab-bible-directory { width:calc(100% - 24px); margin:16px auto; }
  .kjv-directory-header { padding:17px 18px 16px; }
  .kjv-testament-layout { padding:10px; }
  .kjv-old-testament-grid,.kjv-new-testament-grid { grid-template-columns:1fr; }
  .kjv-book-column { padding:7px 0; }
  .kjv-book-column + .kjv-book-column { border-left:0; border-top:1px solid var(--kjv-card-border-light); }
  .kjv-old-testament-grid .kjv-book-column:nth-child(3) { grid-column:auto; margin-top:0; padding-top:7px; }
  .kjv-book-link { min-height:38px; padding-top:7px; padding-bottom:7px; }
}
@media (max-width:575.98px) {
  .kjv-directory-title-row { align-items:flex-start; flex-direction:column; gap:7px; }
  .kjv-directory-title-row > .kjv-meta { padding-top:0; }
}
@media (max-width:420px) {
  .kjv-book-link { grid-template-columns:minmax(0,1fr) auto; grid-template-areas:"name chapters" "name time"; row-gap:3px; }
  .kjv-book-name { grid-area:name; }
  .kjv-book-ch { grid-area:chapters; text-align:right; }
  .kjv-book-time { grid-area:time; text-align:right; }
  .kjv-book-divider { display:none; }
}

/* =========================================================
   HOMEPAGE FEATURED AUDIO MESSAGE
   ========================================================= */
.kjv-featured-audio {
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
  min-height:112px;
  margin-top:0;
  margin-bottom:24px;
  padding:16px 20px;
  color:var(--kjv-text);
  background:linear-gradient(110deg,#edf7ff 0%,#f8fcff 55%,#e9f5ff 100%);
  border:1px solid #8cc9f8;
  border-radius:var(--kjv-radius-lg);
  box-shadow:0 5px 18px rgba(0,107,194,.08);
  box-sizing:border-box;
}

.kjv-featured-audio-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:66px;
  height:66px;
  background:var(--kjv-surface-bg);
  border:1px solid #8cc9f8;
  border-radius:50%;
  box-shadow:0 3px 10px rgba(0,140,255,.15);
  font-size:1.75rem;
  line-height:1;
}

.kjv-featured-audio-content { min-width:0; }

.kjv-featured-audio-kicker {
  display:block;
}

.kjv-featured-audio-title-row {
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:6px 14px;
}

.kjv-featured-audio-meta {
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  color:var(--kjv-text-muted);
  font-size:.8rem;
  font-weight:500;
  line-height:1.25;
}

.kjv-featured-audio-description {
  margin:5px 0 0;
  color:var(--kjv-text-secondary);
  font-size:.9rem;
  line-height:1.4;
}

.kjv-featured-audio-action {
  min-width:190px;
  min-height:46px;
  padding-left:20px;
  padding-right:20px;
}

@media (max-width:767.98px) {
  .kjv-featured-audio {
    grid-template-columns:auto minmax(0,1fr);
    gap:14px;
    min-height:0;
    margin-bottom:16px;
    padding:16px;
  }

  .kjv-featured-audio-icon {
    width:56px;
    height:56px;
    font-size:1.45rem;
  }

  .kjv-featured-audio-action {
    grid-column:1/-1;
    width:100%;
    min-width:0;
  }
}

@media (max-width:479.98px) {
  .kjv-featured-audio {
    grid-template-columns:1fr;
  }

  .kjv-featured-audio-icon {
    width:50px;
    height:50px;
  }
}

/* =========================================================
   VERSE COLLECTIONS - SEARCH / PLAYLIST SHARED LAYOUT
   Option 2: Grouped by book and chapter
   ========================================================= */
.kjv-collection {
  width: 100%;
  max-width: none;
  margin: var(--kjv-page-top-gap) 0 30px;
  color: #22384a;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif;
}

.kjv-collection *,
.kjv-collection *::before,
.kjv-collection *::after { box-sizing: border-box; }

.kjv-collection-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 104px;
  padding: 18px 20px;
  color: #fff;
  background: linear-gradient(135deg,#031126 0%,#061c39 62%,#073264 100%);
  border: 1px solid rgba(118,151,190,.34);
  border-radius: 14px 14px 0 0;
  box-shadow: 0 8px 24px rgba(2,11,26,.12);
}

.kjv-collection-heading { min-width: 0; }

.kjv-collection-kicker {
  display: block;
  margin-bottom: 3px;
  color: #67c8ff;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.kjv-collection-title {
  margin: 0;
  color: #fff;
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(1.55rem,2.3vw,2rem);
  font-weight: 700;
  line-height: 1.1;
}

.kjv-collection-context {
  margin-top: 5px;
  color: rgba(255,255,255,.76);
  font-size: .9rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.kjv-collection-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  color: rgba(255,255,255,.76);
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.2;
}

.kjv-collection-summary-divider,
.kjv-collection-inline-divider {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: rgba(255,255,255,.28);
}

.kjv-collection-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

















.kjv-collection-play-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 8px 16px;
  color: #fff !important;
  background: linear-gradient(180deg,#169eff,#0875e9);
  border: 1px solid #40b1ff;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,140,255,.27);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.kjv-collection-play-all:hover,
.kjv-collection-play-all:focus,
.kjv-collection-play-all:focus-visible {
  color: #fff !important;
  background: linear-gradient(180deg,#2babff,#0a82f7);
  border-color: #70c7ff;
}

.kjv-collection-body {
  overflow: hidden;
  background: var(--kjv-surface-bg);
  border: 1px solid #ccd9e3;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 5px 18px rgba(14,41,54,.055);
}

.kjv-collection-book + .kjv-collection-book {
  margin-top: 8px;
  border-top: 0;
}

.kjv-collection-book-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 10px 16px;
  background: linear-gradient(180deg,#f1f7fc,#eaf3fa);
  border-top: 1px solid #d9e6ef;
  border-bottom: 1px solid #d5e2ec;
}

.kjv-collection-book:first-child .kjv-collection-book-heading { border-top: 0; }

.kjv-collection-book-title {
  margin: 0;
  color: #0e2936;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.2;
}

.kjv-collection-group-summary {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  color: #6f8191;
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.kjv-collection-group-summary .kjv-collection-inline-divider {
  height: 12px;
  background: #c7d4de;
}

.kjv-collection-chapter + .kjv-collection-chapter {
  border-top: 1px solid #e6edf2;
}

/* Collection chapter headings are intentionally flatter/denser than book-page chapter cards. */
.kjv-collection .kjv-collection-chapter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  margin: 0;
  padding: 8px 16px;
  background: var(--kjv-surface-alt);
  border: 0;
  border-bottom: 1px solid #e7edf2;
  border-radius: 0;
  box-shadow: none;
}

.kjv-collection .kjv-collection-chapter-heading.active-audio {
  background: #eef7ff;
  border-bottom-color: #d4e8fa;
  box-shadow: inset 4px 0 0 var(--kjv-blue);
}

.kjv-collection-chapter-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.kjv-collection .kjv-collection-chapter-title {
  margin: 0;
  color: #176fc5;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.2;
}

.kjv-collection .kjv-now-playing {
  color: #0887ec;
  font-size: .7rem;
  font-weight: 700;
}

/* Search/playlist use the exact canonical verse row; only the list gutter is denser. */
.kjv-collection .kjv-collection-verse-list {
  margin: 0;
  padding: 8px 12px 8px;
}

.kjv-search-highlight {
    background: #fff3b8;
    color: inherit;
    padding: 0 .08em;
    border-radius: 3px;
}

.kjv-collection .kjv-collection-verse {
  width: 100%;
}

.kjv-collection .kjv-collection-verse:last-child {
  margin-bottom: 0;
}

.kjv-collection .kjv-search-message {
  margin: 16px;
}

@media (max-width: 767.98px) {
  .kjv-collection {
    width: 100%;
    margin: var(--kjv-page-top-gap-mobile) 0 20px;
  }

  .kjv-collection-header {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    padding: 15px 14px;
    border-radius: 12px 12px 0 0;
  }

  .kjv-collection-title { font-size: 1.55rem; }
  .kjv-collection-context { font-size: .82rem; }

  .kjv-collection-actions {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    padding-top: 11px;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  
  .kjv-collection-play-all { min-width: 108px; }

  .kjv-collection-book-heading,
  .kjv-collection .kjv-collection-chapter-heading {
    padding-left: 11px;
    padding-right: 11px;
  }

  .kjv-collection-book-title { font-size: 1.04rem; }
  .kjv-collection-group-summary { font-size: .7rem; }
  .kjv-collection .kjv-collection-verse-list { padding: 7px 8px 9px; }
}

@media (max-width: 420px) {
  .kjv-collection-actions { align-items: center; }
  
  
  
  
  .kjv-collection-play-all { min-width: 100px; padding-left: 12px; padding-right: 12px; }
  .kjv-collection-book-heading,
  .kjv-collection .kjv-collection-chapter-heading { gap: 8px; }
}


/* Canonical mobile page gutter */
@media (max-width: 767.98px) {
  .kjv-page-frame,
  .kjv-book-page-frame {
    width: calc(100% - (var(--kjv-page-gutter-mobile) * 2));
  }
}

/* Reading Plan Cards */

.kjv-plan-list-intro {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: var(--kjv-surface-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
}

.kjv-plan-list-intro-title {
    margin: 0 0 .6rem;
}

.kjv-plan-list-intro-description {
    width: 100%;
    margin: 0;
    color: var(--bs-secondary-color);
    font-size: .95rem;
    line-height: 1.6;
}

.kjv-plan-list-intro-note {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    width: 100%;
    margin-top: 1rem;
    padding-top: .85rem;
    border-top: 1px solid var(--bs-border-color);
    color: var(--bs-secondary-color);
    font-size: .8rem;
    line-height: 1.45;
}

.kjv-plan-list-intro-note i {
    flex: 0 0 auto;
    margin-top: .15rem;
    color: var(--bs-primary);
}

@media (max-width: 575.98px) {

    .kjv-plan-list-intro {
        padding: 1.25rem;
    }

    .kjv-plan-list-intro-title {
        font-size: 1.5rem;
    }

}

.reading-plan-card {
    border: 1px solid var(--bs-border-color);
    border-radius: 16px;
    background: var(--kjv-surface-bg);
    overflow: hidden;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}

.reading-plan-card:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--bs-primary-rgb), .25);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .09) !important;
}

.reading-plan-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem;
    margin-bottom: 1rem;
}

.reading-plan-badge {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .34rem .6rem;
    border-radius: 50rem;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .01em;
}

.reading-plan-badge i {
    font-size: .68rem;
}

.reading-plan-badge-length {
    color: var(--bs-primary);
    background: var(--bs-primary-bg-subtle);
    border: 1px solid rgba(var(--bs-primary-rgb), .18);
}

.reading-plan-badge-audio {
    color: #087990;
    background: #e8f8fb;
    border: 1px solid #b9e8f0;
}

.reading-plan-badge-time {
    color: #495057;
    background: #f1f3f5;
    border: 1px solid #dee2e6;
}

.reading-plan-title {
    margin-bottom: .6rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--bs-emphasis-color);
}

.reading-plan-summary {
    margin-bottom: 1.15rem;
    color: var(--bs-secondary-color);
    font-size: .94rem;
    line-height: 1.55;
}

.reading-plan-stats {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

.reading-plan-stats li {
    position: relative;
    margin-bottom: .4rem;
    padding-left: 1rem;
    color: var(--bs-body-color);
    font-size: .875rem;
    line-height: 1.4;
}

.reading-plan-stats li:last-child {
    margin-bottom: 0;
}

.reading-plan-stats li::before {
    content: "";
    position: absolute;
    top: .48rem;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--bs-primary);
}

.reading-plan-stat-label {
    color: var(--bs-secondary-color);
}

.reading-plan-stat-value {
    font-weight: 600;
    color: var(--bs-emphasis-color);
}

.kjv-plan-source {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid var(--kjv-border);
    color: var(--kjv-text-secondary);
    font-size: 0.88rem;
    line-height: 1.4;
}

.kjv-plan-source i {
    flex: 0 0 auto;
    color: var(--kjv-text-muted);
    font-size: 0.78rem;
    font-weight: 900;
}

.kjv-plan-source-label {
    font-weight: 500;
    color: var(--kjv-text-secondary);
}

.kjv-plan-source-name {
    color: var(--kjv-text);
    font-weight: 400;
}

.reading-plan-example {
    margin-bottom: 1.25rem;
    padding: .9rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
    background: var(--bs-tertiary-bg);
}

.reading-plan-example-heading {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .65rem;
    color: var(--bs-secondary-color);
    font-size: .72rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.reading-plan-example-heading i {
    color: var(--bs-primary);
}

.reading-plan-example-row {
    margin-bottom: .45rem;
    color: var(--bs-body-color);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .82rem;
    line-height: 1.45;
}

.reading-plan-example-row:last-child {
    margin-bottom: 0;
}

.reading-plan-example-sequence {
    font-family: var(--bs-body-font-family);
    font-weight: 700;
    color: var(--bs-emphasis-color);
}

.reading-plan-description {
    margin-top: .1rem;
    margin-bottom: 1.25rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--bs-border-color);
    color: var(--bs-secondary-color);
    font-size: .875rem;
    line-height: 1.65;
}

.reading-plan-description p:last-child {
    margin-bottom: 0;
}

.reading-plan-audio-icon {
    font-size: inherit;
    line-height: 1;
}

.reading-plan-button {
    margin-top: auto;
    padding-top: .68rem;
    padding-bottom: .68rem;
    font-weight: 600;
}

@media (max-width: 575.98px) {

    .reading-plan-card .card-body {
        padding: 1.25rem !important;
    }

    .reading-plan-title {
        font-size: 1.15rem;
    }

    .reading-plan-example {
        padding: .8rem;
    }

    .reading-plan-example-row {
        font-size: .8rem;
    }

}

/* =========================================================
         PLAN PAGE
         ========================================================= */

      .kjv-plan-home {
        margin-bottom: 2rem;
      }


      /* =========================================================
         BREADCRUMB
         ========================================================= */

      .kjv-plan-breadcrumb {
        margin-bottom: 1rem;
        font-size: .875rem;
      }

      .kjv-plan-breadcrumb .breadcrumb {
        margin-bottom: 0;
      }

      .kjv-plan-breadcrumb a {
        text-decoration: none;
      }

      .kjv-plan-breadcrumb a:hover,
      .kjv-plan-breadcrumb a:focus-visible {
        text-decoration: underline;
        text-underline-offset: 2px;
      }


      /* =========================================================
         PLAN SUMMARY
         ========================================================= */

      .kjv-plan-summary {
        background: var(--kjv-surface-bg);
        border: 1px solid var(--bs-border-color);
        border-radius: 12px;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
      }

      .kjv-plan-summary-kicker {
        display: block;
        margin-bottom: .35rem;
        color: var(--bs-primary);
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: .08em;
        line-height: 1.2;
        text-transform: uppercase;
      }

      .kjv-plan-summary-title {
        margin: 0 0 .5rem;
      }

      .kjv-plan-summary-description {
        max-width: 950px;
        margin-bottom: 1rem;
        line-height: 1.55;
      }


      /* =========================================================
         PLAN STATS
         ========================================================= */

      

      


      /* =========================================================
         SEQUENCE SECTION
         ========================================================= */
.kjv-plan-sequence-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    padding-bottom: .85rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.kjv-plan-sequence-help {
    color: var(--bs-secondary-color);
    font-size: .875rem;
}

/* Legacy reading-plan range-grid implementation removed. Current .kjv-plan-grid rules are below. */

/* KJV Player v2 final height coordination. Detailed player styling lives in kjv-book-player.css. */
:root { --kjv-player-height: 118px; }
@media (max-width: 1399.98px) { :root { --kjv-player-height: 152px; } }
@media (max-width: 767.98px) { :root { --kjv-player-height: 226px; } }
@media (max-width: 389.98px) { :root { --kjv-player-height: 244px; } }

/* KJV Player v2 mobile layout overrides when skin.css loads after component CSS. */
@media (max-width: 1399.98px) {
  .kjv-player-main-row { flex-wrap: wrap; }
  
  .player-top-button { margin-left: auto; }
}
@media (max-width: 767.98px) {
  .kjv-player-main-row { width: 100%; min-width: 0; flex-wrap: wrap; gap: 7px; }
  
  .kjv-player-toggles { flex: 1 1 100%; }
  .kjv-player-fullscreen-button span { display: none; }
}

/* =========================================================
   LINK VISITED STATE OVERRIDES
   Keep button-style links visually consistent after visiting.
   ========================================================= */
.btn-primary:visited,
.reading-plan-button:visited,
.kjv-btn-primary:visited,
.kjv-collection-play-all:visited {
    color: #fff !important;
}

.kjv-jump-grid a:visited,
.kjv-mobile-jump-toggle:visited {
    color: #fff !important;
}

/* =========================================================
   READING PLAN DETAIL PAGE
   ========================================================= */
.kjv-plan-header-badges {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.kjv-plan-header-stats {
    height: 100%;
    padding-left: 1.5rem;
    border-left: 1px solid var(--bs-border-color);
}

.kjv-plan-header-stats .reading-plan-stats {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kjv-plan-header-stats .reading-plan-stats li {
    display: grid;
    grid-template-columns: minmax(8.5rem, .9fr) minmax(0, 1.1fr);
    gap: 1rem;
    margin: 0;
    padding: .55rem 0;
    border-bottom: 1px solid var(--bs-border-color);
    font-size: .84rem;
    line-height: 1.4;
}

.kjv-plan-header-stats .reading-plan-stats li::before {
    display: none;
}

.kjv-plan-header-stats .reading-plan-stats li:first-child {
    padding-top: 0;
}

.kjv-plan-header-stats .reading-plan-stats li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.kjv-plan-header-stats .reading-plan-stat-label {
    color: var(--bs-secondary-color);
    font-weight: 500;
}

.kjv-plan-header-stats .reading-plan-stat-value {
    color: var(--bs-emphasis-color);
    font-weight: 600;
}

.kjv-plan-sequence-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.kjv-plan-sequence-help {
    color: var(--bs-secondary-color);
    font-size: .8rem;
}

.kjv-plan-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .65rem;
    align-items: stretch;
}

.kjv-plan-sequence {
    position: relative;
    display: block;
    min-width: 0;
    padding: .75rem .8rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    text-decoration: none;
    transition:
        border-color .15s ease,
        background-color .15s ease,
        box-shadow .15s ease,
        transform .15s ease;
}

.kjv-plan-sequence-complete {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    line-height: 1;
}

.kjv-plan-sequence[data-sequence-complete="1"].is-today .kjv-plan-today-badge {
    margin-left: .35rem;
}

.kjv-plan-sequence:hover {
    border-color: rgba(var(--bs-primary-rgb), .45);
    background: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
    text-decoration: none;
    box-shadow: 0 .2rem .55rem rgba(0, 0, 0, .06);
    transform: translateY(-1px);
}

.kjv-plan-sequence:focus-visible {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

.kjv-plan-sequence-top {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .22rem;
    margin-bottom: .35rem;
    line-height: 1.2;
}

.kjv-plan-sequence-type {
    color: var(--bs-primary);
    font-size: .79rem;
    font-weight: 700;
}

.kjv-plan-sequence-number {
    color: var(--bs-primary);
    font-size: .79rem;
    font-weight: 700;
}

.kjv-plan-sequence-date {
    margin-left: .08rem;
    color: var(--bs-secondary-color);
    font-size: .75rem;
    font-weight: 400;
}

.kjv-plan-sequence-reference {
    color: var(--bs-body-color);
    font-size: .82rem;
    font-weight: 400;
    line-height: 1.4;
    white-space: normal;
    overflow: visible;
    overflow-wrap: normal;
    word-break: normal;
}

.kjv-plan-sequence:hover .kjv-plan-sequence-type,
.kjv-plan-sequence:hover .kjv-plan-sequence-number {
    color: var(--bs-primary);
}

.kjv-plan-sequence:hover .kjv-plan-sequence-reference {
    color: var(--bs-primary);
}

.kjv-plan-today-badge {
    display: none;
}

.kjv-plan-sequence.is-today {
    border-color: var(--bs-primary);
    background: var(--bs-primary-bg-subtle);
    box-shadow: inset 3px 0 0 var(--bs-primary);
}

.kjv-plan-sequence.is-today .kjv-plan-sequence-type,
.kjv-plan-sequence.is-today .kjv-plan-sequence-number {
    color: var(--bs-primary);
}

.kjv-plan-sequence.is-today .kjv-plan-sequence-reference {
    color: var(--bs-primary);
}

.kjv-plan-sequence.is-today .kjv-plan-today-badge {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    padding: .18rem .38rem;
    border-radius: 50rem;
    background: var(--bs-primary);
    color: #fff;
    font-size: .56rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
}

@media (max-width: 1399.98px) {
    .kjv-plan-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .kjv-plan-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .kjv-plan-header-stats {
        padding-top: 1.25rem;
        padding-left: 0;
        border-top: 1px solid var(--bs-border-color);
        border-left: 0;
    }

    .kjv-plan-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .kjv-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .kjv-plan-header-stats .reading-plan-stats li {
        grid-template-columns: 1fr;
        gap: .15rem;
    }

    .kjv-plan-sequence-heading {
        display: block;
    }

    .kjv-plan-sequence-help {
        display: block;
        margin-top: .25rem;
    }

    .kjv-plan-grid {
        grid-template-columns: 1fr;
        gap: .55rem;
    }

    .kjv-plan-sequence {
        padding: .75rem .85rem;
    }

    .kjv-plan-sequence-type,
    .kjv-plan-sequence-number {
        font-size: .84rem;
    }

    .kjv-plan-sequence-date {
        font-size: .8rem;
    }

    .kjv-plan-sequence-reference {
        font-size: .87rem;
    }
}


/* =========================================================
   SITE-WIDE PAGE RHYTHM / CONNECTED READING SURFACES
   ========================================================= */
.kjv-page-breadcrumb,
.kjv-plan-breadcrumb,
.kjv-ref-plan-breadcrumb {
  margin: 16px 0 14px;
}

.kjv-page-breadcrumb .breadcrumb,
.kjv-plan-breadcrumb .breadcrumb,
.kjv-ref-plan-breadcrumb .breadcrumb {
  margin-bottom: 0;
  font-size: .82rem;
}

.kjv-ref-plan-breadcrumb + .kjv-collection {
  margin-top: 0;
}

.kjv-book-summary-page {
  margin: 0 0 24px;
}

/* Book pages use the hero as the true header of the reading surface. */
.kjv-book-reading-hero {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: var(--kjv-radius-lg) var(--kjv-radius-lg) 0 0 !important;
}

.kjv-layout-player .kjv-page-frame,
.kjv-layout-backpage .kjv-page-frame {
  margin-top: var(--kjv-page-top-gap);
}

.kjv-book-reading-body {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 30px !important;
  padding: 12px 0 8px;
  overflow: visible;
  background: var(--kjv-surface-bg);
  border: 1px solid var(--kjv-border);
  border-top: 0 !important;
  border-radius: 0 0 var(--kjv-radius-lg) var(--kjv-radius-lg) !important;
  box-shadow: 0 3px 12px rgba(14,41,54,.035);
}

.kjv-book-reading-body > .kjv-chapter-marker {
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px;
}

.kjv-book-reading-body .kjv-chapter-heading {
  margin-left: 12px;
  margin-right: 12px;
}

.kjv-book-reading-body > .kjv-verse {
  width: calc(100% - 24px) !important;
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.kjv-book-reading-body > .kjv-chapter-marker + .kjv-verse {
  margin-top: 12px;
}

.kjv-book-reading-body > .kjv-verse:last-child {
  margin-bottom: 0 !important;
}

.kjv-book-reading-body .kjv-chapter:last-child {
  padding-bottom: 0 !important;
}

.kjv-book-reading-body .kjv-chapter:last-child .kjv-verse-list {
  padding-bottom: 0 !important;
}

.kjv-book-reading-body .kjv-chapter:last-child .kjv-verse:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .kjv-layout-player .kjv-page-frame,
  .kjv-layout-backpage .kjv-page-frame {
    margin-top: var(--kjv-page-top-gap-mobile);
  }

  .kjv-book-reading-body {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .kjv-book-reading-body > .kjv-chapter-marker {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }

  .kjv-book-reading-body .kjv-chapter-heading {
    margin-left: 8px;
    margin-right: 8px;
  }

  .kjv-book-reading-body > .kjv-verse {
    width: calc(100% - 16px) !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .kjv-book-reading-body > .kjv-chapter-marker + .kjv-verse {
    margin-top: 8px;
  }
}

/* Keep sticky playback above page rows/dropdowns, but below the mobile drawer. */
.kjv-layout-player .kjv-sticky-player {
  z-index: 1150;
}

/* =========================================================
   REF /Q /L /P SHARED TEMPLATE STYLES
   ========================================================= */
.kjv-collection a.kjv-context-link {
        color: inherit;
        text-decoration: none;
      }

      .kjv-collection a.kjv-context-link:hover,
      .kjv-collection a.kjv-context-link:focus-visible {
        color: inherit;
        text-decoration: underline;
        text-underline-offset: 2px;
      }

      .kjv-collection .kjv-verse-number.kjv-context-link {
        display: block;
        color: var(--kjv-text);
        font-weight: 700;
        text-align: center;
      }

      .kjv-collection-group-actions {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        margin-left: auto;
        min-width: 0;
      }

      .kjv-collection-header .kjv-actions-toggle {
        color: rgba(255,255,255,.88);
      }

      .kjv-collection-header .kjv-actions-toggle:hover,
      .kjv-collection-header .kjv-actions-toggle:focus-visible,
      .kjv-collection-header .kjv-actions-toggle[aria-expanded="true"] {
        color: #fff;
        background: rgba(255,255,255,.12);
      }

      /* Keep result action menus from being clipped by collection/chapter/verse wrappers. */
      .kjv-collection,
      .kjv-collection-body,
      .kjv-collection-book,
      .kjv-collection-chapter,
      .kjv-collection-verse-list,
      .kjv-collection .kjv-verse {
        overflow: visible;
      }
@media (max-width: 767.98px) {
        .kjv-collection-group-actions { gap: 2px; }
        .kjv-collection-book-heading .kjv-actions-toggle,
        .kjv-collection-chapter-heading .kjv-actions-toggle {
          width: 30px;
        }
        .kjv-collection .kjv-verse > .kjv-row-actions {
          justify-self: center;
        }
      }
    

/* Ref action menus may overlap adjacent results, but never the sticky player. */
.kjv-collection .kjv-actions-menu {
  z-index: 1090;
}

/* =========================================================
   READING PLAN DETAIL / SEQUENCE GRID
   ========================================================= */
.kjv-plan-header-badges {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.kjv-plan-header-stats {
    height: 100%;
    padding-left: 1.5rem;
    border-left: 1px solid var(--bs-border-color);
}

.kjv-plan-header-stats .reading-plan-stats {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kjv-plan-header-stats .reading-plan-stats li {
    display: grid;
    grid-template-columns: minmax(8.5rem, .9fr) minmax(0, 1.1fr);
    gap: 1rem;
    margin: 0;
    padding: .55rem 0;
    border-bottom: 1px solid var(--bs-border-color);
    font-size: .84rem;
    line-height: 1.4;
}

.kjv-plan-header-stats .reading-plan-stats li::before {
    display: none;
}

.kjv-plan-header-stats .reading-plan-stats li:first-child {
    padding-top: 0;
}

.kjv-plan-header-stats .reading-plan-stats li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.kjv-plan-header-stats .reading-plan-stat-label {
    color: var(--bs-secondary-color);
    font-weight: 500;
}

.kjv-plan-header-stats .reading-plan-stat-value {
    color: var(--bs-emphasis-color);
    font-weight: 600;
}

.kjv-plan-sequence-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.kjv-plan-sequence-help {
    color: var(--bs-secondary-color);
    font-size: .8rem;
}

.kjv-plan-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .65rem;
    align-items: stretch;
}

.kjv-plan-sequence {
    position: relative;
    display: block;
    min-width: 0;
    padding: .75rem .8rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    text-decoration: none;
    transition:
        border-color .15s ease,
        background-color .15s ease,
        box-shadow .15s ease,
        transform .15s ease;
}

.kjv-plan-sequence:hover {
    border-color: rgba(var(--bs-primary-rgb), .45);
    background: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
    text-decoration: none;
    box-shadow: 0 .2rem .55rem rgba(0, 0, 0, .06);
    transform: translateY(-1px);
}

.kjv-plan-sequence:focus-visible {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

.kjv-plan-sequence-top {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .22rem;
    margin-bottom: .35rem;
    line-height: 1.2;
}

.kjv-plan-sequence-type {
    color: var(--bs-primary);
    font-size: .79rem;
    font-weight: 700;
}

.kjv-plan-sequence-number {
    color: var(--bs-primary);
    font-size: .79rem;
    font-weight: 700;
}

.kjv-plan-sequence-date {
    margin-left: .08rem;
    color: var(--bs-secondary-color);
    font-size: .75rem;
    font-weight: 400;
}

.kjv-plan-sequence-reference {
    color: var(--bs-body-color);
    font-size: .82rem;
    font-weight: 400;
    line-height: 1.4;
    white-space: normal;
    overflow: visible;
    overflow-wrap: normal;
    word-break: normal;
}

.kjv-plan-sequence:hover .kjv-plan-sequence-type,
.kjv-plan-sequence:hover .kjv-plan-sequence-number {
    color: var(--bs-primary);
}

.kjv-plan-sequence:hover .kjv-plan-sequence-reference {
    color: var(--bs-primary);
}

.kjv-plan-today-badge {
    display: none;
}

.kjv-plan-sequence.is-today {
    border-color: var(--bs-primary);
    background: var(--bs-primary-bg-subtle);
    box-shadow: inset 3px 0 0 var(--bs-primary);
}

.kjv-plan-sequence.is-today .kjv-plan-sequence-type,
.kjv-plan-sequence.is-today .kjv-plan-sequence-number {
    color: var(--bs-primary);
}

.kjv-plan-sequence.is-today .kjv-plan-sequence-reference {
    color: var(--bs-primary);
}

.kjv-plan-sequence.is-today .kjv-plan-today-badge {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    padding: .18rem .38rem;
    border-radius: 50rem;
    background: var(--bs-primary);
    color: #fff;
    font-size: .56rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
}

@media (max-width: 1399.98px) {

    .kjv-plan-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

}

@media (max-width: 1199.98px) {

    .kjv-plan-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

}

@media (max-width: 991.98px) {

    .kjv-plan-header-stats {
        padding-top: 1.25rem;
        padding-left: 0;
        border-top: 1px solid var(--bs-border-color);
        border-left: 0;
    }

    .kjv-plan-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 767.98px) {

    .kjv-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 575.98px) {

    .kjv-plan-header-stats .reading-plan-stats li {
        grid-template-columns: 1fr;
        gap: .15rem;
    }

    .kjv-plan-sequence-heading {
        display: block;
    }

    .kjv-plan-sequence-help {
        display: block;
        margin-top: .25rem;
    }

    .kjv-plan-grid {
        grid-template-columns: 1fr;
        gap: .55rem;
    }

    .kjv-plan-sequence {
        padding: .75rem .85rem;
    }

    .kjv-plan-sequence-type,
    .kjv-plan-sequence-number {
        font-size: .84rem;
    }

    .kjv-plan-sequence-date {
        font-size: .8rem;
    }

    .kjv-plan-sequence-reference {
        font-size: .87rem;
    }

}


.reading-plan-card {
  border: 1px solid var(--kjv-border) !important;
  border-radius: var(--kjv-radius-lg);
  box-shadow: 0 3px 12px rgba(14,41,54,.035) !important;
}
.reading-plan-card:hover {
  box-shadow: 0 5px 16px rgba(14,41,54,.07) !important;
}


/* Phase 2.4 content consistency */
.copyright {
  padding: 0 12px 14px;
  color: #fff;
  font-size: .78rem;
  line-height: 1.4;
  text-align: center;
}

.kjv-layout-ref .kjv-content-pane {
  padding-bottom: 20px;
}

.kjv-summary-reference {
  min-width: 90px;
}

.kjv-plan-readings {
  margin-bottom: 2rem;
}

.kjv-book-summary-page .card.kjv-surface {
  border-radius: var(--kjv-radius-lg) !important;
  overflow: hidden;
}

/* Phase 2.10: canonical large radius for Reading Plans surfaces */
.kjv-plan-list-intro,
.reading-plan-card {
  border-radius: var(--kjv-radius-lg) !important;
}

.kjv-ref-plan-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 16px 0 14px;
}

.kjv-ref-plan-topbar .kjv-ref-plan-breadcrumb {
  min-width: 0;
  margin: 0;
}

.kjv-ref-plan-topbar + .kjv-collection {
  margin-top: 0;
}

.kjv-sequence-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.35rem;
  flex: 0 0 auto;
  font-size: .82rem;
  line-height: 1.5;
  white-space: nowrap;
}

.kjv-sequence-nav-link {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  color: var(--bs-link-color);
  text-decoration: none;
}

.kjv-sequence-nav-link:hover,
.kjv-sequence-nav-link:focus-visible {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}

.kjv-sequence-nav-link i {
  font-size: .72em;
}

.kjv-sequence-nav-bottom {
  margin: 0 0 24px;
}

.kjv-collection .kjv-collection-verse {
  scroll-margin-top: 14px;
}

@media (max-width: 767.98px) {
  .kjv-ref-plan-topbar {
    align-items: stretch;
    flex-direction: column;
    gap: .45rem;
    margin-top: var(--kjv-page-top-gap-mobile);
  }

  .kjv-sequence-nav {
    width: 100%;
    gap: 1.15rem;
  }
}

/* Phase 2.13: tighten desktop spacing after top-level menu items with dropdown arrows. */
@media (min-width: 992px) {
  .kjv-menu-level-1 > .kjv-menu-item.has-children > .kjv-submenu-toggle {
    margin-right: -6px;
  }
}

/* =========================================================
   PRINTABLE BIBLE CONTENT
   ========================================================= */
.kjv-print-sheet {
  display: none;
}

@media print {
  html,
  body.kjv-printing {
    color: #111 !important;
    background: #fff !important;
  }

  body.kjv-printing > * {
    display: none !important;
  }

  body.kjv-printing > .kjv-print-sheet {
    display: block !important;
  }

  .kjv-print-sheet {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #111;
    background: #fff;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 11.5pt;
    line-height: 1.55;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .kjv-print-header {
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 2px solid #168fef;
    break-after: avoid-page;
  }

  .kjv-print-brand {
    margin-bottom: 14px;
    color: #166dcb;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
    font-weight: 700;
    letter-spacing: .02em;
  }

  .kjv-print-kicker {
    margin-bottom: 3px;
    color: #566b7e;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8.5pt;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .kjv-print-title {
    margin: 0;
    color: #0d1a2d;
    font-size: 23pt;
    font-weight: 700;
    line-height: 1.15;
  }

  .kjv-print-context {
    margin-top: 5px;
    color: #30485d;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10.5pt;
  }

  .kjv-print-description {
    max-width: 760px;
    margin: 8px 0 0;
    color: #30485d;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9.5pt;
    line-height: 1.45;
  }

  .kjv-print-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin-top: 9px;
    color: #607587;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8.5pt;
  }

  .kjv-print-meta-item + .kjv-print-meta-item::before {
    content: "|";
    margin-right: 14px;
    color: #9babb9;
  }

  .kjv-print-body {
    margin: 0;
  }

  .kjv-print-verse {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #dce5ec;
    break-inside: avoid;
  }

  .kjv-print-verse-reference {
    display: inline;
    margin-right: 8px;
    color: #166dcb;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9.5pt;
    font-weight: 700;
    line-height: 1.65;
    white-space: nowrap;
  }

  .kjv-print-verse-text {
    display: inline;
    color: #111;
  }

  .kjv-print-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    padding-top: 10px;
    color: #607587;
    border-top: 1px solid #b9c8d5;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;
    line-height: 1.4;
  }

  .kjv-print-url {
    overflow-wrap: anywhere;
  }

  .kjv-print-site {
    flex: 0 0 auto;
    color: #166dcb;
    font-weight: 700;
  }
}

/* =========================================================
   WHY THE KJV PAGE
   ========================================================= */
.kjv-why-page {
  margin: 0;
  max-width: none;
  width: 100%;
}

/* =========================================================
   GET SAVED PAGE
   ========================================================= */
.kjv-salvation-page {
  color: var(--kjv-text);
  margin: 0;
  max-width: none;
  padding: var(--kjv-page-top-gap) 0 24px;
  width: 100%;
}

.kjv-salvation-page .kjv-icon,
.kjv-salvation-page .kjv-salvation-heading-icon,
.kjv-salvation-page .kjv-salvation-truth-icon,
.kjv-salvation-page .kjv-salvation-callout-icon,
.kjv-salvation-page .kjv-scripture-link i,
.kjv-salvation-page .kjv-next-step-card > i,
.kjv-salvation-page .kjv-romans-meta i {
  color: #008cff !important;
}

.kjv-salvation-page .kjv-salvation-section {
  margin-bottom: 24px;
}

.kjv-salvation-page .kjv-salvation-hero .kjv-card-body,
.kjv-salvation-page .kjv-salvation-content-card .kjv-card-body {
  padding: 28px;
}

.kjv-salvation-page .kjv-salvation-heading-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.kjv-salvation-page .kjv-salvation-heading-icon {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--kjv-primary);
  background: #edf7ff;
  border: 1px solid #cbe8ff;
  border-radius: 12px;
  font-size: 1.35rem;
}

.kjv-salvation-page .kjv-salvation-eyebrow {
  margin: 0 0 4px;
  color: var(--kjv-text-muted);
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.kjv-salvation-page .kjv-salvation-title {
  margin: 0;
  color: #0e2936;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.kjv-salvation-page .kjv-salvation-section-title {
  margin: 0;
  color: #0e2936;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.015em;
}

.kjv-salvation-page .kjv-salvation-lead {
  margin: 0 0 14px;
  color: var(--kjv-card-text);
  font-size: 1.04rem;
  line-height: 1.7;
}

.kjv-salvation-page .kjv-salvation-copy {
  color: var(--kjv-card-text);
  font-size: .96rem;
  line-height: 1.7;
}

.kjv-salvation-page .kjv-salvation-copy:last-child {
  margin-bottom: 0;
}

.kjv-salvation-page .kjv-salvation-truth-card {
  height: 100%;
  padding: 20px;
  background: var(--kjv-surface-bg);
  border: 1px solid var(--kjv-border);
  border-top: 3px solid var(--kjv-primary);
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(14,41,54,.035);
}

.kjv-salvation-page .kjv-salvation-truth-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  color: var(--kjv-primary);
  background: #edf7ff;
  border-radius: 10px;
  font-size: 1.1rem;
}

.kjv-salvation-page .kjv-salvation-truth-title {
  margin: 0 0 8px;
  color: #0e2936;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.3;
}

.kjv-salvation-page .kjv-salvation-truth-card p {
  margin: 0;
  color: var(--kjv-card-text);
  font-size: .9rem;
  line-height: 1.6;
}

.kjv-salvation-page .kjv-romans-intro {
  max-width: 1040px;
  margin-bottom: 20px;
}

.kjv-salvation-page .kjv-romans-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 7px 0 0;
  color: var(--kjv-text-muted);
  font-size: .84rem;
}

.kjv-salvation-page .kjv-romans-meta-dot {
  color: var(--kjv-primary);
}

.kjv-salvation-page .kjv-romans-list {
  overflow: hidden;
  border: 1px solid var(--kjv-border-light);
  border-radius: 12px;
}

.kjv-salvation-page .kjv-romans-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  padding: 14px 16px;
  background: var(--kjv-surface-bg);
}

.kjv-salvation-page .kjv-romans-item:nth-child(even) {
  background: var(--kjv-surface-alt);
}

.kjv-salvation-page .kjv-romans-item + .kjv-romans-item {
  border-top: 1px solid var(--kjv-border-light);
}

.kjv-salvation-page .kjv-romans-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: #008cff !important;
  border-radius: 50%;
  font-size: .75rem;
  font-weight: 700;
}

.kjv-salvation-page .kjv-romans-reference {
  display: block;
  margin-bottom: 4px;
  color: var(--kjv-primary-hover);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.kjv-salvation-page .kjv-romans-reference:hover,
.kjv-salvation-page .kjv-romans-reference:focus {
  color: var(--kjv-primary);
  text-decoration: underline;
}

.kjv-salvation-page .kjv-romans-theme {
  color: #0e2936;
  font-weight: 700;
}

.kjv-salvation-page .kjv-romans-verse {
  margin: 5px 0 0;
  color: var(--kjv-card-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.6;
}

.kjv-salvation-page .kjv-salvation-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--kjv-border-light);
}

.kjv-salvation-page .kjv-salvation-action-row p {
  margin: 0;
  color: var(--kjv-card-text);
  font-size: .9rem;
  line-height: 1.5;
}

.kjv-salvation-page .kjv-salvation-callout {
  padding: 26px 28px;
  background: linear-gradient(135deg, #edf7ff 0%, #f8fbff 100%);
  border: 1px solid #b9dcf7;
  border-left: 4px solid var(--kjv-primary);
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(14,41,54,.035);
}

.kjv-salvation-page .kjv-salvation-callout-inner {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
}

.kjv-salvation-page .kjv-salvation-callout-icon {
  color: var(--kjv-primary);
  font-size: 1.7rem;
  line-height: 1;
}

.kjv-salvation-page .kjv-salvation-promise {
  margin: 16px 0 0;
  padding: 14px 16px;
  color: #0e2936;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,140,255,.18);
  border-radius: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.55;
}

.kjv-salvation-page .kjv-salvation-promise cite {
  display: block;
  margin-top: 5px;
  color: var(--kjv-text-muted);
  font-family: inherit;
  font-size: .82rem;
  font-style: normal;
}

.kjv-salvation-page .kjv-scripture-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kjv-salvation-page .kjv-scripture-link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  padding: 12px 14px;
  color: var(--kjv-card-text);
  background: var(--kjv-surface-alt);
  border: 1px solid var(--kjv-border-light);
  border-radius: 9px;
  font-size: .88rem;
  line-height: 1.45;
  text-decoration: none;
}

.kjv-salvation-page .kjv-scripture-link i {
  margin-top: 3px;
  color: var(--kjv-primary);
}

.kjv-salvation-page .kjv-scripture-link strong {
  color: #0e2936;
}

.kjv-salvation-page .kjv-scripture-link:hover,
.kjv-salvation-page .kjv-scripture-link:focus {
  background: #f0f8ff;
  border-color: #b9dcf7;
  color: var(--kjv-primary-hover);
}

.kjv-salvation-page .kjv-next-step-card {
  height: 100%;
  padding: 18px;
  background: var(--kjv-surface-alt);
  border: 1px solid var(--kjv-border-light);
  border-radius: 12px;
}

.kjv-salvation-page .kjv-next-step-card i {
  margin-bottom: 12px;
  color: var(--kjv-primary);
  font-size: 1.35rem;
}

.kjv-salvation-page .kjv-next-step-card h3 {
  margin: 0 0 7px;
  color: #0e2936;
  font-size: 1rem;
  font-weight: 700;
}

.kjv-salvation-page .kjv-next-step-card p {
  margin: 0 0 14px;
  color: var(--kjv-card-text);
  font-size: .88rem;
  line-height: 1.55;
}

.kjv-salvation-page .kjv-next-step-link {
  color: var(--kjv-primary-hover);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}

.kjv-salvation-page .kjv-next-step-link:hover,
.kjv-salvation-page .kjv-next-step-link:focus {
  color: var(--kjv-primary);
  text-decoration: underline;
}

.kjv-salvation-page .kjv-salvation-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px;
  color: #fff;
  background: linear-gradient(135deg, #020b1a 0%, #07172c 100%) !important;
  border: 1px solid rgba(141,170,203,.24);
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(2,11,26,.12);
}

.kjv-salvation-page .kjv-salvation-closing h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.kjv-salvation-page .kjv-salvation-closing p {
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: .9rem;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .kjv-salvation-page {
    padding-top: var(--kjv-page-top-gap-mobile);
  }

  .kjv-salvation-page .kjv-salvation-section {
    margin-bottom: 16px;
  }

  .kjv-salvation-page .kjv-salvation-hero .kjv-card-body,
  .kjv-salvation-page .kjv-salvation-content-card .kjv-card-body {
    padding: 20px 18px;
  }

  .kjv-salvation-page .kjv-salvation-heading-row {
    gap: 11px;
  }

  .kjv-salvation-page .kjv-salvation-heading-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 1.18rem;
  }

  .kjv-salvation-page .kjv-salvation-lead {
    font-size: .98rem;
  }

  .kjv-salvation-page .kjv-romans-item {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    padding: 13px 12px;
  }

  .kjv-salvation-page .kjv-romans-number {
    width: 26px;
    height: 26px;
    font-size: .72rem;
  }

  .kjv-salvation-page .kjv-salvation-action-row,
  .kjv-salvation-page .kjv-salvation-closing {
    align-items: stretch;
    flex-direction: column;
  }

  .kjv-salvation-page .kjv-salvation-action-row .kjv-btn-primary,
  .kjv-salvation-page .kjv-salvation-closing .kjv-btn-primary {
    width: 100%;
  }

  .kjv-salvation-page .kjv-salvation-callout {
    padding: 20px 18px;
  }

  .kjv-salvation-page .kjv-salvation-callout-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kjv-salvation-page .kjv-scripture-links {
    grid-template-columns: 1fr;
  }
}
/* Book reading hero: descriptive second line within the page H1 */
.kjv-book-title-name {
  display: block;
}

.kjv-book-title-description {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .9);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.25;
  white-space: normal;
}

@media (max-width: 575.98px) {
  .kjv-book-title-name {
    font-size: clamp(2.5rem, 14vw, 3.6rem);
    white-space: normal;
  }

  .kjv-book-title-description {
    margin-top: 8px;
    font-size: 1.05rem;
  }
}

/* =========================================================
   SCRIPTURE REFERENCE HOVER PREVIEW
   ========================================================= */
a.kjv-scripture-preview {
  color: var(--kjv-blue);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a.kjv-scripture-preview:hover,
a.kjv-scripture-preview:focus {
  color: #006fc9;
  text-decoration-style: solid;
}

a.kjv-scripture-preview:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(0,140,255,.2);
  outline-offset: 2px;
}

.kjv-verse-preview-popover {
  position: fixed;
  z-index: 1085;
  width: min(430px,calc(100vw - 24px));
  color: var(--kjv-text);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .14s ease,transform .14s ease;
}

.kjv-verse-preview-popover[hidden] {
  display: none !important;
}

.kjv-verse-preview-popover.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.kjv-verse-preview-content {
  max-height: min(560px,70vh);
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--kjv-surface-bg);
  border: 1px solid var(--kjv-border);
  border-radius: 10px;
  box-shadow: 0 16px 42px rgba(2,11,26,.18),0 4px 12px rgba(2,11,26,.08);
  overscroll-behavior: contain;
}

.kjv-verse-preview-pointer {
  position: absolute;
  z-index: 2;
  left: var(--kjv-preview-pointer-left,50%);
  width: 14px;
  height: 14px;
  background: var(--kjv-surface-bg);
  transform: translateX(-50%) rotate(45deg);
  pointer-events: none;
}

.kjv-verse-preview-popover[data-placement="bottom"] .kjv-verse-preview-pointer {
  top: -7px;
  border-top: 1px solid var(--kjv-border);
  border-left: 1px solid var(--kjv-border);
}

.kjv-verse-preview-popover[data-placement="top"] .kjv-verse-preview-pointer {
  bottom: -7px;
  border-right: 1px solid var(--kjv-border);
  border-bottom: 1px solid var(--kjv-border);
}

.kjv-verse-preview-result {
  overflow: hidden;
  background: var(--kjv-surface-bg);
}

.kjv-verse-preview-topline {
  height: 4px;
  background: var(--kjv-blue);
}

.kjv-verse-preview-main {
  padding: 18px 20px 16px;
}

.kjv-verse-preview-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.kjv-verse-preview-kicker {
  margin-bottom: 3px;
  color: #166dcb;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kjv-verse-preview-reference {
  color: var(--kjv-text);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.3;
}

.kjv-verse-preview-badge {
  flex: 0 0 auto;
  padding: 3px 7px;
  color: #166dcb;
  background: #eef7ff;
  border: 1px solid #c9e6ff;
  border-radius: 5px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.2;
}

.kjv-verse-preview-verses {
  color: #263f54;
}

.kjv-verse-preview-row + .kjv-verse-preview-row {
  margin-top: 10px;
}

.kjv-verse-preview-text {
  margin: 0;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 1rem;
  line-height: 1.58;
}

.kjv-verse-preview-number {
  margin-right: 5px;
  color: #166dcb;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif;
  font-size: .69em;
  font-weight: 700;
  line-height: 1;
  vertical-align: super;
}

.kjv-verse-preview-error {
  padding: 2px 0 4px;
  color: var(--kjv-text-secondary);
  font-size: .94rem;
  line-height: 1.5;
}

.kjv-verse-preview-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 10px 20px;
  color: var(--kjv-text-muted);
  background: var(--kjv-surface-alt);
  border-top: 1px solid var(--kjv-border-light);
  font-size: .82rem;
}

.kjv-verse-preview-book-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #166dcb;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.kjv-verse-preview-book-link:hover,
.kjv-verse-preview-book-link:focus {
  color: #005eae;
  text-decoration: underline;
}

.kjv-verse-preview-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 82px;
  padding: 20px;
  color: var(--kjv-text-secondary);
  background: var(--kjv-surface-bg);
  border-top: 4px solid var(--kjv-blue);
  font-size: .92rem;
}

.kjv-verse-preview-spinner {
  width: 17px;
  height: 17px;
  border: 2px solid #c9e6ff;
  border-top-color: var(--kjv-blue);
  border-radius: 50%;
  animation: kjv-verse-preview-spin .7s linear infinite;
}

.kjv-verse-preview-page .kjv-verse-preview-result {
  width: calc(100% - 24px);
  max-width: 430px;
  margin: 24px auto;
  border: 1px solid var(--kjv-border);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(2,11,26,.12);
}

@keyframes kjv-verse-preview-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 479.98px) {
  .kjv-verse-preview-main { padding: 16px 16px 14px; }
  .kjv-verse-preview-footer { padding: 10px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .kjv-verse-preview-popover { transition: none; }
  .kjv-verse-preview-spinner { animation: none; }
}

@media print {
  .kjv-verse-preview-popover { display: none !important; }
}

html { scroll-behavior: smooth; }

/* KJV Audio Host Analytics Dashboard */
.kjv-host-dashboard {
  color: #0e2936;
}

.kjv-host-dashboard .kjv-dashboard-utc-note,
.kjv-host-dashboard .kjv-admin-kpi-period {
  color: #6c7e8d;
  font-size: .8125rem;
}

.kjv-host-dashboard .kjv-admin-kpi,
.kjv-host-dashboard .kjv-dashboard-section {
  border: 1px solid #d9e3eb;
  border-radius: .75rem;
  box-shadow: 0 .2rem .75rem rgba(14, 41, 54, .045);
  overflow: hidden;
}

.kjv-host-dashboard .kjv-admin-kpi {
  border-top: 3px solid #008cff;
}

.kjv-host-dashboard .kjv-admin-kpi-label,
.kjv-host-dashboard .kjv-dashboard-detail-label {
  color: #667987;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.kjv-host-dashboard .kjv-admin-kpi-label i {
  color: #008cff;
  margin-right: .35rem;
}

.kjv-host-dashboard .kjv-admin-kpi-value {
  color: #0e2936;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 750;
  line-height: 1.05;
  margin-top: .65rem;
}

.kjv-host-dashboard .kjv-admin-kpi-time {
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.kjv-host-dashboard .kjv-admin-kpi-compare {
  border-top: 1px solid #e7edf2;
  color: #667987;
  font-size: .875rem;
  margin-top: .8rem;
  padding-top: .7rem;
}

.kjv-host-dashboard .kjv-admin-kpi-compare strong,
.kjv-host-dashboard .kjv-dashboard-detail-value {
  color: #0e2936;
}

.kjv-host-dashboard .kjv-dashboard-detail-value {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: .2rem;
}

.kjv-host-dashboard .kjv-dashboard-section > .card-header {
  background: #f7f9fb;
  border-bottom: 1px solid #dfe7ed;
  padding: 1rem 1.25rem;
}

.kjv-host-dashboard .kjv-dashboard-table {
  font-size: .875rem;
}

.kjv-host-dashboard .kjv-dashboard-table th {
  background: #f7f9fb;
  border-bottom-color: #dfe7ed;
  color: #5e7280;
  font-size: .7rem;
  letter-spacing: .035em;
  padding: .75rem 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.kjv-host-dashboard .kjv-dashboard-table td {
  border-color: #e8eef2;
  padding: .8rem 1rem;
}

.kjv-host-dashboard .kjv-dashboard-chart-cell {
  min-width: 9rem;
  width: 24%;
}

.kjv-host-dashboard .kjv-dashboard-bar-track {
  background: #e8f2f9;
  border-radius: 999px;
  height: .42rem;
  min-width: 4rem;
  overflow: hidden;
}

.kjv-host-dashboard .kjv-dashboard-bar {
  background: linear-gradient(90deg, #166dcb, #008cff);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.kjv-host-dashboard .kjv-dashboard-verse-text {
  color: #526875;
  max-width: 34rem;
  min-width: 18rem;
}

.kjv-host-dashboard .kjv-dashboard-source-row + .kjv-dashboard-source-row {
  border-top: 1px solid #e7edf2;
  margin-top: 1.15rem;
  padding-top: 1.15rem;
}

.kjv-host-dashboard .kjv-dashboard-status {
  color: #277443;
  font-size: .8125rem;
  font-weight: 700;
}

.kjv-host-dashboard .kjv-dashboard-status-dot {
  background: #35a85b;
  border-radius: 50%;
  display: inline-block;
  height: .5rem;
  margin-right: .35rem;
  width: .5rem;
}

.kjv-host-dashboard .kjv-dashboard-method-note {
  color: #526875;
  font-size: .875rem;
  line-height: 1.55;
}

@media (max-width: 575.98px) {
  .kjv-host-dashboard .kjv-admin-kpi .card-body,
  .kjv-host-dashboard .kjv-dashboard-section .card-body {
    padding: 1rem;
  }

  .kjv-host-dashboard .kjv-admin-kpi-value {
    font-size: 1.8rem;
  }
}

.kjv-player-dashboard-link i { color: inherit; }

#kjvStickyPlayer .kjv-player-dashboard-link {
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
}

@media (min-width: 600px) {
  .kjv-player-dashboard-link { order: 131; flex: 0 0 auto; }
}

@media (max-width: 599.98px) {
  #kjvStickyPlayer .kjv-player-now-playing { grid-column: 1 / span 6 !important; }
  #kjvStickyPlayer .kjv-player-fullscreen-button { grid-column: 7 / span 2 !important; }
  #kjvStickyPlayer .kjv-player-more {
    grid-column: 9 / span 2 !important;
    grid-row: 2 !important;
    align-self: center;
    justify-self: end !important;
  }
  #kjvStickyPlayer .kjv-player-dashboard-link {
    grid-column: 11 / span 2 !important;
    grid-row: 2 !important;
    align-self: center;
    justify-self: end;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
  }
}

/* Reading-plan enrollment action */
.kjv-plan-meta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 1rem;
  margin-top: 1.25rem;
}

.kjv-plan-meta-actions .kjv-plan-header-badges {
  flex: 1 1 auto;
  margin-top: 0;
}

.kjv-plan-enrollment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: .65rem;
  margin-top: 0;
}

.kjv-plan-enrollment-button,
.kjv-plan-start-run-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border-radius: .4rem;
  font-weight: 600;
}

.kjv-plan-enrollment-state {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 2rem;
  padding: .3rem .65rem;
  border: 1px solid #b9e3c9;
  border-radius: .4rem;
  background: #f0faf4;
  color: #208c4d;
  font-size: .9rem;
  font-weight: 600;
}

.kjv-plan-enrollment-message {
  flex: 0 0 100%;
  width: 100%;
  min-height: 1.15rem;
  color: #64798b;
  font-size: .82rem;
}

.kjv-plan-enrollment-message:empty {
  display: none;
}

@media (max-width: 575.98px) {
  .kjv-plan-meta-actions {
    align-items: stretch;
  }

  .kjv-plan-enrollment {
    flex: 1 0 100%;
    justify-content: flex-start;
  }

  .kjv-plan-enrollment-button,
  .kjv-plan-start-run-button {
    width: 100%;
  }
}

/* KJV Audio Bible help/tutorial pages */
.kjv-help-page {
  --kjv-help-blue: #008cff;
  --kjv-help-dark: #0e2936;
  --kjv-help-muted: #607587;
  --kjv-help-border: #d7e4ed;
  color: var(--kjv-help-dark);
  margin: 0;
  max-width: none;
  padding: var(--kjv-page-top-gap) 0 3rem;
  width: 100%;
}
.kjv-help-page * { box-sizing: border-box; }
.kjv-help-hero {
  background: linear-gradient(135deg, #f4faff 0%, #fff 72%);
  border: 1px solid var(--kjv-help-border);
  border-radius: var(--kjv-radius-lg);
  margin-bottom: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
}
.kjv-help-eyebrow {
  color: var(--kjv-help-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  margin-bottom: .35rem;
  text-transform: uppercase;
}
.kjv-help-page h1 { font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 .65rem; }
.kjv-help-page h2 { font-size: clamp(1.45rem, 2.5vw, 2rem); margin: 0 0 .55rem; }
.kjv-help-page h3 { font-size: 1.1rem; margin: 0 0 .35rem; }
.kjv-help-page p { line-height: 1.65; }
.kjv-help-lead { color: #425866; font-size: 1.08rem; margin: 0; max-width: 58rem; }
.kjv-help-note {
  align-items: flex-start;
  background: #eef8ff;
  border: 1px solid #c5e4f8;
  border-left: 4px solid var(--kjv-help-blue);
  border-radius: .55rem;
  display: flex;
  gap: .75rem;
  margin: 1rem 0;
  padding: .9rem 1rem;
}
.kjv-help-note.is-success { background: #f1faf5; border-color: #cce9d8; border-left-color: #2f9e55; }
.kjv-help-note.is-warning { background: #fff9e8; border-color: #f1df9f; border-left-color: #c99512; }
.kjv-help-note i { color: var(--kjv-help-blue); margin-top: .25rem; }
.kjv-help-note.is-success i { color: #2f9e55; }
.kjv-help-note.is-warning i { color: #9b740d; }
.kjv-help-note p { margin: 0; }
.kjv-help-toc {
  background: #f8fafc;
  border: 1px solid var(--kjv-help-border);
  border-radius: .65rem;
  margin: 1.25rem 0 2rem;
  padding: 1rem 1.15rem;
}
.kjv-help-toc strong { display: block; margin-bottom: .55rem; }
.kjv-help-toc-links { display: flex; flex-wrap: wrap; gap: .45rem .75rem; }
.kjv-help-toc a {
  background: white;
  border: 1px solid #cbdce7;
  border-radius: 999px;
  color: #086fb0;
  font-size: .9rem;
  padding: .35rem .75rem;
  text-decoration: none;
}
.kjv-help-toc a:hover,
.kjv-help-toc a:focus-visible { background: #eaf6fd; border-color: #75b9df; }
.kjv-help-section {
  border-top: 1px solid var(--kjv-help-border);
  margin-top: 2.25rem;
  padding-top: 2rem;
  scroll-margin-top: 6rem;
}
.kjv-help-section-intro { color: #526875; margin: 0 0 1rem; max-width: 62rem; }
.kjv-help-callouts {
  display: grid;
  gap: .65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.kjv-help-callouts li {
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid #e0e8ee;
  border-radius: .5rem;
  display: flex;
  gap: .65rem;
  line-height: 1.45;
  padding: .7rem .8rem;
}
.kjv-help-number {
  align-items: center;
  background: var(--kjv-help-blue);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  flex: 0 0 1.6rem;
  font-size: .82rem;
  font-weight: 800;
  height: 1.6rem;
  justify-content: center;
}
.kjv-help-figure {
  background: white;
  border: 1px solid var(--kjv-help-border);
  border-radius: .65rem;
  box-shadow: 0 .4rem 1.2rem rgba(14, 41, 54, .08);
  margin: 1rem 0 1.5rem;
  overflow: hidden;
  padding: .45rem;
}
.kjv-help-figure img { display: block; height: auto; max-width: 100%; width: 100%; }
.kjv-help-figure.is-narrow { margin-left: auto; margin-right: auto; max-width: 42rem; }
.kjv-help-figure figcaption { color: var(--kjv-help-muted); font-size: .82rem; padding: .6rem .45rem .25rem; }
.kjv-help-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kjv-help-feature-card {
  background: #f8fafc;
  border: 1px solid var(--kjv-help-border);
  border-radius: .6rem;
  padding: 1rem;
}
.kjv-help-feature-card i { color: var(--kjv-help-blue); margin-right: .45rem; }
.kjv-help-feature-card p { color: #526875; margin: .35rem 0 0; }
.kjv-help-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.kjv-help-actions a { align-items: center; display: inline-flex; gap: .45rem; }
@media (max-width: 767.98px) {
  .kjv-help-callouts,
  .kjv-help-grid { grid-template-columns: 1fr; }
  .kjv-help-page { padding-top: var(--kjv-page-top-gap-mobile); }
  .kjv-help-figure { border-radius: .5rem; margin-left: -.25rem; margin-right: -.25rem; padding: .25rem; }
}
@media print {
  .kjv-help-page { max-width: none; padding: 0; }
  .kjv-help-toc,
  .kjv-help-actions { display: none; }
  .kjv-help-section { break-inside: avoid; }
  .kjv-help-figure { box-shadow: none; }
}

/* Registration Pending */
.kjv-registration-pending {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

.kjv-registration-message.dnnFormMessage {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 1rem 1.125rem;
  border: 1px solid #9ed5b0;
  border-left: 4px solid #299453;
  border-radius: 10px;
  background: #edf9f1;
  box-shadow: none;
  color: #174b2b;
  font-size: 1rem;
  line-height: 1.55;
  text-shadow: none;
}

.kjv-registration-message.dnnFormMessage a:link,
.kjv-registration-message.dnnFormMessage a:visited {
  color: #166dcb;
  font-weight: 600;
}

.kjv-registration-message.dnnFormMessage a:hover,
.kjv-registration-message.dnnFormMessage a:focus {
  color: #0e579f;
}

.kjv-registration-help {
  padding-top: 1.25rem;
  border-top: 1px solid #d6e1ea;
}

.kjv-registration-help ul {
  padding-left: 1.25rem;
}

/* Compact unverified-account notice shown outside Registration Pending. */
.kjv-verification-banner-wrap {
  width: 100%;
  margin-inline: auto;
  padding: 0.75rem 1.5rem 0;
}

.kjv-verification-banner.dnnFormMessage {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0.7rem 1rem;
  border: 1px solid #efd27a;
  border-left: 4px solid #d79a00;
  border-radius: 8px;
  background: #fff8df;
  box-shadow: none;
  color: #5a4500;
  font-size: 0.9rem;
  line-height: 1.45;
  text-shadow: none;
}

.kjv-verification-banner.dnnFormMessage a:link,
.kjv-verification-banner.dnnFormMessage a:visited {
  color: #166dcb;
  font-weight: 600;
}

.kjv-verification-banner.dnnFormMessage a:hover,
.kjv-verification-banner.dnnFormMessage a:focus {
  color: #0e579f;
}

@media (max-width: 575.98px) {
  .kjv-verification-banner-wrap {
    padding: 0.6rem 0.75rem 0;
  }
}

/* KJV Bible Statistics static content page */
.kjv-stats-page {
  --kjv-stats-blue: #008cff;
  --kjv-stats-dark: #0e2936;
  --kjv-stats-muted: #5d7180;
  --kjv-stats-border: #d7e4ed;
  color: var(--kjv-stats-dark);
  margin: 0;
  max-width: none;
  padding: var(--kjv-page-top-gap) 0 3rem;
  width: 100%;
}
.kjv-stats-page * { box-sizing: border-box; }
.kjv-stats-hero {
  background: linear-gradient(135deg, #f2f9ff 0%, #fff 72%);
  border: 1px solid var(--kjv-stats-border);
  border-radius: var(--kjv-radius-lg);
  margin-bottom: 1.4rem;
  padding: clamp(1.3rem, 3vw, 2.35rem);
}
.kjv-stats-eyebrow {
  color: var(--kjv-stats-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: .35rem;
  text-transform: uppercase;
}
.kjv-stats-page h1 { font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 .7rem; }
.kjv-stats-page h2 { font-size: clamp(1.45rem, 2.5vw, 2rem); margin: 0 0 .65rem; }
.kjv-stats-page h3 { font-size: 1.12rem; margin: 1.35rem 0 .55rem; }
.kjv-stats-page p,
.kjv-stats-page li { line-height: 1.62; }
.kjv-stats-lead { color: #425866; font-size: 1.08rem; margin: 0; max-width: 64rem; }
.kjv-stats-answer { font-size: 1.04rem; margin-bottom: .8rem; max-width: 68rem; }
.kjv-stats-toc {
  background: #f8fafc;
  border: 1px solid var(--kjv-stats-border);
  border-radius: .7rem;
  margin: 1.25rem 0 2rem;
  padding: 1rem 1.15rem;
}
.kjv-stats-toc strong { display: block; margin-bottom: .55rem; }
.kjv-stats-toc-links { display: flex; flex-wrap: wrap; gap: .45rem .65rem; }
.kjv-stats-toc a {
  background: #fff;
  border: 1px solid #cbdce7;
  border-radius: 999px;
  color: #086fb0;
  font-size: .88rem;
  padding: .35rem .72rem;
  text-decoration: none;
}
.kjv-stats-toc a:hover,
.kjv-stats-toc a:focus-visible { background: #eaf6fd; border-color: #75b9df; }
.kjv-stats-section {
  border-top: 1px solid var(--kjv-stats-border);
  margin-top: 2.25rem;
  padding-top: 2rem;
  scroll-margin-top: 6rem;
}
.kjv-stats-summary-grid {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 1.25rem 0 1.75rem;
}
.kjv-stats-summary-card {
  background: #fff;
  border: 1px solid var(--kjv-stats-border);
  border-top: 3px solid var(--kjv-stats-blue);
  border-radius: .65rem;
  box-shadow: 0 .25rem .8rem rgba(14, 41, 54, .06);
  min-width: 0;
  padding: .85rem .7rem;
  text-align: center;
}
.kjv-stats-summary-card span { color: var(--kjv-stats-muted); display: block; font-size: .78rem; }
.kjv-stats-summary-card strong { display: block; font-size: clamp(1.15rem, 2.2vw, 1.55rem); margin-top: .2rem; }
.kjv-stats-fact-grid {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1rem;
}
.kjv-stats-fact {
  background: #f4f9fc;
  border: 1px solid #dce8ef;
  border-radius: .55rem;
  padding: .85rem;
}
.kjv-stats-fact strong { color: #087abf; display: block; font-size: 1.3rem; }
.kjv-stats-fact span { color: #526875; font-size: .85rem; }
.kjv-stats-two-col { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kjv-stats-table-wrap {
  border: 1px solid var(--kjv-stats-border);
  border-radius: .6rem;
  overflow-x: auto;
}
.kjv-stats-table { margin-bottom: 0; min-width: 31rem; }
.kjv-stats-table caption { color: var(--kjv-stats-muted); font-size: .8rem; padding: .65rem .75rem; }
.kjv-stats-table thead th { background: #0e2936; color: #fff; white-space: nowrap; }
.kjv-stats-table tbody th { font-weight: 650; }
.kjv-stats-table td:not(:nth-child(2)),
.kjv-stats-table thead th:not(:nth-child(2)) { font-variant-numeric: tabular-nums; }
.kjv-stats-ranked-list {
  background: #fff;
  border: 1px solid var(--kjv-stats-border);
  border-radius: .6rem;
  list-style-position: inside;
  margin: 0;
  padding: .35rem 1rem;
}
.kjv-stats-ranked-list li {
  border-bottom: 1px solid #e6edf2;
  display: list-item;
  padding: .48rem .15rem;
}
.kjv-stats-ranked-list li:last-child { border-bottom: 0; }
.kjv-stats-ranked-list li::marker { color: #7190a3; font-weight: 700; }
.kjv-stats-ranked-list li > span:last-child,
.kjv-stats-ranked-list li > strong:last-child { color: var(--kjv-stats-muted); float: right; font-size: .88rem; font-weight: 600; margin-left: 1rem; }
.kjv-stats-ranked-list.is-compact li > span:first-child { word-break: break-word; }
.kjv-stats-note {
  align-items: flex-start;
  background: #eef8ff;
  border: 1px solid #c5e4f8;
  border-left: 4px solid var(--kjv-stats-blue);
  border-radius: .55rem;
  display: flex;
  gap: .75rem;
  margin: 1.25rem 0 0;
  padding: .9rem 1rem;
}
.kjv-stats-note i { color: var(--kjv-stats-blue); margin-top: .27rem; }
.kjv-stats-note p { margin: 0; }
.kjv-stats-panel {
  background: #f8fafc;
  border: 1px solid var(--kjv-stats-border);
  border-radius: .65rem;
  padding: 1rem;
}
.kjv-stats-panel h3 { margin-top: 0; }
.kjv-stats-word-grid { display: grid; gap: .5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kjv-stats-word-grid span { background: #fff; border: 1px solid #e0e8ee; border-radius: .45rem; padding: .48rem .6rem; }
.kjv-stats-method-list { columns: 2; gap: 2rem; padding-left: 1.2rem; }
.kjv-stats-method-list li { break-inside: avoid; margin-bottom: .4rem; }
@media (max-width: 991.98px) {
  .kjv-stats-summary-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kjv-stats-fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
  .kjv-stats-page { padding-top: var(--kjv-page-top-gap-mobile); }
  .kjv-stats-two-col { grid-template-columns: 1fr; }
  .kjv-stats-method-list { columns: 1; }
}
@media (max-width: 479.98px) {
  .kjv-stats-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kjv-stats-fact-grid,
  .kjv-stats-word-grid { grid-template-columns: 1fr; }
  .kjv-stats-ranked-list li > span:last-child,
  .kjv-stats-ranked-list li > strong:last-child { display: block; float: none; margin-left: 1.35rem; }
}
@media print {
  .kjv-stats-page { max-width: none; padding: 0; }
  .kjv-stats-toc { display: none; }
  .kjv-stats-section { break-inside: avoid; }
  .kjv-stats-table thead th { background: #eee !important; color: #000 !important; }
}

/* KJV Audio Bible resources directory */
.kjv-resources-page {
  --kjv-resources-blue: #078ee5;
  --kjv-resources-blue-dark: #086da9;
  --kjv-resources-ink: #102636;
  --kjv-resources-muted: #5c6d78;
  --kjv-resources-border: #d7e3eb;
  color: var(--kjv-resources-ink);
  margin: 0;
  max-width: none;
  padding: var(--kjv-page-top-gap) 0 3rem;
  width: 100%;
}

.kjv-resources-page * {
  box-sizing: border-box;
}

.kjv-resources-hero {
  background: linear-gradient(135deg, #edf8ff 0%, #fff 76%);
  border: 1px solid var(--kjv-resources-border);
  border-radius: .8rem;
  margin-bottom: 2rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.kjv-resources-eyebrow {
  color: var(--kjv-resources-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.kjv-resources-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
  margin: 0 0 .7rem;
}

.kjv-resources-hero p {
  color: #425967;
  font-size: 1.06rem;
  line-height: 1.65;
  margin: 0;
  max-width: 68rem;
}

.kjv-resources-section-title {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  margin: 0 0 .9rem;
}

.kjv-resources-guides {
  margin-top: 2rem;
}

.kjv-resources-grid {
  display: grid;
  gap: 1rem;
}

.kjv-resources-grid-primary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kjv-resources-grid-secondary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kjv-resource-card {
  background: #fff;
  border: 1px solid var(--kjv-resources-border);
  border-top: 3px solid var(--kjv-resources-blue);
  border-radius: .7rem;
  box-shadow: 0 .25rem .9rem rgba(16, 38, 54, .06);
  color: var(--kjv-resources-ink);
  display: flex;
  gap: .85rem;
  min-height: 100%;
  padding: 1.15rem;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.kjv-resource-card:hover,
.kjv-resource-card:focus-visible {
  border-color: #8bc9ee;
  box-shadow: 0 .55rem 1.3rem rgba(16, 38, 54, .11);
  color: var(--kjv-resources-ink);
  outline: 0;
  text-decoration: none;
  transform: translateY(-2px);
}

.kjv-resource-card-salvation {
  background: linear-gradient(145deg, #f5fbff 0%, #fff 72%);
}

.kjv-resource-icon {
  align-items: center;
  background: #eaf7ff;
  border: 1px solid #c5e7fa;
  border-radius: .6rem;
  color: var(--kjv-resources-blue);
  display: flex;
  flex: 0 0 2.65rem;
  font-size: 1.1rem;
  height: 2.65rem;
  justify-content: center;
}

.kjv-resource-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.kjv-resource-content > strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.3;
  margin: .08rem 0 .45rem;
}

.kjv-resource-content > span:not(.kjv-resource-action) {
  color: var(--kjv-resources-muted);
  font-size: .91rem;
  line-height: 1.55;
}

.kjv-resource-action {
  color: var(--kjv-resources-blue-dark);
  font-size: .86rem;
  font-weight: 700;
  margin-top: auto;
  padding-top: .9rem;
}

.kjv-resource-action i {
  font-size: .74rem;
  margin-left: .18rem;
  transition: transform .18s ease;
}

.kjv-resource-card:hover .kjv-resource-action i,
.kjv-resource-card:focus-visible .kjv-resource-action i {
  transform: translateX(3px);
}

.kjv-resources-more {
  align-items: center;
  background: #f6f9fb;
  border: 1px solid var(--kjv-resources-border);
  border-radius: .7rem;
  display: flex;
  gap: 1rem 1.5rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1rem 1.15rem;
}

.kjv-resources-more-label {
  font-size: .9rem;
  font-weight: 700;
}

.kjv-resources-more-links {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.15rem;
}

.kjv-resources-more-links a {
  color: var(--kjv-resources-blue-dark);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.kjv-resources-more-links a:hover,
.kjv-resources-more-links a:focus-visible {
  text-decoration: underline;
}

.kjv-resources-more-links i {
  color: var(--kjv-resources-blue);
  margin-right: .3rem;
}

@media (max-width: 1199.98px) {
  .kjv-resources-grid-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .kjv-resources-grid-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .kjv-resources-page {
    padding-top: var(--kjv-page-top-gap-mobile);
  }

  .kjv-resources-more {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .kjv-resources-grid-primary,
  .kjv-resources-grid-secondary {
    grid-template-columns: 1fr;
  }

  .kjv-resource-card {
    padding: 1rem;
  }

  .kjv-resources-more-links {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kjv-resource-card,
  .kjv-resource-action i {
    transition: none;
  }
}
