.trending-news h3 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.trending-news {
    width: 41%;
    box-shadow: 0px 8px 40px 0px #BDBDBD47;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}

.trending-news{
	order: 1;
}

.trending-view {
    display: flex;
    align-items: center;
    background-color: #177E381F;
    padding: 4px 12px;
    border-radius: 28px;
    width: fit-content;
    gap: 4px;
    margin-bottom: 12px;
}

.trending-view-text p {
    color: #177E38;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.highlights-news {
    width: 59%;
}
.highlights-news h3 {
    text-align: left;
}
.trending-title {
    text-align: left;
}
.highlight-title {
    text-align: left;
}
.twh-wrap {
    display: flex;
    gap: 28px;
}
.trending-news {
    display: flex;
    flex-direction: column;
}
.trending-image img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
}
.trending-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    padding-top: 20px;
   

}

.trending-title a {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 26px;
}
.trending-title {
    max-width: 354px;
}
.trending-news span.post-date, .trending-news span.read-time {
    font-size: 12px;
    color: var(--text-color);

}
.trending-news .post-meta {
    display: flex;
    gap:8px;
    margin-top:16px;
}
img.tr-rec {
    position: absolute;
    bottom: 20px;
    width: 96%;
}
section.trending-with-highlights {
    padding-bottom: 100px;
}
.trending-items-container {
    min-height: 490px;
    height: 490px;
    overflow-y: scroll;
}
.trending-items-container::-webkit-scrollbar-track
{
	border-radius: 10px;
	
}
.trending-items-container::-webkit-scrollbar
{
	width: 12px;
	
}

.trending-items-container::-webkit-scrollbar-thumb
{
	border-radius: 20px;	
	background-color: #f5f5f5;
}

.highlights-news{
    box-shadow: 0px 8px 40px 0px #BDBDBD47;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}

.highlight-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.highlight-image img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
}

.highlight-item {
    display: flex;
    gap: 70px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid var(--border-color);
}
.highlight-tags {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.highlight-tags .first-tag {
    background: #F7F7F7;
    padding: 3px 12px 5px 12px;
    border-radius: 28px;
    margin-right: 6px;
    display: flex;
}

.highlight-tags .first-tag span {
    color: #6E706C;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.highlight-title a {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 26px;
}
.highlight-item .post-meta {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.highlight-item  span.read-time, .highlight-item span.post-date{
    font-size: 12px;
    color: var(--text-color);
}


@media (max-width: 767px) {
    .twh-wrap {
        flex-direction: column;
    }
    .trending-news {
        width: 100%;
    }
    .trending-title a, .highlight-title a{
        font-size: 16px;
        line-height: 22px;
    }
    .highlight-item{
        gap:20px;
    }
    .trending-image img, .highlight-image img{
        width: 100px;
    height: 100px;
    }
    .trending-news .post-meta, .highlight-item .post-meta{
        gap:4px;
    }
    .highlight-item span.read-time, .highlight-item span.post-date , .trending-news span.post-date, .trending-news span.read-time{
        font-size: 10px;
    }
    .highlights-news {
        width: 100%;
    }
    section.trending-with-highlights{
        padding-bottom: 50px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px){

.trending-title a {
    font-size: 16px;
    line-height: 20px;
}

 .trending-news span.post-date, .trending-news span.read-time{
font-size: 7px;
}

h2.lt-card-title {
    line-height: 20px !important;
}

.spotlight-news {
    display: grid !important;
    gap: 30px !important;
}

.left-side-spn,
.middle-spn,
.middle-span-content,
.right-side-spn {
    width: 100% !important;
}

.left-side-spn .spn-post-info{
display: block !important;
}

}