/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2025 | 09:25:07 */
.blog_search_category_facet .facetwp-facet{
	margin-bottom: 0;
}

.blog_search_category_facet .fs-wrap{
	width: 100%;
	font-size: 16px;
	color: #6A6969;
}

.blog_search_category_facet .fs-label-wrap {
    padding: 14px !important;
    border: 1px solid #1A2F9C;
    border-radius: 100px;
}

.blog_search_category_facet .fs-label {
    padding: 0 !important;
}

.blog_search_category_facet .fs-arrow {
    content: "";
    border: 0 !important;
    background-image: url(/wp-content/uploads/2025/09/Vector-65.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-size: contain;
    right: 14px;
}

.blog_search_category_facet .fs-dropdown {
    padding: 0 14px 14px 14px !important;
    border: 1px solid #1A2F9C;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog_search_category_facet .fs-search {
    margin-bottom: 12px;
}

.blog_search_category_facet .fs-wrap.multiple.fs-open .fs-label-wrap {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.blog_posts .gradient_border.blog_gradient_bottom{
	display: none;
}

/* .blog_posts .gradient_border.blog_gradient_bottom{
	margin-top: 50px;
	margin-bottom: 30px;
	height: 5px;
}

.blog_posts .pp-content-post-grid{
	grid-column-gap: 0;
} */

.back_btn_details_page .pp-button-icon:before{
	content: "";
	background-image: url("/wp-content/uploads/2025/09/Back-Arrow.svg");
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
    margin-right: 0;
}