/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 16:43:27 */
:root {
	--primary: #102C47;
	--secondary: #065498;
	--background: #fff;
	--altbg:#e6edf4;
}


.news-card-img img,.ebpg-entry-thumbnail img{
	transition: 0.4s ease-in-out;
}
.ebpg-entry-thumbnail::after{
	display:none;
}
.news-card-img, .ebpg-entry-thumbnail{
	overflow:hidden;
	border-radius: 20px 20px 0 0;
}
.news-card-content{
	padding: 5px 20px 20px 20px;
	border-radius: 0 0 20px 20px;
}

.news-card-text {
	height: 100% !important;
}

.news-card-content a {
	width:100%;
}
.news-card li:hover .news-card-img img, .ebpg-grid-post:hover .ebpg-entry-thumbnail img{
	transform:scale(1.1);
	transition: 0.4s ease-in-out;
}
.news-category {
	pointer-events: none;
}

.new-vl {
	height: 2px !important;
	border-top:15px solid var(--primary);
}



@media (max-width: 600px) {
	.news-card  .wp-block-post-title {
		font-size: 15px !important;
	}
}
