.simple-related-posts {
    margin-bottom: 20px;
}

.simple-related-posts h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.simple-related-posts .item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.simple-related-posts .item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.simple-related-posts .item a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    line-height: 1.2;
}

.simple-related-posts .item a:hover {
    color: #0073aa;
}

.simple-related-posts {
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
}
