
/* Nations For Christ KJV Bible — WordPress-safe scoped styles */
.nfc-kjv-wrap{
  --nfc-ink:#202020;
  --nfc-muted:#6b6b6b;
  --nfc-paper:#fffdf8;
  --nfc-line:#ddd6c8;
  --nfc-accent:#7a1f1f;
  --nfc-accent2:#a33b2e;
  --nfc-panel:#f3eee5;
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  background:var(--nfc-paper);
  color:var(--nfc-ink);
  font-family:Georgia,'Times New Roman',serif;
  font-size:16px;
  line-height:1.5;
  box-sizing:border-box;
}
.nfc-kjv-wrap *,
.nfc-kjv-wrap *::before,
.nfc-kjv-wrap *::after{box-sizing:border-box}
.nfc-kjv-wrap h1,
.nfc-kjv-wrap h2,
.nfc-kjv-wrap h3,
.nfc-kjv-wrap p{margin-top:0}

.nfc-kjv-wrap .nfc-kjv-header{
  background:#27231f;
  color:#fff;
  padding:18px 24px;
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:space-between;
  position:relative;
  z-index:2;
  width:100%;
}
.nfc-kjv-wrap .brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:240px;
  flex:0 0 auto;
}
.nfc-kjv-wrap .mark{
  width:46px;
  height:46px;
  min-width:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--nfc-accent);
  font:bold 13px/1 Arial,sans-serif;
}
.nfc-kjv-wrap .brand h1{
  font-size:20px;
  line-height:1.2;
  margin:0;
  padding:0;
  color:#fff;
  font-family:Georgia,'Times New Roman',serif;
}
.nfc-kjv-wrap .sub{
  font:13px/1.3 Arial,sans-serif;
  color:#ddd;
  margin-top:3px;
}
.nfc-kjv-wrap .search{
  display:flex;
  flex:1 1 auto;
  width:auto;
  max-width:760px;
  min-width:0;
  margin:0;
  padding:0;
}
.nfc-kjv-wrap .search input{
  flex:1 1 auto;
  min-width:0;
  width:auto;
  height:44px;
  margin:0;
  padding:12px 14px;
  border:0;
  border-radius:6px 0 0 6px;
  background:#fff;
  color:#202020;
  font:16px/1.2 Arial,sans-serif;
  box-shadow:none;
  outline:none;
}
.nfc-kjv-wrap .search input::placeholder{color:#71809a;opacity:1}
.nfc-kjv-wrap .search button{
  flex:0 0 auto;
  width:auto;
  min-width:86px;
  height:44px;
  margin:0;
  padding:0 18px;
  border:0;
  border-radius:0 6px 6px 0;
  background:var(--nfc-accent2);
  color:#fff;
  font:bold 14px/1 Arial,sans-serif;
  text-align:center;
  white-space:nowrap;
  writing-mode:horizontal-tb;
  text-orientation:mixed;
  box-shadow:none;
  cursor:pointer;
}

.nfc-kjv-wrap .nfc-kjv-main{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  width:100%;
  max-width:1400px;
  margin:0 auto;
  min-height:650px;
  background:var(--nfc-paper);
}
.nfc-kjv-wrap .nfc-kjv-sidebar{
  border-right:1px solid var(--nfc-line);
  padding:22px 16px;
  background:#faf7f0;
  height:650px;
  overflow:auto;
}
.nfc-kjv-wrap .nfc-kjv-sidebar h2{
  margin:0 0 12px;
  padding:0;
  font-size:18px;
  line-height:1.25;
  color:var(--nfc-ink);
}
.nfc-kjv-wrap .selects{display:grid;gap:8px;margin-bottom:16px}
.nfc-kjv-wrap .selects select{
  display:block;
  width:100%;
  height:auto;
  min-height:40px;
  margin:0;
  padding:9px;
  border:1px solid var(--nfc-line);
  border-radius:5px;
  background:#fff;
  color:#202020;
  font:16px/1.2 Arial,sans-serif;
  box-shadow:none;
}
.nfc-kjv-wrap .book-btn{
  display:block;
  width:100%;
  min-height:34px;
  margin:0;
  padding:6px 8px;
  border:0;
  border-radius:4px;
  background:transparent;
  color:var(--nfc-ink);
  font:15px/1.35 Georgia,'Times New Roman',serif;
  text-align:left;
  text-transform:none;
  letter-spacing:normal;
  white-space:normal;
  cursor:pointer;
  box-shadow:none;
}
.nfc-kjv-wrap .book-btn:hover,
.nfc-kjv-wrap .book-btn.active{background:#e9dfd0;color:var(--nfc-accent)}
.nfc-kjv-wrap .testament{
  margin:16px 8px 6px;
  color:var(--nfc-muted);
  font:bold 11px/1.2 Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.nfc-kjv-wrap .nfc-kjv-content{
  min-width:0;
  padding:34px 6%;
  background:var(--nfc-paper);
}
.nfc-kjv-wrap .card{
  background:var(--nfc-panel);
  border:1px solid var(--nfc-line);
  border-radius:8px;
  padding:22px;
  margin:0 0 24px;
}
.nfc-kjv-wrap .eyebrow{
  font:bold 11px/1.2 Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--nfc-accent);
}
.nfc-kjv-wrap .intro h2{margin:5px 0 3px;padding:0;font-size:32px;line-height:1.2;color:var(--nfc-ink)}
.nfc-kjv-wrap .intro .subtitle{color:var(--nfc-muted);font-style:italic}
.nfc-kjv-wrap .intro p{line-height:1.65;font-size:17px;margin:12px 0}
.nfc-kjv-wrap .full-intro-link{color:var(--nfc-accent);font:600 15px/1.4 Arial,sans-serif;text-decoration:none}
.nfc-kjv-wrap .full-intro-link:hover{text-decoration:underline}
.nfc-kjv-wrap .reader h2{font-size:28px;line-height:1.25;border-bottom:1px solid var(--nfc-line);padding-bottom:10px;margin:0 0 10px;color:var(--nfc-ink)}
.nfc-kjv-wrap .verse{padding:7px 0;line-height:1.72;font-size:18px;color:var(--nfc-ink)}
.nfc-kjv-wrap .vnum{font:bold 12px/1 Arial,sans-serif;color:var(--nfc-accent);vertical-align:super;margin-right:6px}
.nfc-kjv-wrap .hit{background:#f1d86e;padding:0 2px}
.nfc-kjv-wrap .result{border-bottom:1px solid var(--nfc-line);padding:14px 0}
.nfc-kjv-wrap .result:last-child{border-bottom:0}
.nfc-kjv-wrap .result a{font-weight:bold;color:var(--nfc-accent);text-decoration:none}
.nfc-kjv-wrap .result p{margin:5px 0;line-height:1.5}
.nfc-kjv-wrap .muted{color:var(--nfc-muted);font:14px/1.4 Arial,sans-serif}
.nfc-kjv-wrap .empty{padding:30px 0;color:var(--nfc-muted);font:16px/1.5 Georgia,'Times New Roman',serif}
.nfc-kjv-wrap .intro-meta{display:grid;gap:8px;margin:18px 0;padding:14px 16px;border-left:3px solid var(--nfc-accent);background:rgba(127,127,127,.08)}
.nfc-kjv-wrap .intro h3{margin:22px 0 8px;font-size:1.05rem}
.nfc-kjv-wrap .intro ol{margin:8px 0 0 24px;padding:0}.nfc-kjv-wrap .intro li{margin:7px 0;padding-left:3px}
.nfc-kjv-wrap .full-intro-reader{max-width:1100px;margin:0 auto}
.nfc-kjv-wrap .full-intro-reader .back-link{display:inline-block;margin-bottom:16px;color:var(--nfc-accent);font:600 15px/1.4 Arial,sans-serif;text-decoration:none}
.nfc-kjv-wrap .full-intro-reader .card{margin-bottom:24px}

.nfc-kjv-wrap .nfc-kjv-footer{
  border-top:1px solid var(--nfc-line);
  padding:16px 24px;
  background:var(--nfc-paper);
  text-align:center;
  color:var(--nfc-muted);
  font:12px/1.4 Arial,sans-serif;
}

@media(max-width:900px){
  .nfc-kjv-wrap .nfc-kjv-header{display:block;padding:18px}
  .nfc-kjv-wrap .brand{margin-bottom:14px}
  .nfc-kjv-wrap .search{max-width:none;width:100%}
  .nfc-kjv-wrap .nfc-kjv-main{grid-template-columns:240px minmax(0,1fr)}
  .nfc-kjv-wrap .nfc-kjv-sidebar{height:auto;max-height:420px}
  .nfc-kjv-wrap .nfc-kjv-content{padding:22px 18px}
}
@media(max-width:700px){
  .nfc-kjv-wrap .nfc-kjv-main{display:block}
  .nfc-kjv-wrap .nfc-kjv-sidebar{border-right:0;border-bottom:1px solid var(--nfc-line);max-height:none}
  .nfc-kjv-wrap #bookList{display:none}
  .nfc-kjv-wrap .intro h2{font-size:27px}
  .nfc-kjv-wrap .search button{min-width:76px;padding:0 12px}
}
