.wfpro-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wfpro-category-item {
    margin: 2px 0;
}

.wfpro-category-row {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.wfpro-category-row label {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    cursor: pointer;
}

.wfpro-toggle {
    width: 18px;
    height: 18px;
    border: 1px solid #555;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.wfpro-toggle-empty {
    border-color: transparent;
    cursor: default;
}

.wfpro-children {
    list-style: none;
    margin: 2px 0 2px 20px;
    padding: 0;
}

.wfpro-thumb img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 2px;
}

.wfpro-category-item input[type="checkbox"]:checked + .wfpro-name {
    color: #b20000;
}
