.blog-categories {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

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

.category-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.category-list > li {
    margin-bottom: 10px;
}

.category-list > li > a {
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
}

.category-list ul {
    list-style-type: none;
    padding-left: 20px;
    margin-top: 5px;
}

.category-list ul li {
    margin-bottom: 5px;
}

.category-list ul li a {
    color: #555;
    text-decoration: none;
    font-size: 0.9rem;
}

.category-list a:hover {
    text-decoration: underline;
    color: #bb86fc;
}
