/*
 * Land for Sale search.
 *
 * The slider look comes from css/vendor/nouislider.css (the same trimmed
 * noUiSlider stylesheet FacetWP ships). The rules below are FacetWP's own
 * generic facet rules from front.css, reproduced so the page looks the same
 * now that front.css is no longer loaded, plus loading / empty states.
 * Nothing here restyles the slider; theme CSS written against
 * .facetwp-slider / .noUi-* keeps applying.
 */

/* From FacetWP front.css */
.facetwp-facet {
	margin-bottom: 40px;
}

.facetwp-slider-wrap {
	padding-bottom: 15px;
}

/* FacetWP's disabled-slider state: dimmed, not interactive */
.plp-facet-slider.is-disabled .facetwp-slider-wrap {
	opacity: 0.5;
	pointer-events: none;
}

/* Results */
.plp-land-listings .plp-land-results {
	position: relative;
	transition: opacity 0.2s ease;
}

.plp-land-listings.is-loading .plp-land-results {
	opacity: 0.6;
	pointer-events: none;
}

.plp-no-results {
	padding: 40px 0;
	text-align: center;
}

.plp-no-results a {
	text-decoration: underline;
}

.lotbox-image-container.no-image a {
	display: block;
	min-height: 160px;
	background: rgba(0, 0, 0, 0.06);
}

/* Screen-reader-only status line */
.plp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
