/* ملف ستايل إضافة "شاهد أيضًا" - جزء من Ibrahim AI SEO Ultimate */
.related-news-box {
    border: 2px solid #0073aa;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    background: #f9f9f9;
}
.related-news-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0073aa;
}
.related-news-list {
    list-style: none;
    padding: 0;
}
.related-news-list li {
    margin-bottom: 5px;
}
.related-news-list a {
    text-decoration: none;
    color: #333;
}
.related-news-list a:hover {
    color: #0073aa;
}