.alphabetical-category-list {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.alphabetical-category-list h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

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

.alphabetical-category-list .subcategories ul {
    list-style-type: none;
    padding-left: 15px;
}

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

.alphabetical-category-list .subcategories a {
    text-decoration: none;
    color: #555;
    display: inline-block;
    padding: 2px 0;
}

.alphabetical-category-list .subcategories a:hover {
    color: #0066cc;
}

.post-list {
    list-style-type: none;
    padding: 0;
}

.post-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.post-item:last-child {
    border-bottom: none;
}

.post-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.post-link:hover .post-title {
    color: #0066cc;
}

.post-thumbnail {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 4px;
}

.post-title {
    font-size: 2.1rem;
    transition: color 0.3s ease;
    margin-bottom: 10px !important;
}