.pidan-zcfw-category-widget {
    position: relative;
}

.pidan-zcfw-category-widget .pidan-zcfw-filter {
    margin-bottom: 15px;
}

.pidan-zcfw-category-widget.pidan-zcfw-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 9;
    cursor: progress;
    background: rgba(255, 255, 255, .22);
}

.dark-theme .pidan-zcfw-category-widget.pidan-zcfw-loading::after,
body.dark-theme .pidan-zcfw-category-widget.pidan-zcfw-loading::after {
    background: rgba(0, 0, 0, .12);
}

.pidan-zcfw-filter-link,
.pidan-zcfw-load-more {
    cursor: pointer;
}

.pidan-zcfw-filter-link[aria-disabled="true"],
.pidan-zcfw-load-more[aria-disabled="true"] {
    pointer-events: none;
}

.pidan-zcfw-pagination {
    margin-top: 10px;
}


/* 2.8.1：仅修复本小工具筛选行左右文字的垂直基线对齐。 */
.pidan-zcfw-category-widget .pidan-zcfw-filter > .flex.ac {
    align-items: baseline;
}
