/* ========================================
   强制覆盖所有链接样式 - 去除蓝色和下划线
   ======================================== */

/* 全局链接重置 */
a, a:link, a:visited, a:hover, a:active {
    color: #d4af37 !important;
    text-decoration: none !important;
}

a:hover {
    color: #f0c850 !important;
    text-decoration: none !important;
}

/* 知识库列表链接 */
.knowledge-list a,
.knowledge-list a:link,
.knowledge-list a:visited,
.knowledge-list a:hover,
.knowledge-list a:active,
.knowledge-card a,
.knowledge-card a:link,
.knowledge-card a:visited {
    color: #d4af37 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    background: none !important;
}

.knowledge-list a:hover,
.knowledge-card a:hover {
    color: #f0c850 !important;
    text-decoration: none !important;
}

/* 新闻链接 */
.news-item a,
.news-item a:link,
.news-item a:visited,
.news-item h6 a,
.news-item h6 a:link,
.news-item h6 a:visited {
    color: #e8e8e8 !important;
    text-decoration: none !important;
}

.news-item a:hover,
.news-item h6 a:hover {
    color: #d4af37 !important;
    text-decoration: none !important;
}

/* 导航链接 */
.nav-link,
.nav-link:link,
.nav-link:visited {
    color: #e8e8e8 !important;
    text-decoration: none !important;
}

.nav-link:hover,
.nav-link.active {
    color: #d4af37 !important;
    text-decoration: none !important;
}

/* 按钮链接 */
.btn,
.btn:link,
.btn:visited {
    text-decoration: none !important;
}

/* 页脚链接 */
footer a,
footer a:link,
footer a:visited {
    color: #8899a6 !important;
    text-decoration: none !important;
}

footer a:hover {
    color: #d4af37 !important;
    text-decoration: none !important;
}

/* 下拉菜单链接 */
.dropdown-item,
.dropdown-item:link,
.dropdown-item:visited {
    color: #e8e8e8 !important;
    text-decoration: none !important;
}

.dropdown-item:hover {
    color: #d4af37 !important;
    background: rgba(212,175,55,0.1) !important;
    text-decoration: none !important;
}

/* 特殊区域链接 - 功能介绍 */
.feature-list a,
.feature-item a,
ul li a,
ol li a {
    color: #d4af37 !important;
    text-decoration: none !important;
}

ul li a:hover,
ol li a:hover {
    color: #f0c850 !important;
    text-decoration: none !important;
}

/* 移除所有可能的下划线 */
* {
    text-decoration-line: none !important;
}

a[href] {
    text-decoration: none !important;
    border-bottom: none !important;
}
