.wc-cat-accordion {
    font-family: inherit;
    color: #111;
}

.wc-cat-item {
    margin-bottom: 10px;
}

.wc-cat-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    background: #f6f7fb;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.wc-cat-title:hover {
    background: #eef0f5;
}

.wc-cat-toggle {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    color: #1b1b1b;
}

.wc-subcats {
    padding-left: 18px;
    margin-top: 8px;
}

.wc-subcats ul {
    list-style: none;
    padding-left: 0;
}

.wc-subcats li {
    margin: 6px 0;
}

.wc-subcats a {
    color: #222;
    text-decoration: none;
    font-size: 15px;
}

.wc-subcats a:hover {
    text-decoration: underline;
}

.wc-subcat-level {
    list-style: none;
    margin: 6px 0 6px 14px;
    padding: 0;
}

.wc-cat-subtitle {
    padding: 8px 10px;
    background: transparent;
    border-radius: 4px;
    font-weight: 500;
}

.wc-cat-subtitle:hover {
    background: #f1f3f5;
}