/* FEED BERITA TERBARU - HARD FINAL */
@media(max-width:767px){
  body .feed-list #feedArea article.feed-item.feed-detik-row{
    padding:10px 0!important;
    margin:0!important;
    border:0!important;
  }

  body .feed-list #feedArea article.feed-item.feed-detik-row > a.feed-detik-link{
    display:grid!important;
    grid-template-columns:88px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:start!important;
    width:100%!important;
    padding:0!important;
    margin:0!important;
  }

  body .feed-list #feedArea article.feed-item.feed-detik-row > a.feed-detik-link > img{
    width:88px!important;
    height:66px!important;
    min-width:88px!important;
    max-width:88px!important;
    min-height:66px!important;
    max-height:66px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    border-radius:10px!important;
    margin:0!important;
    padding:0!important;
  }

  body .feed-list #feedArea article.feed-item.feed-detik-row .feed-detik-text{
    display:block!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    position:static!important;
  }

  body .feed-list #feedArea article.feed-item.feed-detik-row .feed-detik-text h2{
    margin:0 0 4px!important;
    padding:0!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:650!important;
  }

  body .feed-list #feedArea article.feed-item.feed-detik-row .feed-detik-time{
    margin:0!important;
    padding:0!important;
    font-size:11px!important;
    line-height:1.2!important;
  }
}

/* FORCE LAST: override layout.css feed text */
@media(max-width:767px){
  body .feed-list #feedArea article.feed-item.feed-detik-row .feed-detik-text h2{
    line-height:1.2!important;
    font-weight:650!important;
    margin:0 0 4px!important;
  }
}

/* FEED ALIGN LEFT FINAL */
@media(max-width:767px){
  body .feed-list,
  body .feed-list #feedArea,
  body .feed-list #feedArea > article.feed-item.feed-detik-row{
    padding-left:0!important;
    margin-left:0!important;
  }

  body .feed-list #feedArea article.feed-item.feed-detik-row > a.feed-detik-link{
    margin-left:0!important;
    padding-left:0!important;
    transform:none!important;
  }

  body .feed-list #feedArea article.feed-item.feed-detik-row > a.feed-detik-link > img{
    margin-left:0!important;
  }
}
