/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2025 | 07:43:03 */
.blog_page_content_grid img{
	border-radius: 8px;
	aspect-ratio: 17/12;
}
.blog_page_content_grid .pp-content-grid-separator{
	margin-top: 20px;
	margin-bottom: 12px;
	border-top: 1px solid #0C87F2;
}

.blog_page_content_grid span.page-numbers.current{
	border: 1px solid #0C87F2 !important;
}

.blog_page_content_grid span.page-numbers{
	font-weight: 600;
}

.blog_detail_content h1, .blog_detail_content h2, .blog_detail_content h3, .blog_detail_content h4, .blog_detail_content h5, .blog_detail_content h6{
	background-image: linear-gradient(90deg, #293C73 0%, #0C87F2 100%) !important;
    background-size: 100% !important;
    background-repeat: repeat !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.blog_page_content_grid h3.pp-content-grid-post-title{
	background-image: linear-gradient(90deg, #293C73 0%, #0C87F2 100%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin: 0;
	font-size: 28px;
}

.blog_page_count{
	    justify-content: flex-start !important;
}