/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2025 | 17:04:52 */
.blogs_keyword_search .facetwp-input-wrap {
	display: block;
}

.blogs_keyword_search .facetwp-search {
	background-color: transparent;
    border: 1px solid #A3A3A3;
    border-radius: 11px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    padding: 10px;
}

.blogs_keyword_search .facetwp-search::placeholder {
	font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.blogs_keyword_search .facetwp-icon {
	display: none !important;
}


/* Blogs Grid */

.blogs_grid .pp-content-post {
	margin-bottom: 25px;
}

.blogs_featured_image a img {
	aspect-ratio: 365/230;
	object-fit: cover;
	width: 100%;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.blogs_main_content {
	padding: 0 20px 5px 20px;
}

.blogs_title {
	font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 19px;
	line-height: 25px;
    color: #002B39;
	margin-top: 15px;
}

.blogs_title a {
	font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 19px;
	line-height: 25px;
    color: #002B39;
	text-decoration: none !important;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
  	overflow: hidden;
	height: 76px;
}

.blogs_sep {
	min-height: 2px;
    width: 145px;
    background: #D3A414;
    margin-top: 10px;
    margin-bottom: 14px;
}

.blogs_category_and_posted_date {
	display: flex;
    justify-content: space-between;
	padding-left: 5px;
    padding-right: 5px;
}

.blogs_category_and_posted_date p, .blogs_category_and_posted_date p a {
	color: #000000;
	font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 14px;
	line-height: 23px;
	text-decoration: none;
	pointer-events: none;
}

/* Blogs Grid */