/* 低空经济新闻 - 白色主题覆盖 */
/* 在日报页面中最后加载，覆盖原有暗色样式 */
body {
    background: #ffffff !important;
    color: #2C2C2C !important;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}
header {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, #8B1A1A, #B8A361) !important;
    border-radius: 16px;
    margin-bottom: 30px;
    border: none !important;
    color: #fff !important;
}
header h1 {
    color: #ffffff !important;
    font-size: 2rem;
    margin-bottom: 8px;
}
header .date-info {
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.95rem;
}
/* 页内导航（前后日期） */
.nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.nav a {
    color: #8B1A1A !important;
    text-decoration: none;
    font-size: 0.9rem;
}
.nav a:hover {
    text-decoration: underline;
}
/* 国内新闻标题 */
.section-title {
    color: #8B1A1A !important;
    font-size: 1.3rem;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #E8E0D0 !important;
}
/* 国际新闻标题 */
.section-title.intl {
    color: #B8A361 !important;
    border-bottom-color: #E8E0D0 !important;
}
/* 新闻条目 */
.news-item {
    background: #F5F0E6 !important;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 4px solid #B8A361 !important;
    border-top: 1px solid #E8E0D0 !important;
    border-right: 1px solid #E8E0D0 !important;
    border-bottom: 1px solid #E8E0D0 !important;
}
.news-item.intl {
    border-left-color: #8B1A1A !important;
}
.news-item h3 {
    color: #8B1A1A !important;
    margin-bottom: 12px;
    font-size: 1.15rem;
    line-height: 1.5;
}
.news-item.intl h3 {
    color: #B8A361 !important;
}
.news-item .meta {
    color: #6B5E4F !important;
    font-size: 0.85rem;
    margin-bottom: 12px;
}
.news-item p {
    line-height: 1.8;
    color: #2C2C2C !important;
}
/* 标签 */
.news-item .tag {
    display: inline-block;
    background: rgba(184, 163, 97, 0.15) !important;
    color: #B8A361 !important;
    padding: 3px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-right: 8px;
    margin-bottom: 5px;
}
.news-item.intl .tag {
    background: rgba(139, 26, 26, 0.15) !important;
    color: #8B1A1A !important;
}
/* 摘要 */
.summary {
    background: #F0EDE5 !important;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #E8E0D0 !important;
}
.summary h3 {
    color: #8B1A1A !important;
    margin-bottom: 15px;
}
.summary ul {
    list-style: none;
    padding: 0;
}
.summary li {
    padding: 8px 0;
    border-bottom: 1px solid #E8E0D0 !important;
    line-height: 1.6;
    color: #2C2C2C !important;
}
.summary li:last-child {
    border-bottom: none;
}
/* 页脚 */
footer {
    text-align: center;
    padding: 30px;
    color: #6B5E4F !important;
    font-size: 0.85rem;
}
footer a {
    color: #8B1A1A !important;
    text-decoration: none;
}
/* 旧版白色主题页面兼容 */
.section-title.intl {
    color: #B8A361 !important;
}
