/* 全局修复样式 */

/* 移除对导航栏下拉菜单的强制覆盖，恢复原有样式 */

/* 确保footer字体颜色正确 */
.footer {
    color: rgba(255,255,255,0.8) !important;
}

.footer a {
    color: rgba(255,255,255,0.8) !important;
}

.footer a:hover {
    color: white !important;
}

.footer h3 {
    color: white !important;
}

.footer .title {
    color: white !important;
}

/* 确保其他全局元素的字体颜色正确 */
body {
    color: #333 !important;
}

/* 首页搜索区域保持白色字体 */
.search-section {
    color: white !important;
}

.search-section h1,
.search-section p {
    color: white !important;
}

 