/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2024 | 06:24:41 */
.search-bar {
	display: flex;
	gap: 10px;
	padding-bottom: 30px;
    width: 100%;
    justify-content: center;
	align-items: center;
}
.search-bar .facetwp-facet input.facetwp-search {
    width: 600px;
    padding: 20px;
    border-radius: 50px;
    border: 1px solid #ccc;
}
.search-bar .facetwp-reset {
    padding: 20px 40px;
    border-radius: 50px;
    border: 0px;
    color: #fff;
    background: var(--p1);
}
.search-card-image {
	margin-bottom: 20px;
}
@media (max-width:767px) {
	.search-bar {
		flex-direction: column;
	}
	.search-bar .facetwp-facet input.facetwp-search {
		max-width: 80vw;
	}
	.search-cards.resource-cards .post-cards__static-layout {
        --columns-count: 1 !important;
    }
}