/* VFW Claims FAQ Search Sticky Styles */

/* When search is stuck to top */
.facetwp-facet.vfwclaims-sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 1rem;
	z-index: 9999;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Center the search input when sticky */
.facetwp-facet.vfwclaims-sticky-active .facetwp-input-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

/* Placeholder to prevent layout shift */
.vfwclaims-sticky-placeholder {
	display: none;
}
