/* Per-chapter contents: inline "In this chapter" box + collapsed sidebar.
   Injected by search_indexer.py. Pairs with chaptertoc.js. */

/* ---- Inline "In this chapter" box ---- */
nav.chaptertoc {
    margin: 1.2em 0 1.6em 0;
    padding: 0.8em 1.1em 0.9em 1.1em;
    border: 1px solid #c7cddb;
    border-left: 4px solid #304070;
    border-radius: 4px;
    background: #f6f8fb;
    font-size: 0.92em;
    line-height: 1.45;
}

nav.chaptertoc .chaptertoc-title {
    margin: 0 0 0.4em 0;
    font-weight: bold;
    color: #304070;
    font-size: 0.95em;
    letter-spacing: 0.02em;
}

nav.chaptertoc ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.chaptertoc ol ol {
    margin: 0.1em 0 0.3em 1.4em;
    font-size: 0.95em;
}

nav.chaptertoc li {
    margin: 0.12em 0;
}

nav.chaptertoc a {
    color: #243; /* fallback */
    color: var(--link-color, #2a3f5f);
    text-decoration: none;
}

nav.chaptertoc a:hover {
    text-decoration: underline;
}

/* ---- Collapsed sidebar (show only current chapter's sections) ---- */
nav.sidetoc p.sidetoc-hidden {
    display: none;
}

nav.sidetoc p.sidetoc-current-chapter a {
    font-weight: bold;
}
