/*
 * 页面专属样式：legal
 *
 * 由交付包样板的 <style> 提取，共用部分已经上移到 components.css。
 */

a {
	color:var(--ink);
	text-decoration:underline;
}
.brand span {
	font-family:'Fraunces',serif;
	font-size:19px;
	font-weight:600;
	text-decoration:none;
}
#nys-main .page {
	max-width:720px;
	margin:0 auto;
	padding:52px 28px 100px;
}
.page h1 {
	font-size:28px;
	margin-bottom:10px;
}
.meta {
	font-size:12.5px;
	color:var(--ink-soft);
	margin-bottom:40px;
	padding-bottom:24px;
	border-bottom:1px solid var(--border);
}
.toc {
	background:var(--bg-soft);
	border-radius:12px;
	padding:18px 22px;
	margin-bottom:40px;
}
.toc-title {
	font-size:12px;
	color:var(--ink-soft);
	text-transform:uppercase;
	letter-spacing:.05em;
	margin-bottom:10px;
	font-weight:600;
}
.toc ol {
	margin:0;
	padding-left:18px;
	font-size:13px;
	line-height:2;
}
.toc a {
	text-decoration:none;
	color:var(--ink);
}
.toc a:hover { text-decoration:underline; }
section { margin-bottom:36px; }
section h2 {
	font-size:17px;
	margin-bottom:12px;
	scroll-margin-top:24px;
}
section p, section li {
	font-size:13.8px;
	line-height:1.85;
	color:#3F3F45;
}
section ul {
	padding-left:20px;
	margin:10px 0;
}
section li { margin-bottom:6px; }
table {
	width:100%;
	border-collapse:collapse;
	margin:14px 0;
	border:1px solid var(--border);
	border-radius:10px;
	overflow:hidden;
}
th, td {
	text-align:left;
	padding:10px 14px;
	font-size:13px;
	border-bottom:1px solid var(--border);
}
th {
	background:var(--bg-soft);
	color:var(--ink-soft);
	font-weight:600;
	font-size:11.5px;
	text-transform:uppercase;
	letter-spacing:.04em;
}
tr:last-child td { border-bottom:none; }

/* 另有 8 条顶栏 / 页脚 / 语言切换器规则已摘除 —— 
   站点外壳由 header.php + footer.php + theme.css 统一负责，
   页面各留一份会覆盖掉规范版本。 */
