/* ========================================================= */
/* HELP CENTER — SIDEBAR & NAVIGATION OVERRIDES              */
/* ========================================================= */

/* Tiêu đề chính của trang Help Center */
.lectio .materies > .index {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* Chevron icon trong sidebar */
.lectio .chevron {
    float: right;
    margin-top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    transition: transform 0.2s;
}

/* Chevron xoay khi section được mở */
.lectio .chevron.is-open {
    transform: rotate(90deg);
}

/* Nhóm bài viết trong sidebar — ẩn mặc định */
.lectio .nav-articles-group {
    display: none;
    flex-direction: column;
}

/* Nhóm bài viết khi được mở ra */
.lectio .nav-articles-group.is-open {
    display: flex;
}

/* Nhóm section trong sidebar — ẩn mặc định */
.lectio .nav-sections-group {
    display: none;
    flex-direction: column;
}

/* Nhóm section khi được mở ra */
.lectio .nav-sections-group.is-open {
    display: flex;
}

/* Trạng thái đang active của Mục lục (Level 1, 2, 3) (ScrollSpy) */
.lectio .category-toggle.is-active,
.lectio .section-toggle.is-active,
.lectio .nav-article.is-active {
    color: var(--J-accent, #3b82f6);
}
