.related-articles {
    margin: 2rem 0;
    padding: 1rem;
    background: #f7fafc;
}

.related-articles h3 {
    margin-top: 0;
    font-size: 1.5rem;
    color: #333;
}

.related-articles ul {
    list-style: none;
    padding: 0;
}

.related-articles ul li {
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
}

.related-articles ul li a {
    text-decoration: none;
    color: #0938c2;
    display: flex;
    align-items: center;
}

.related-articles ul li a:hover {
    text-decoration: underline;
}

.related-articles ul li img {
    margin-right: 1rem;
    width: 50px;
    height: 50px;
    object-fit: cover;
}