.popular-news__feature {
    width: calc(100% + 44px);
    margin-left: -22px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.popular-news__feature__image {
    width: 100%;
    height: 221px;
    margin-left: 12px;
}

.popular-news__feature__image img {
    border-radius: 16px 0 0 16px;
}

.popular-news__feature__info {
    margin-right: 22px;
    border-radius: 0 16px 16px 0;
    background: #EEF0FC;
    padding: 34px 38px 20px 22px;
    color: #121D5F;
    margin-bottom: -30px;
    position: relative;
}

.popular-news__feature__category {
    background: #121D5F;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64em;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 6px 20px;
    display: inline-block;
}

.popular-news__feature__info h3 {
    padding: 4px 0 12px;
    margin: 0;
    line-height: 1em;
    font-family: 'Playfair Display', serif; 
}

.popular-news__feature__info h3 a {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    color: #121D5F;
    background: transparent;
}

.popular-news__feature__info p {
    padding-bottom: 12px;
}

.popular-news__feature__info p a {
    font-weight: 700;
    color: #121D5F;
    text-transform: uppercase;
    background: transparent;
}

.popular-news-item {
    margin-top: 20px;
}

.popular-news__image {
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 16px;
}

.popular-news__image img {
    border-radius: 16px;
}

.popular-news-category {
    position: absolute;
    left: 13px;
    top: 13px;
    background: #E09900;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64em;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 6px 20px;
}

.popular-news-category--gold {
    background: #E09900;
}

.popular-news-category--orange {
    background: #F44601;
}

.popular-news-category--teal {
    background: #246466;
}

.popular-news-category--navy {
    background: #121D5F;
}

.popular-news__info {
    padding-top: 12px;
    color: #246466;
}

.popular-news__info h3 {
    padding: 0 0 12px;
    margin: 0;
    line-height: 1em;
    font-family: 'Playfair Display', serif; 
}

.popular-news__info h3 a {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    color: #121D5F;
    background: transparent;
}

@media (max-width: 600px) {
    
    .popular-news__image{
        height: 170px;
    }

}

@media (min-width: 768px) {
    .popular-news__feature {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 15px;
        position: relative;
    }
    
    .popular-news__feature__image {
        width: 100%;
        height: 292px;
        margin-left: 0;
        padding-left: 174px;
    }
    
    .popular-news__feature__image img {
        border-radius: 16px;
    }
    
    .popular-news__feature__info {
        margin-right: 0;
        border-radius: 16px;
        padding: 20px 36px 20px 29px;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        max-width: 357px;
    }
    
    .popular-news__feature__category {
        margin-left: -10px;
    }
    
    .popular-news__feature__info h3 {
        padding: 6px 0 12px;
        line-height: 1em;
        font-size: 20px;
    }

    .popular-news__feature__info h3 a {
        font-size: 20px;
        line-height: 1.4em;
    }

    .popular-news-item {
        margin-top: 25px;
    }
    
    .popular-news__image {
        height: 115px;
    }
    
    .popular-news__info {
        padding-top: 0;
    }

    .popular-news-item .row {
        align-items: center;
    }

}

@media (min-width: 1200px) {
    .popular-news__feature {
        margin-top: 40px;
        margin-bottom: 0;
    }
    
    .popular-news__feature__image {
        height: 418px;
        padding-left: 46px;
    }
    
    .popular-news__feature__info {
        margin-right: 0;
        border-radius: 16px;
        padding: 26px 35px 16px 30px;
        margin-bottom: 0;
        max-width: 357px;
    }
    
    .popular-news__feature__category {
        margin-left: -12px;
    }
    
    .popular-news__feature__info h3 {
        padding: 6px 0 12px;
        line-height: 1em;
        font-size: 24px;
    }

    .popular-news__feature__info h3 a,
    .popular-news__info h3 a {
        font-size: 24px;
        line-height: 1.25em;
    }

    .popular-news__info h3 {
        line-height: 1em;
        font-size: 24px;
    }

    .popular-news__info p,
    .popular-news__feature__info p span {
        font-size: 18px;
        color: #246466;
    }

    .popular-news-column {
        padding-top: 10px;
    }
    
    
    .popular-news__info h3 a:hover,
    .popular-news__feature__info p a:hover,
    .popular-news__feature__info h3 a:hover {
        color: #2740CE;
    }

}

/* View Count Badges */
.popular-news__views-badge {
    position: absolute;
    bottom: 13px;
    right: 13px;
    background: rgba(18, 29, 95, 0.9);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    color: #FFFFFF;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    display: none;
}

.popular-news__views-badge i {
    font-size: 10px;
}

.popular-news__views-count {
    position: absolute;
    bottom: 13px;
    right: 13px;
    background: rgba(18, 29, 95, 0.9);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1em;
    color: #FFFFFF;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 3px;
    display: none;
}

.popular-news__views-count i {
    font-size: 9px;
}

.home .popular-news .title {
    display: none;
}

@media (min-width: 768px) {
    .popular-news__views-badge {
        bottom: 16px;
        right: 16px;
        font-size: 13px;
        padding: 8px 14px;
    }
    
    .popular-news__views-count {
        bottom: 14px;
        right: 14px;
        font-size: 12px;
        padding: 5px 12px;
    }
}

@media (min-width: 1200px) {
    .popular-news__views-badge {
        bottom: 20px;
        right: 20px;
        font-size: 14px;
        padding: 10px 16px;
        gap: 5px;
    }
    
    .popular-news__views-badge i {
        font-size: 12px;
    }
    
    .popular-news__views-count {
        font-size: 13px;
        padding: 6px 14px;
    }
    
    .popular-news__views-count i {
        font-size: 11px;
    }
}


