/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2025 | 05:07:14 */
/* FAQ */
.faq-intro-row .evlt-paragraph__text {
	margin-top: 20px;
}

/* Facets */

.facetwp-template .post-cards__item {
	opacity: 1;
	transform: unset;
}
.faq-facets .layout-row__content {
	align-items: center;
    gap: 20px;
}
.facetwp-input-wrap {
    width: 100%;
}
.facetwp-facet input.facetwp-search.facetwp-search, .facetwp-facet input.facetwp-location.facetwp-location {
    margin: 0;
    padding-right: 30px;
	padding-left: 20px;
    /* min-width: 100%; */
    width: calc(100% - 40px);
	color: #262629;
	font-family: var(--main-font-family);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px; /* 187.5% */
	border: 0px;
	border-bottom: 3px solid var(--p3);
}
.facetwp-reset {
	border-radius: 50px;
	background: var(--p1-600);
	padding: 13px 54px;
	color: #FFF;
	text-align: center;
	font-family: Navigo;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	border: 0px;
}
.facetwp-facet-faq_autocomplete::before {
	content: url(https://finlease.com.au/wp-content/uploads/2024/04/search-1-1.svg);
	position: absolute;
    left: 280px;
    top: 10px;
    z-index: 1;
}
.facetwp-icon.facetwp-icon:before {
    display: none;
}

@media (max-width: 1280px) {
	.facetwp-facet-faq_autocomplete::before {
		left: 200px;
	}
}
@media (max-width:767px) {
	.facetwp-facet-faq_autocomplete::before {
		left: 0px;
	}
	.facetwp-facet.facetwp-facet {
		margin-left: 40px;
	}
	.facetwp-facet.facetwp-facet-office_location_facet, .facetwp-facet.facetwp-facet-broker_search, .facetwp-facet.facetwp-facet-office_location_facet {
		margin-left: 0px;
		display: flex;
		flex-direction: column;
	}
	.facetwp-facet input.facetwp-search.facetwp-search, .facetwp-facet input.facetwp-location.facetwp-location {
		font-size: 16px;
		width: calc(100% - 50px);
	}
}