.single-post .entry-meta a,
.single-post .cat-links a {
    color: #6F7F55 !important;
}

.single-post .entry-meta a:hover,
.single-post .cat-links a:hover {
    color: #566641 !important;
}/* 最新資訊文章列表：分類文字 */
.blog .entry-meta a,
.archive .entry-meta a {
    color: #6F7F55 !important;
}

.blog .entry-meta a:hover,
.archive .entry-meta a:hover {
    color: #566641 !important;
}/* 最新資訊：Read More 改金色 */
.blog .read-more a,
.archive .read-more a {
    color: #B88945 !important;
}

.blog .read-more a:hover,
.archive .read-more a:hover {
    color: #966F37 !important;
}/* 最新資訊：統一文章縮圖高度 */
.blog .post-thumb img,
.archive .post-thumb img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}/* 最新資訊：統一文章標題高度 */
.blog .entry-title,
.archive .entry-title {
   min-height: 4.6em;
}/* 分類頁標題改為品牌綠色 */
.archive .page-title,
.archive .ast-archive-title {
    color: #566641 !important;
}/* 單篇文章：文章內連結改品牌綠色 */
.single-post .entry-content a {
    color: #566641 !important;
}

.single-post .entry-content a:hover {
    color: #B88945 !important;
}

/* 相關文章連結改品牌綠色 */
.single-post .ast-related-post-title a,
.single-post .related-entry-title a {
    color: #566641 !important;
}

.single-post .ast-related-post-title a:hover,
.single-post .related-entry-title a:hover {
    color: #B88945 !important;
}/* 單篇文章：CTA 按鈕統一品牌色 */
.single-post .wp-block-button__link,
.single-post .wp-block-button__link:visited,
.single-post .elementor-button,
.single-post .elementor-button:visited {
    background-color: #D7A24B !important;
    color: #ffffff !important;
}

.single-post .wp-block-button__link:hover,
.single-post .wp-block-button__link:focus,
.single-post .elementor-button:hover,
.single-post .elementor-button:focus {
    background-color: #D7A24B !important;
    color: #ffffff !important;
}

/* 強制按鈕內文字保持白色 */
.single-post .wp-block-button__link *,
.single-post .elementor-button * {
    color: #ffffff !important;
}/* 單篇文章：H2 / H3 標題品牌色 */
.single-post .entry-content h2 {
    color: #566641 !important;
}

.single-post .entry-content h3 {
    .single-post .entry-content h3 {
    color: #78965A !important;
}/* 單篇文章：H2 / H3 統一品牌湖水綠 */
.single-post .entry-content h2,
.single-post .entry-content h3 {
    color: #66765A !important;
}
}