/* ================================================= */
/* =============== MOBILE NEWS STYLE =============== */
/* ================================================= */

@media(max-width:768px){

/* LIST BERITA */

.news-card{
    flex-direction:column;
}

.news-image{
    width:100%;
    height:220px !important;
    object-fit:cover;
}

.news-title{
    font-size:22px !important;
    line-height:1.5;
    font-weight:700;
}

.card{
    border:none;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 3px 10px rgba(0,0,0,.06);
}

/* SIDEBAR */

.sidebar-title{
    font-size:20px;
}

/* POPULAR */

.popular-image{
    height:90px !important;
}

/* HEADLINE */

.headline-title{
    font-size:28px !important;
    line-height:1.4;
}

}
