.related-posts {
    margin-top: 40px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
    border-left: 4px solid #bb86fc;
}

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

.related-posts ul {
    margin-bottom: 0;
    padding-left: 20px;
}

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

.related-posts a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-posts a:hover {
    color: #bb86fc;
    text-decoration: underline;
}
