/**
 * Theme Name: WBlock Child
 * Description: WBlock Child theme
 * Author: WPDAXUE.COM
 * Version: 1.0.0
 * Template: blocksy
 * Text Domain: wblock-child
 */

/* 修改评测文章标题样式 */
.zh-related-reviews h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* 修改评测文章列表标题 */
.zh-review-items a {
    font-size: 18px;
    font-weight: 600;
    color: #0073e6;
    text-decoration: none;
}

.zh-review-items a:hover {
    color: #ff5733;  /* 改成你喜欢的颜色 */
    text-decoration: underline;
}
