/*
 Theme Name:   GeneratePress Child - 168电竞
 Theme URI:    https://168ep.com/
 Description:  168电竞专用子主题，基于GeneratePress
 Author:       168电竞
 Template:     generatepress
 Version:      1.1.0
 Text Domain:  generatepress-child
*/

/* ============================================================
   首页文章列表样式
   ============================================================ */

/* 文章卡片加边框和间距 */
.post {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 24px;
    background: #fff;
    transition: box-shadow 0.2s;
}

.post:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* 文章标题颜色 */
.entry-title a {
    color: #1a1a2e;
    text-decoration: none;
}

.entry-title a:hover {
    color: #e74c3c;
}

/* 分类标签 */
.cat-links {
    display: inline-block;
    background: #e74c3c;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 8px;
    text-decoration: none;
}

.cat-links a {
    color: #fff !important;
    text-decoration: none;
}

/* 发布时间 */
.posted-on {
    color: #888;
    font-size: 13px;
}

/* ============================================================
   文章正文样式（赛事分析专用）
   ============================================================ */

/* 数据对比表格 */
.entry-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

.entry-content table th,
.entry-content table td {
    border: 1px solid #e0e0e0;
    padding: 10px 14px;
    text-align: left;
}

.entry-content table th {
    background-color: #1a1a2e;
    color: #fff;
    font-weight: 600;
}

.entry-content table tr:nth-child(even) {
    background-color: #f8f9fa;
}

/* H2章节标题 */
.entry-content h2 {
    border-left: 4px solid #e74c3c;
    padding-left: 12px;
    margin-top: 40px;
    border-bottom: none;
}

/* 一句话结论加强调背景 */
.entry-content p:first-of-type {
    background: #f8f9fa;
    border-left: 4px solid #e74c3c;
    padding: 12px 16px;
    border-radius: 0 4px 4px 0;
}

/* ============================================================
   导航栏
   ============================================================ */
.site-header {
    background: #1a1a2e;
    padding: 0 20px;
}

.site-title a,
.main-navigation a {
    color: #fff !important;
}

.main-navigation a:hover {
    color: #e74c3c !important;
}

/* ============================================================
   页脚
   ============================================================ */
.site-footer {
    background: #1a1a2e;
    color: #aaa;
    padding: 20px;
    text-align: center;
}

.site-footer a {
    color: #e74c3c;
}
