.brfs-filter-search {
	box-sizing: border-box;
	clear: both;
	margin: 0 0 12px;
	position: relative;
	width: 100%;
}

.brfs-filter-search *,
.brfs-filter-search *::before,
.brfs-filter-search *::after {
	box-sizing: border-box;
}

.brfs-search-box {
	align-items: center;
	background: #fff;
	border: 1px solid #c7cdd3;
	border-radius: 6px;
	display: flex;
	min-height: 42px;
	padding: 0 8px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.brfs-search-box:focus-within {
	border-color: #59677a;
	box-shadow: 0 0 0 2px rgba(89, 103, 122, 0.16);
}

.brfs-search-icon {
	flex: 0 0 18px;
	height: 18px;
	margin-right: 6px;
	position: relative;
	width: 18px;
}

.brfs-search-icon::before {
	border: 2px solid #66717f;
	border-radius: 50%;
	content: "";
	display: block;
	height: 11px;
	left: 1px;
	position: absolute;
	top: 1px;
	width: 11px;
}

.brfs-search-icon::after {
	background: #66717f;
	content: "";
	display: block;
	height: 2px;
	left: 11px;
	position: absolute;
	top: 12px;
	transform: rotate(45deg);
	width: 7px;
}

.brfs-search-input {
	appearance: none;
	background: transparent;
	border: 0;
	color: #1f2933;
	flex: 1 1 auto;
	font: inherit;
	height: 40px;
	letter-spacing: 0;
	min-width: 0;
	outline: 0;
	padding: 0 4px;
	width: 100%;
}

.brfs-search-input::-webkit-search-cancel-button {
	display: none;
}

.brfs-clear {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 4px;
	color: #5f6b7a;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 32px;
	font-size: 22px;
	font-weight: 400;
	height: 32px;
	justify-content: center;
	line-height: 1;
	margin: 0 0 0 4px;
	padding: 0;
	width: 32px;
}

.brfs-clear:hover,
.brfs-clear:focus-visible {
	background: #eef1f4;
	color: #111827;
	outline: 0;
}

.brfs-counter {
	color: #5e6875;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 6px;
}

.brfs-no-results {
	background: #f7f8fa;
	border: 1px solid #d9dee4;
	border-radius: 6px;
	color: #334155;
	font-size: 13px;
	line-height: 1.45;
	margin: 8px 0 12px;
	padding: 10px 12px;
}

.brfs-no-results strong,
.brfs-no-results span {
	display: block;
}

.brfs-no-results span {
	color: #687385;
	margin-top: 2px;
}

.brfs-label-text mark,
.bapf_body mark,
.bapf_sfilter mark,
.berocket_aapf_widget mark,
.berocket_single_filter_widget mark {
	background: #fff0a6;
	border-radius: 3px;
	color: inherit;
	padding: 0 2px;
}

@media (max-width: 782px) {
	.brfs-filter-search.brfs-mobile {
		background: inherit;
		position: sticky;
		top: 0;
		z-index: 3;
	}

	.brfs-search-box {
		min-height: 46px;
	}

	.brfs-search-input {
		height: 44px;
	}

	.brfs-clear {
		height: 38px;
		width: 38px;
	}
}
