/* ============================================================
   clashservice.com · Clash下载中文网
   glossary.css —— 名词解释页(terms.html)专属样式
   ============================================================ */

/* 页顶介绍段 */
.gl-hero{
  padding-bottom:36px;
}
.gl-hero h1{
  margin-top:6px;
}
.gl-sub{
  max-width:840px;
  margin-top:14px;
  font-size:15.5px;
  line-height:1.85;
  color:var(--ink-soft);
}
.gl-sub a{
  color:var(--stamp-deep);
  border-bottom:2px solid var(--stamp);
}
.gl-hero .toc-tabs{
  margin-top:24px;
}

/* 分类货位块 */
.gl-body{
  padding-top:12px;
}
.gl-block{
  margin-bottom:56px;
}
.gl-block:last-of-type{
  margin-bottom:0;
}

/* 锚点跳转留出页头高度 */
.gl-block,
.term-slip{
  scroll-margin-top:calc(var(--head-h) + 20px);
}

/* 术语卡内的站内链接 */
.term-desc a{
  color:var(--stamp-deep);
  border-bottom:2px solid var(--stamp);
}

/* 收尾查阅路线面板 */
.gl-next{
  margin-top:48px;
}
.gl-next-body p{
  font-size:14.5px;
  line-height:1.9;
  color:var(--ink-soft);
}
.gl-next-body a{
  color:var(--stamp-deep);
  border-bottom:2px solid var(--stamp);
  font-weight:700;
}

@media (max-width:560px){
  .gl-block{
    margin-bottom:44px;
  }
}