/* ============================================================
   Clash客户端官网 · faq.html 页面专属样式
   仅补充锚点定位偏移与本页细节,组件样式全部沿用 base/components。
   ============================================================ */

/* 分类锚点:抵消 sticky 页头高度,跳转后标题不被遮住 */
#basic,
#install,
#usage,
#debug{
  scroll-margin-top:calc(var(--mast-h) + 20px);
}

/* 分区标题与首条问答之间收紧一点节奏 */
#basic .sec-head,
#install .sec-head,
#usage .sec-head,
#debug .sec-head{
  margin-bottom:26px;
}