/* ==========================================================================
   SEDLEX AI — Table of Contents (front-end)
   ========================================================================== */

.sedlex-toc {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-left: 4px solid #d35400;
    border-radius: 4px;
    padding: 18px 26px 18px 22px;
    margin: 24px 0 28px;
    max-width: 520px;
    box-sizing: border-box;
}

.sedlex-toc-title {
    text-align: center;
    color: #d35400;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
}

.sedlex-toc-list,
.sedlex-toc-list ol {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sedlex-toc-list .sedlex-toc-list {
    padding-left: 22px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.sedlex-toc-item {
    margin: 2px 0;
    line-height: 1.45;
}

.sedlex-toc-item a {
    color: #2271b1;
    text-decoration: none;
    display: inline-block;
}

.sedlex-toc-item a:hover {
    text-decoration: underline;
}

.sedlex-toc-num {
    font-weight: 600;
    margin-right: 4px;
    color: #2271b1;
}

.sedlex-toc-item-l2 > a { font-size: 1rem;    font-weight: 500; }
.sedlex-toc-item-l3 > a { font-size: 0.95rem; }
.sedlex-toc-item-l4 > a { font-size: 0.9rem;  color: #51606f; }

.sedlex-toc-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Smooth scroll anchor offset so the heading isn't hidden under sticky bars. */
:target {
    scroll-margin-top: 80px;
}
