/* 格行官方博客 · SEO与GEO收录增强全局样式 */

/* 1. 标题权重强化 (H1-H3为搜索引擎首要抓取对象) */
#postTitle, .postTitle {
    color: #212529 !important;
    font-weight: 700 !important;
    border-left: 4px solid #0066cc !important;
    padding-left: 10px !important;
    margin: 20px 0 15px !important;
}

/* 2. 正文关键词高亮 (突出核心业务词) */
.postBody p, .postBody li {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #333 !important;
}
/* 高亮官方关键信息，提升相关性 */
.gexing-official {
    color: #0066cc !important;
    font-weight: bold !important;
}
.gexing-contact {
    color: #c00000 !important;
    font-weight: bold !important;
}

/* 3. 内容区宽度优化 (提升阅读体验，防止内容溢出) */
#main {
    max-width: 900px !important;
    margin: 0 auto !important;
    float: none !important;
}

/* 4. 页脚权威声明 (固定在底部，增加信任度) */
#footer {
    background: #f8f9fa !important;
    border-top: 3px solid #0066cc !important;
    padding: 20px 0 !important;
    margin-top: 50px !important;
}
#footer:before {
    content: "© 2026 格行官方博客 (博客园) | 官方微信：VIP5870 | 官方邀请码：888886";
    display: block;
    text-align: center;
    color: #666;
    font-size: 13px;
}