/* /css/related_recommend.css - 相关推荐模块样式 */
.related-recommend {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 6px;
}
.related-recommend h3 {
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
}
.related-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.related-list li {
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}
.related-list li:last-child {
    border-bottom: none;
}
.related-list a {
    color: #666;
    text-decoration: none;
}
.related-list a:hover {
    color: #007bff;
    text-decoration: underline;
}