/* =============================================================
   零度星锋 · PC 装机助手 — 法律条款页样式（privacy / terms）
   说明：依赖 base.css 的变量与布局；正文区为窄栏阅读排版。
   ============================================================= */

/* 顶栏品牌 Logo（法律页无左侧目录） */
.topbar-inner{justify-content:space-between}
.topbar .brand{display:flex;align-items:center;font-weight:700;color:var(--blue-deep)}
.topbar .brand img{display:block;height:26px;width:auto;border-radius:4px}
.topbar nav{display:flex;gap:4px}

/* 正文窄栏（更利于长文阅读） */
.content{flex:1;padding:36px 32px 60px;max-width:860px;margin:0 auto;width:100%}
.page-title{margin-bottom:8px}
.page-updated{color:var(--text-3);font-size:.8rem;margin-bottom:28px}

/* 正文排版：H2 章节标题 + 段落/列表 */
.prose h2{font-size:1.05rem;font-weight:700;color:var(--blue-deep);margin:26px 0 8px;padding-left:10px;border-left:4px solid var(--blue)}
.prose p{color:var(--text-2);font-size:.92rem;margin-bottom:10px}
.prose ul{padding-left:22px;color:var(--text-2);font-size:.92rem;margin-bottom:10px}
.prose ul li{margin-bottom:4px}

/* ---------- 响应式适配 ---------- */
@media(max-width:640px){.content{padding:24px 18px 48px}}
