.wc-category-accordion-wrapper {
    max-width: 100%;
}

.wc-cat-accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wc-cat-item {
    margin: 6px 0;
}

.wc-cat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wc-cat-name {
    text-decoration: none;
    color: inherit;
    transition: font-weight 0.2s;
}

.wc-cat-name.wc-cat-open {
    font-weight: bold;
}

.wc-cat-toggle {
    background: none;
    border: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wc-cat-toggle i {
    font-size: 14px;
    transition: transform 0.2s ease;
}

/* Rotate caret when expanded */
.wc-cat-expanded > .wc-cat-header .wc-cat-toggle i {
    transform: rotate(90deg);
}

.wc-cat-children {
    margin-left: 20px;
}

.wc-cat-current > .wc-cat-header .wc-cat-name {
    font-weight: bold;
}
