/* Load More Button */
.bpf-load-more-wrap.bpf-loading {
	opacity: 0.6;
	pointer-events: none;
}

.bpf-loader-status {
	font-size: 0.85em;
	opacity: 0.7;
	min-height: 1em;
}

.bpf-load-more {
	margin-top: 12px;
	padding: 10px 24px;
	cursor: pointer;
	border: 1px solid currentColor;
	background: transparent;
	border-radius: 4px;
}

.bpf-infinite-sentinel {
	height: 1px;
}

.bpf-no-more {
	margin-top: 12px;
	font-size: 0.9em;
	opacity: 0.6;
}

/* Post Facet */
.bpf-facet-label {
	font-weight: 600;
	margin-bottom: 8px;
}

.bpf-facet-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.bpf-facet-list label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.bpf-facet-count {
	opacity: 0.55;
	font-size: 0.85em;
}

.bpf-facet-select,
.bpf-facet-search,
.bpf-facet-sort {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.bpf-facet-empty {
	opacity: 0.6;
	font-size: 0.9em;
}
