/* 바이블 — 목차 화면
   칼럼 목록과 구분되어야 하므로 위계를 타이포와 여백으로만 만든다.
   (색 줄·그라데이션 상자 쓰지 않음) */

.bible-wrap {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 0 60px;
}

.bible-head {
    padding: 26px 16px 20px;
    border-bottom: 1px solid var(--wiki-border, #e6e9f0);
}
.bible-eyebrow {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .12em;
    color: var(--cfl-primary, #406CB4);
}
.bible-head h1 {
    margin: 7px 0 0;
    font-size: 26px;
    letter-spacing: -.03em;
    line-height: 1.25;
}
.bible-lead {
    margin: 6px 0 0;
    font-size: 13.5px;
    color: #6b7686;
    line-height: 1.55;
}
.bible-meta {
    margin-top: 10px;
    font-size: 12px;
    color: #9aa3b2;
}
.bible-meta b {
    color: #303845;
    font-variant-numeric: tabular-nums;
}

/* 우리 아이 */
.bible-mycat {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 14px 16px 0;
    padding: 12px 14px;
    border: 1px solid var(--wiki-border, #e6e9f0);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    background: #fff;
}
.bible-mycat .av {
    width: 36px; height: 36px; border-radius: 50%; flex: none;
    background: #eef1f6 center/cover no-repeat;
}
.bible-mycat .txt { flex: 1; min-width: 0; }
.bible-mycat .nm { display: block; font-size: 13.5px; font-weight: 700; }
.bible-mycat .st { display: block; font-size: 11.5px; color: #6b7686; margin-top: 1px; }
.bible-mycat .st b { color: #96690a; font-variant-numeric: tabular-nums; }
.bible-mycat .go { font-size: 12px; font-weight: 700; color: var(--cfl-primary, #406CB4); flex: none; }

/* 도구 */
.bible-tools { display: flex; gap: 8px; margin: 10px 16px 4px; }
.bible-tool {
    flex: 1;
    display: flex; align-items: center; gap: 7px;
    padding: 10px 12px; min-height: 44px;
    border: 1px solid var(--wiki-border, #e6e9f0);
    border-radius: 11px;
    font-size: 12.5px; font-weight: 600;
    color: #3e4757; text-decoration: none; background: #fff;
}
.bible-tool .ic {
    width: 6px; height: 6px; border-radius: 2px; flex: none;
    background: var(--cfl-primary, #406CB4);
}

/* 부 */
.bible-part {
    font-size: 11px; font-weight: 800; letter-spacing: .1em;
    color: var(--cfl-primary, #406CB4);
    padding: 22px 16px 8px;
}

/* 장 */
.bible-chap { border-bottom: 1px solid #eff1f6; }
.bible-chap summary {
    display: flex; align-items: baseline; gap: 13px;
    padding: 14px 16px; min-height: 44px;
    cursor: pointer; list-style: none;
}
.bible-chap summary::-webkit-details-marker { display: none; }
.bible-chap summary .no {
    font-size: 12px; font-weight: 800; color: #9aa3b2;
    font-variant-numeric: tabular-nums; width: 17px; flex: none;
}
.bible-chap summary .tx { flex: 1; min-width: 0; }
.bible-chap summary .tl { display: block; font-size: 14.5px; font-weight: 600; letter-spacing: -.01em; }
.bible-chap summary .dl { display: block; font-size: 11.5px; color: #9aa3b2; margin-top: 2px; line-height: 1.45; }
.bible-chap summary .rt { display: flex; align-items: center; gap: 6px; flex: none; }
.bible-chap summary .cnt {
    font-size: 11.5px; color: #9aa3b2; font-variant-numeric: tabular-nums;
}
.bible-chap summary .soon { font-size: 11px; color: #b6bdc9; }
.bible-chap summary .lock {
    font-size: 10px; font-weight: 800; color: var(--cfl-primary, #406CB4);
    letter-spacing: .02em;
}
.bible-chap summary .chev {
    width: 7px; height: 7px; flex: none; margin-left: 2px;
    border-right: 1.6px solid #b6bdc9; border-bottom: 1.6px solid #b6bdc9;
    transform: rotate(45deg); transition: transform .15s ease;
}
.bible-chap[open] summary .chev { transform: rotate(-135deg); }
.bible-chap[open] summary { background: #fafbfd; }
.bible-chap[data-empty="1"] summary .tl { color: #7b8494; }

.bible-docs { padding: 2px 16px 14px 46px; background: #fafbfd; }
.bible-doc {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 0; min-height: 44px;
    font-size: 13.5px; color: #303845; text-decoration: none;
    border-bottom: 1px solid #f0f2f7;
}
.bible-doc:last-of-type { border-bottom: 0; }
.bible-doc .dt { flex: 1; line-height: 1.45; }
.bible-doc .plus {
    font-size: 10px; font-weight: 800; color: var(--cfl-primary, #406CB4); flex: none;
}
.bible-soon { margin: 8px 0; font-size: 12.5px; color: #9aa3b2; }
.bible-note {
    margin: 10px 0 0; padding-top: 9px; border-top: 1px dashed #e2e6ee;
    font-size: 11.5px; color: #9aa3b2; line-height: 1.55;
}

.bible-foot {
    margin: 30px 16px 0; padding-top: 18px;
    border-top: 1px solid #eff1f6;
    font-size: 11.5px; color: #9aa3b2; line-height: 1.7;
}

/* PC */
@media (min-width: 992px) {
    .bible-wrap { padding-top: 10px; }
    .bible-head { padding-left: 0; padding-right: 0; }
    .bible-head h1 { font-size: 32px; }
    .bible-mycat, .bible-tools { margin-left: 0; margin-right: 0; }
    .bible-part { padding-left: 0; padding-right: 0; }
    .bible-chap summary { padding-left: 0; padding-right: 0; }
    .bible-docs { padding-left: 30px; padding-right: 0; background: transparent; }
    .bible-foot { margin-left: 0; margin-right: 0; }
}
