.widget .widget-title {
	font-family: unset !important;
	margin-bottom: 10px;
}
.wcpf-filter {
	display: block;
	margin-top: 10px;
}

.wcpf-filter__title {
	margin: 0 0 14px;
}

.wcpf-filter__form {
	display: grid;
	gap: 7px;
}

.wcpf-filter__group {
	display: grid;
	gap: 6px;
}

.wcpf-filter__group + .wcpf-filter__group {
	padding-top: 2px;
}

.wcpf-filter__group-title {
	display: block;
	margin: 0;
	line-height: 1.2;
	font-weight: 700;
}

.wcpf-filter__clear {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
	color: rgba(0, 0, 0, 0.78);
	font-size: 0.95em;
	text-decoration: none;
}

.wcpf-filter__clear::before {
	content: "";
	width: 6px;
	height: 6px;
	border-left: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
}

.wcpf-filter__clear:hover {
	color: rgba(0, 0, 0, 0.96);
}

.wcpf-filter__options {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
}

.wcpf-filter__option {
	margin: 0 !important;
}

.wcpf-filter__options.is-collapsed .wcpf-filter__option.is-extra {
	display: none;
}

.wcpf-filter__label {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	align-items: start;
	column-gap: 10px;
	cursor: pointer;
	padding: 1px 0;
	line-height: 1.35;
}

.wcpf-filter__checkbox {
	margin: 0;
	width: 16px;
	height: 16px;
	transform: translateY(1px);
}

.wcpf-filter__text {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	color: rgba(0, 0, 0, 0.56);
	font-weight: 400;
}

.wcpf-filter__count {
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.92em;
	font-weight: 400;
}

.wcpf-filter__label:hover .wcpf-filter__text {
	color: rgba(0, 0, 0, 0.76);
}

.wcpf-filter__label:hover .wcpf-filter__count {
	color: rgba(0, 0, 0, 0.55);
}

.wcpf-filter__checkbox:checked + .wcpf-filter__text {
	color: rgba(0, 0, 0, 0.82);
	font-weight: 600;
}

.wcpf-filter__checkbox:checked + .wcpf-filter__text .wcpf-filter__count {
	color: rgba(0, 0, 0, 0.58);
	font-weight: 500;
}

.wcpf-filter__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding-top: 4px;
}

.wcpf-filter__toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: -3px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1f5fbf;
	font-size: 0.94em;
	font-weight: 300;
	line-height: 1.15;
	cursor: pointer;
	margin-bottom: 0;
}

.wcpf-filter__toggle::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transform-origin: center;
	transition: transform 0.16s ease;
}

.wcpf-filter__toggle[aria-expanded="true"]::before {
	transform: rotate(-135deg) translateY(-1px);
}

.wcpf-filter__toggle:hover {
	color: #174a96;
}

.wcpf-filter__empty {
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(0, 0, 0, 0.02);
}

.wcpf-filter__empty-message {
	margin: 0;
}

.wcpf-filter__debug {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 6px;
	font-size: 0.92em;
}

.wcpf-filter__debug-item {
	margin: 0;
}

.wcpf-filter__submit {
	margin: 0;
	width: 100%;
}

.wcpf-character-archives {
	display: block;
}

.wcpf-character-archives__title {
	margin: 0 0 14px;
}

.wcpf-character-archives__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wcpf-character-archives__list .cat-item {
	margin: 0 0 6px;
}

.wcpf-character-archives__list a {
	text-decoration: none;
}

.wcpf-character-archives__list .current-cat > a,
.wcpf-character-archives__list .current-cat-parent > a {
	font-weight: 600;
}
