
/* ============================================================
   GEO学堂 资讯终端页 - 文章标题字号修复
   目标：标题约1.5行高度，不再占用3行
   ============================================================ */

/* Classic 布局文章标题: 30px → 18px */
.post.post-classic .details .post-title,
.post.post-classic .details .post-title a {
    font-size: 18px !important;
    line-height: 1.5 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* List 布局文章标题: 默认 → 16px */
.post.post-list .post-title,
.post.post-list .post-title a {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

/* Grid 布局文章标题 */
.post_columns-grid .post .post-title,
.post_columns-grid .post .post-title a {
    font-size: 15px !important;
    line-height: 1.5 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Featured post 标题统一缩小 */
.featured-post-xl .post-title,
.featured-post-xl .post-title a {
    font-size: 22px !important;
    line-height: 1.4 !important;
}
.featured-post-lg .post-title,
.featured-post-lg .post-title a {
    font-size: 20px !important;
    line-height: 1.4 !important;
}
.featured-post-md .post-title,
.featured-post-md .post-title a {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

/* ============================================================
   GEO学堂 文章页 - 标题/正文 2:1 比例修复
   正文 16px → 标题应为 32px (2:1)
   ============================================================ */

.post-single .post-header .post-title {
    font-size: 32px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}

@media (max-width: 768px) {
    .post-single .post-header .post-title {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 480px) {
    .post-single .post-header .post-title {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
}

/* ============================================================
   GEO学堂 文章页 - 标题/正文 2:1 比例修复
   正文 16px → 标题应为 32px (2:1)
   ============================================================ */

.post-single .post-header .post-title {
    font-size: 32px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}

@media (max-width: 768px) {
    .post-single .post-header .post-title {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 480px) {
    .post-single .post-header .post-title {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
}
