/* --- 部落格全站通用：隱藏背景與基礎設定 --- */
#blogs_all, #blog, .all_blogs_title, .blogs_group, .blog {
    background-color: transparent !important;
    border: none !important;
}

/* --- 分類頁導覽區 (Category Nav) --- */
#all_blogs_title, .all_blogs_title {
    padding: 30px 0 !important;
    text-align: center;
}

.blogs_group a {
    color: #406359 !important;
    margin: 0 15px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.blogs_group a:hover {
    color: #f1c40f !important;
    text-decoration: underline !important;
}

/* --- 文章列表與內頁標題 (Titles) --- */
.section-heading, .blog_title h1 {
    color: #333 !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}

/* --- 文章內頁細節優化 (Detail Page) --- */
.article_content {
    line-height: 1.8;
    color: #444;
    font-size: 16px;
}