/* ============================================================
   clash-verge.us — faq.css(questions.html 专属)
   仅补锚点跳转的吸顶偏移与本页两处小间距,组件样式全部复用
   ============================================================ */

/* 分类区块:锚点跳转时避开吸顶页头 */
.faq-sec {
  scroll-margin-top: calc(var(--mast-h) + 20px);
}

/* 页顶提示行:toc 与正文之间的过渡说明 */
.faq-note {
  font-size: .9rem;
  color: var(--ink-soft);
  max-width: 46em;
  margin: 0;
}

/* 页尾引导面板:标题下压黄块与面板内距微调 */
.faq-next h2 {
  width: fit-content;
  box-shadow: inset 0 -0.3em 0 0 var(--flare);
  margin-top: .4em;
}

.faq-next p {
  max-width: 60em;
}

.faq-next .dl-acts {
  margin-top: 18px;
}