/**
 * 甘泉集团 WordPress 主题 - 自定义样式
 *
 * 默认字体：微软雅黑 16px（仅后备，编辑器内联样式优先）
 */

/* ===== 文章正文默认字体 ===== */
.w-detail,
.w-detail p,
.w-detail div,
.w-detail span,
.w-detail li {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* ===== WordPress 对齐样式（编辑器按钮可用） ===== */
.w-detail .aligncenter { display: block !important; margin-left: auto !important; margin-right: auto !important; float: none !important; }
.w-detail .alignleft { float: left !important; margin-right: 1em; }
.w-detail .alignright { float: right !important; margin-left: 1em; }
.w-detail .wp-block-image { margin: 1em 0; }
.w-detail .wp-block-image.aligncenter { text-align: center; }
.w-detail .wp-block-image img { max-width: 100%; height: auto; }

/* 新闻列表页摘要 */
.news-excerpt,
.news-item .excerpt {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* 新闻标题（列表页） */
.news-title,
.news-item .title {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

/* 新闻详情页标题 */
.w-title {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 24px;
    font-weight: bold;
}
