/* ===== 涉外婚姻法典 — Content Typography ===== */
/* 文件位置：public/static/shewai/css/content.css */
/* 用途：文章/内容页排版规范，全站统一 */

/* ---- 文章容器 ---- */
.article-body{max-width:900px;margin:0 auto;line-height:1.8;color:#374151}
.article-body a{color:#1e40af;text-decoration:underline}
.article-body a:hover{color:#1e3a8a}

/* ---- 字段组 ---- */
.field-group{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}
.field-group:last-child{border-bottom:none}

/* ---- 字段标签 ---- */
.field-label{font-size:0.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.5rem;display:inline-block;background:#f3f4f6;padding:0.25rem 0.75rem;border-radius:4px}

/* ---- 字段值（单行/多行文本） ---- */
.field-value{font-size:0.95rem;color:#1f2937;line-height:1.7;margin-bottom:0.5rem;white-space:pre-wrap;word-break:break-word}

/* ---- 富文本编辑器内容 ---- */
.field-editor{font-size:0.95rem;color:#1f2937;line-height:1.9}
.field-editor h2{font-size:1.25rem;font-weight:700;color:#111827;margin:1.5rem 0 0.75rem;padding-bottom:0.5rem;border-bottom:2px solid #e5e7eb}
.field-editor h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin:1.25rem 0 0.5rem}
.field-editor h4{font-size:1rem;font-weight:600;color:#374151;margin:1rem 0 0.5rem}
.field-editor p{margin-bottom:0.75rem}
.field-editor ul,.field-editor ol{padding-left:1.5rem;margin-bottom:0.75rem}
.field-editor li{margin-bottom:0.25rem}
.field-editor table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:0.85rem}
.field-editor table th,.field-editor table td{border:1px solid #d1d5db;padding:0.6rem 0.8rem;text-align:left}
.field-editor table th{background:#f3f4f6;font-weight:600;color:#374151}
.field-editor table tr:nth-child(even){background:#f9fafb}
.field-editor blockquote{border-left:4px solid #3b82f6;padding:0.5rem 1rem;margin:1rem 0;background:#eff6ff;border-radius:0 8px 8px 0;color:#1e40af;font-style:italic}
.field-editor img{max-width:100%;height:auto;border-radius:8px;margin:0.75rem 0}
.field-editor strong{font-weight:600;color:#111827}
.field-editor code{background:#f1f5f9;padding:0.15em 0.4em;border-radius:3px;font-size:0.9em;color:#e11d48}

/* ---- 内容详情页新排版 ---- */
.content-prose{font-size:15px;line-height:1.85;color:#374151}
.content-prose p{margin-bottom:1.25em}
.section-bar{width:4px;border-radius:2px;flex-shrink:0}