.category__filters .wpc-checkbox-item {
	margin-bottom: 10px;
}

.category__filters .wpc-checkbox-item .wpc-term-item-content-wrapper {
	display: flex;
	align-items: center;
}

.category__filters .wpc-checkbox-item input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin: 0 14px 0 0;
	border: 1px solid #d5c7b9;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	position: relative;
}

.category__filters .wpc-checkbox-item input[type="checkbox"]:checked {
	border-color: #b6814e;
	background-color: #b6814e;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 3.5L3.5 6 9 1' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.category__filters .wpc-checkbox-item input[type="checkbox"]:focus-visible {
	outline: 2px solid #b6814e;
	outline-offset: 2px;
}

.category__filters .wpc-checkbox-item label {
	display: inline-flex;
	align-items: center;
	gap: 0;
	margin: 0;
	cursor: pointer;
	line-height: 1.15;
}

.category__filters .wpc-checkbox-item label .wpc-filter-link {
	color: #19202a;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 12px !important;
	font-weight: 500;
	text-decoration: none;
}

.category__filters .wpc-checkbox-item label .wpc-filter-link:hover {
	color: #d4451d;
}

.category__filters .wpc-checkbox-item label .wpc-term-count {
	color: #b6814e;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 12px !important;
	font-weight: 500;
	margin-left: 4px;
	opacity: 1;
}

.category__filters .wpc-checkbox-item label .wpc-term-count-brackets-open,
.category__filters .wpc-checkbox-item label .wpc-term-count-brackets-close,
.category__filters .wpc-checkbox-item label .wpc-term-count-value {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	display: inline;
}

@media (max-width: 767.98px) {
	.category__filters .wpc-checkbox-item input[type="checkbox"] {
		width: 24px;
		height: 24px;
		flex-basis: 24px;
		margin-right: 12px;
	}

	.category__filters .wpc-checkbox-item label .wpc-filter-link,
	.category__filters .wpc-checkbox-item label .wpc-term-count {
		font-size: 14px !important;
	}
}
