/* 右侧栏文字可读性增强 */
.right-sidebar .section-title,
.right-sidebar .section-subtitle,
.right-sidebar .stat-label,
.right-sidebar .stat-value,
.right-sidebar .update-title,
.right-sidebar .update-date,
.right-sidebar .update-category,
.right-sidebar .time-text {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3) !important;
}

/* 确保搜索框文字可读 */
.right-sidebar .search-input {
    color: #333333 !important;
    background-color: #ffffff !important;
}

/* 确保链接文字可读 */
.right-sidebar a {
    color: #e6f2ff !important;
}
.right-sidebar a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}
