/* ==========================================================================
   Clash官网 · faq.css(help.html 专属)
   仅补充锚点滚动定位与本页节奏微调,组件样式一律复用 components.css
   ========================================================================== */

/* 分类锚点跳转:预留 sticky 页头高度,避免标题被遮挡 */
.faq-sec {
  scroll-margin-top: calc(var(--hdr-h) + 18px);
}

/* 页首导语区:收紧底部,让 toc 与首个分类衔接更紧凑 */
.faq-lede {
  padding-bottom: 28px;
}

.faq-lede .toc-rail {
  margin-bottom: 0;
}

/* 末尾指引 callout 与最后一组问答之间留出呼吸间距 */
.faq-more {
  margin-top: 28px;
}