.category-list {
    list-style: none;
    margin: 0;
    border: 1px solid #e0e0d8;
    border-radius: 4px;
    padding: 16px;
    background-color: #fff;
}

.category-item {
    border-bottom: 1px solid #e0e0d8;
}

.category-item:first-child {
    border-top: 1px solid #e0e0d8;
}

.category-item__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    text-decoration: none;
    color: #1a1a1a;
    gap: 16px;
}

.category-item__link:hover .category-item__title {
    text-decoration: underline;
}

.category-item__title {
    font-size: 1rem;
    font-weight: 500;
}

.category-item__count {
    font-size: 0.875rem;
    color: #888;
    white-space: nowrap;
}

.category-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 24px;
    color: #1a1a1a;
}
