.category-wc-list.category-wc-grid {
    display: grid !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.category-wc-list li {
    margin-bottom: 0;
    break-inside: avoid;
}

.category-wc-list a {
    text-decoration: none !important;
    display: block;
    transition: color 0.3s ease;
    padding: 0;
    color: inherit;
}

.category-wc-list a:hover {
    text-decoration: none !important;
}

/* Assurer que les styles Elementor sont appliqués */
.elementor-widget-category_wc_widget .category-wc-list a {
    color: inherit;
}

.category-wc-count {
    font-size: 0.9em;
    color: #999999;
    margin-left: 5px;
    font-weight: normal;
}

/* Sous-sous-catégories */
.category-wc-list .category-level-2 {
    padding-left: 20px;
    margin-top: 5px;
}

.category-wc-list .category-level-2 a {
    font-size: 0.95em;
    opacity: 0.9;
}
