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

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

.simple-related-posts ul {
    list-style-type: none;
    padding: 0;
}

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

.simple-related-posts a {
    text-decoration: none;
    color: #333;
}

.simple-related-posts a:hover {
    text-decoration: underline;
}