.service-filter .select-wrapper {
	position: relative;

	&::after {
		position: absolute;
		top: var(--wp--custom--forms--fields--spacing--padding);
		right: var(--wp--custom--forms--fields--spacing--padding);
		z-index: 2;
		font-family: "Font Awesome 6 Pro";
		font-style: normal;
		content: '\f107';
		pointer-events: none;
		cursor: pointer;
	}
	& select {
		appearance: none;
	}
}
