/* 用户评价区域样式 - 新版设计 */
.reviews-section {
    background: #ffffff !important;
    color: #1a1a2e !important;
}

.reviews-section .section-header h2,
.reviews-section .section-header p {
    color: #1a1a2e !important;
}

.review-card {
    background: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}

.review-card * {
    color: inherit !important;
}

.review-card:hover {
    background: #ffffff !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08) !important;
}

.review-avatar {
    background: transparent !important;
    font-size: 24px !important;
}

.review-content {
    color: #333 !important;
}

.review-product {
    display: none !important; /* 详情页不显示产品名标签 */
}

.reviews-section .btn-secondary {
    background: transparent !important;
    color: #666 !important;
    border: none !important;
}

.reviews-section .btn-secondary:hover {
    color: #E60012 !important;
}
