.faua-elementor-project-filters {
	--faua-filter-accent: #111;
	--faua-filter-accent-soft: #f1f1f1;
	--faua-filter-border: #dedede;
	--faua-filter-muted: #777;
	--faua-filter-panel: #fff;
	--faua-filter-surface: #fff;
	--faua-filter-text: #111;
	color: var(--faua-filter-text);
	position: relative;
	width: 100%;
	z-index: 100;
}

.faua-elementor-project-filters__form {
	align-items: center;
	background: var(--faua-filter-surface);
	border: 1px solid var(--faua-filter-border);
	border-radius: 999px;
	display: flex;
	gap: 0;
	margin: 0;
	min-height: 74px;
	padding: 8px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.faua-elementor-project-filters button {
	box-shadow: none;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

.faua-elementor-project-filters__selects {
	align-items: stretch;
	display: flex;
	flex: 0 1 620px;
	min-width: 0;
	column-gap: 8px;
}

.faua-elementor-project-filters__select {
	align-items: center;
	border-radius: 999px;
	display: grid;
	flex: 1 1 260px;
	min-width: 210px;
	padding: 0;
	position: relative;
}

.faua-elementor-project-filters__select + .faua-elementor-project-filters__select {
	border-left: 1px solid var(--faua-filter-border);
}

.faua-elementor-project-filters__label,
.faua-elementor-project-filters__legend {
	color: #55576a;
	display: block;
	font-size: clamp(13px, .80vw, 16px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: none;
}

.faua-elementor-project-filters__label {
	left: 28px;
	pointer-events: none;
	position: absolute;
	top: 13px;
	z-index: 3;
}

.faua-elementor-project-filters__select.is-enhanced .faua-elementor-project-filters__control {
	height: 1px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 1px;
}

.faua-elementor-project-filters__control {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--faua-filter-text);
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	min-height: 40px;
	padding: 0 26px 0 0;
	width: 100%;
}

.faua-filter-select {
	position: relative;
	width: 100%;
}

.faua-filter-select__button {
	align-items: center;
	background: transparent !important;
	border: 1px solid var(--faua-filter-border) !important;
	border-radius: 999px;
	color: var(--faua-filter-text) !important;
	cursor: pointer;
	display: grid;
	font: inherit;
	grid-template-columns: minmax(0, 1fr) 18px;
	min-height: 58px;
	padding: 22px 20px 10px 28px;
	text-align: left;
	transition:
		background 160ms ease,
		color 160ms ease;
	width: 100%;
}

.faua-filter-select__button::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 7px;
	justify-self: end;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 160ms ease;
	width: 7px;
}

.faua-filter-select__button:hover,
.faua-filter-select__button:focus,
.faua-filter-select__button:active {
	background: #f6f6f7 !important;
	border: 0 !important;
	color: var(--faua-filter-text) !important;
}

.faua-filter-select.is-open .faua-filter-select__button {
	background: #f6f6f7 !important;
}

.faua-filter-select.is-open .faua-filter-select__button::after {
	transform: rotate(225deg) translate(-2px, -2px);
}

.faua-filter-select__value {
	color: #85879a;
	display: block;
	font-size: clamp(18px, 1.25vw, 21px);
	font-weight: 700;
	line-height: 1.2;
	margin-top: 8px;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.faua-filter-select__button:focus-visible,
.faua-filter-select__option:focus-visible,
.faua-elementor-project-filters__service input:focus-visible + span,
.faua-elementor-project-filters__clear:focus-visible {
	outline: 2px solid var(--faua-filter-accent);
	outline-offset: 3px;
}

.faua-filter-select__panel {
	background: var(--faua-filter-panel);
	border: 1px solid var(--faua-filter-border);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .10);
	display: grid;
	gap: 2px;
	left: 12px;
	margin: 16px 0 0;
	max-height: min(360px, 60vh);
	min-width: max(260px, calc(100% - 24px));
	opacity: 0;
	overflow: auto;
	padding: 7px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(-6px);
	transition:
		opacity 140ms ease,
		transform 140ms ease;
	z-index: 999;
}

.faua-filter-select.is-open .faua-filter-select__panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.faua-filter-select__option {
	background: transparent;
	border: 0 !important;
	border-radius: 10px;
	color: var(--faua-filter-text);
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	padding: 11px 12px;
	text-align: left;
	width: 100%;
}

.faua-filter-select__option:hover,
.faua-filter-select__option[aria-selected="true"] {
	background: var(--faua-filter-accent-soft) !important;
	color: var(--faua-filter-accent) !important;
}

.faua-filter-select__option:focus,
.faua-filter-select__option:active {
	background: var(--faua-filter-accent-soft) !important;
	color: var(--faua-filter-accent) !important;
}

.faua-elementor-project-filters__services {
	align-items: center;
	border: 0;
	border-left: 1px solid var(--faua-filter-border);
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 0 8px;
	min-width: 0;
	padding: 6px clamp(12px, 1.5vw, 24px);
}

.faua-elementor-project-filters__legend {
	float: left;
	margin-right: 4px;
	padding: 0;
	white-space: nowrap;
	display: none;

}

.faua-elementor-project-filters__service {
	cursor: pointer;
	display: inline-flex;
	min-width: 0;
}

.faua-elementor-project-filters__service input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.faua-elementor-project-filters__service span {
	border: 1px solid var(--faua-filter-border);
	border-radius: 999px;
	color: var(--faua-filter-text);
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	overflow-wrap: anywhere;
	padding: 9px 18px;
	position: relative;
	z-index: 1;
	transition:
		background 160ms ease,
		border-color 160ms ease,
		color 160ms ease;
}

.faua-elementor-project-filters__service input:checked + span {
	background: var(--faua-filter-accent);
	border-color: var(--faua-filter-accent);
	color: #fff;
}

.faua-elementor-project-filters__clear {
	appearance: none;
	align-self: stretch;
	background: var(--faua-filter-accent) !important;
	border: 0 !important;
	border-radius: 999px;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	flex: 0 0 auto;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	margin-left: 8px;
	min-width: 110px;
	outline: 0;
	padding: 0 24px;
	position: relative;
	text-shadow: none;
	transition:
		background 160ms ease,
		color 160ms ease,
		transform 160ms ease;
}

.faua-elementor-project-filters__clear::before,
.faua-elementor-project-filters__clear::after {
	content: none !important;
	display: none !important;
}

.faua-elementor-project-filters__clear:focus {
	outline: 0;
}

.faua-elementor-project-filters__clear:hover {
	background: #333 !important;
	color: #fff !important;
}

.faua-elementor-project-filters__clear:active {
	transform: scale(.98);
}

.faua-elementor-project-filters__notice {
	color: #b00020;
	font-size: 14px;
}

@media (max-width: 1180px) {
	.faua-elementor-project-filters__form {
		align-items: stretch;
		border-radius: 32px;
		flex-wrap: wrap;
	}

	.faua-elementor-project-filters__selects {
		flex: 1 1 100%;

	}

	.faua-elementor-project-filters__services {
		border-left: 0;
		border-top: 1px solid var(--faua-filter-border);
		flex: 1 1 calc(100% - 130px);
		margin: 8px 0 0;
		padding: 14px 12px 6px;
	}

	.faua-elementor-project-filters__clear {
		margin-top: 8px;
		min-height: 48px;
	}
}

@media (max-width: 767px) {
	.faua-elementor-project-filters__form {
		border-radius: 24px;
		display: grid;
		grid-template-columns: 1fr;
		padding: 8px;
	}

	.faua-elementor-project-filters__selects {
		display: grid;
		grid-template-columns: 1fr;
	}

	.faua-elementor-project-filters__select {
		min-width: 0;
	}

	.faua-elementor-project-filters__select + .faua-elementor-project-filters__select {
		border-left: 0;
		border-top: 1px solid var(--faua-filter-border);
	}

	.faua-filter-select__button {
		border-radius: 18px;
	}

	.faua-filter-select__value {
		white-space: normal;
	}

	.faua-elementor-project-filters__services {
		border-top: 1px solid var(--faua-filter-border);
		flex: none;
		gap: 6px;
		margin: 8px 0 0;
		padding: 14px 8px 6px;
	}

	.faua-elementor-project-filters__legend {
		flex: 1 1 100%;
		margin: 0 0 4px;
	}

	.faua-elementor-project-filters__service span {
		font-size: 12px;
		max-width: 100%;
		padding: 8px 12px;
	}

	.faua-elementor-project-filters__clear {
		margin: 10px 0 0;
		min-height: 46px;
		width: 100%;
	}
}
