/* Latest News Widget */
.latest-news-wrapper {
    width: 100%;
}

.latest-news-list {
	display: flex;
	margin: 0 -20px;
}
.latest-news-list .latest-news-card-wraper {
	padding: 20px;
	width: 33.3333%
}

.latest-news-card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.latest-news-card-bottom {
	padding: 0 24px 27px;
}

/* Image */
.latest-news-image a {
    position: relative;
    width: 100%;
    overflow: hidden;
	padding-bottom: 75%;
	display: block;
}

.latest-news-image img {
    width: 100%;
    height: 100%;
	max-height: 100%;
    object-fit: cover;
	position: absolute;
	min-height: 100%;	
}

.latest-news-list .slick-track {
	display: flex;
}

.latest-news-list .slick-track .slick-slide {
	display: flex;
	height: auto;
}

/* Date Badge */
.latest-news-date {
    background: var( --e-global-color-2f7f28f );
    color: #fff;
    padding: 8px 12px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
	font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
	min-width: 64px;
	text-transform: uppercase;
}

/* Content */
.latest-news-content {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

/* Meta / Category */
.latest-news-meta {
	display: flex;
	gap: 16px;
	margin-top: -20px;
	align-items: end;
	margin-bottom: 11px;
}

.latest-news-category {
    color: #606C88;
    text-decoration: none;
    transition: color 0.3s ease;
}

.latest-news-category:hover {
    color: #143C64;
}

/* Title */
.latest-news-title {
    margin-bottom: 17px;
}

.latest-news-title a {
    color: #070E2B;
    text-decoration: none;
    transition: color 0.3s ease;
}

.latest-news-title a:hover {
    color: #143C64;
}

/* Excerpt */
.latest-news-excerpt {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var( --e-global-color-95229e7 );
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Author */
.latest-news-author,
.latest-news-author a {
    color: var( --e-global-color-6875ed0 );
    font-weight: 500;
    text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
}

.latest-news-author .author-name:hover,
.latest-news-author a:hover {
    color: #070E2B;
}

body.elementor-kit-9 .latest-news-title a {
	font-size: 24px;
	line-height: 1.3333;
	color: var( --e-global-color-e4d5212 );
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Responsive */

@media (max-width: 1232px) {
	.elementor-element.subcribe-box {
		max-width: calc(100% - 32px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 992px) {
    .latest-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
	.global-banner-section .line_independence::after {
		width: 134px !important;
	}
	body.elementor-kit-9 .submit-button {
		margin-top: 8px;
	}
}

@media (max-width: 576px) {
    .latest-news-grid {
        grid-template-columns: 1fr;
    }

    .latest-news-title {
        font-size: 16px;
    }

    .latest-news-excerpt {
        font-size: 13px;
    }
	.latest-news-list .latest-news-card-wraper {
		padding: 20px 8px;
	}
	.latest-news-list {
		padding-right: 56px;
		margin: 0 -8px;
	}	
}
