/* CEES 2027 全站统一：宽度 / 导航 / 排版
   应用于各子页面，使其与首页 index 保持一致的版式与宽度。 */

/* ===== 整体宽度：居中 + 内容左对齐 ===== */
.wrap { max-width: 1180px !important; margin-left: auto !important; margin-right: auto !important; }
#primary, .content-area, .site-main { max-width: 1180px !important; margin-left: auto !important; margin-right: auto !important; }
.entry-content { max-width: 1180px !important; width: 100% !important; text-align: left; font-size: 16px; line-height: 1.85; }
.navigation-top { border-bottom: 2px solid #007BB6; }

/* ===== 子页面原有标题前加 icon（不另加色块，保持轻量） ===== */
.cees-page-icon { display: inline-block; margin-right: 10px; font-size: 1.05em; vertical-align: -2px; }

/* ===== 缩小子页面标题到导航栏的间距 ===== */
.site-content { padding-top: 0.8em !important; padding-bottom: 2.5em !important; }
.entry-content > :first-child { margin-top: 0 !important; }
