/**
 * 文章目录组件样式
 *
 * 基于 AeroCore 主题内置目录小工具样式
 * 复用主题 .aerocore-toc 样式，不覆盖主题原有类
 */

/* ============================================================
   外层容器 - 使用 wifilu-com 前缀
   ============================================================ */

.wifilu-com-widget-wrapper {
    margin-bottom: 16px;
    padding: 16px 20px;
    background: var(--bg-card);
    border-radius: var(--border-radius);
}

.wifilu-com-widget-wrapper:last-child {
    margin-bottom: 0;
}

/* 跟随滚动修饰类 */
.wifilu-com-widget-wrapper--sticky {
    position: sticky;
    top: 76px;
    z-index: 10;
}

/* ============================================================
   文章目录组件特定样式 - 使用 wifilu-com 前缀
   ============================================================ */

/* 组件容器 */
.wifilu-com-table-of-contents {
    display: block;
}

/* 组件标题 */
.wifilu-com-table-of-contents .wifilu-com-toc-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 8px;
}
