/* FEED BERITA TERBARU MOBILE - SINGLE SOURCE */
@media(max-width:767px){
  body .feed-list{
    padding:16px 0 !important;
    border-radius:14px !important;
    background:#fff !important;
    box-sizing:border-box !important;
  }

  body .feed-list #feedArea{
    padding:0 !important;
    margin:0 !important;
  }

  body .feed-list article.feed-item.feed-detik-row{
    padding:0 0 12px !important;
    margin:0 0 12px !important;
    border:0 !important;
    position:relative !important;
  }

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

  body .feed-list article.feed-item.feed-detik-row img{
    width:96px !important;
    height:72px !important;
    min-width:96px !important;
    max-width:96px !important;
    object-fit:cover !important;
    border-radius:11px !important;
    margin:0 !important;
    padding:0 !important;
  }

  body .feed-list article.feed-item.feed-detik-row .feed-detik-text{
    min-width:0 !important;
    padding:0 !important;
    margin:0 !important;
  }

  body .feed-list article.feed-item.feed-detik-row .feed-detik-text h2{
    font-size:15px !important;
    line-height:1.28 !important;
    font-weight:750 !important;
    margin:0 0 4px !important;
    padding:0 !important;
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:3 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  body .feed-list article.feed-item.feed-detik-row .feed-detik-time{
    font-size:12px !important;
    line-height:1.25 !important;
    color:#6b7280 !important;
    margin:0 !important;
    padding:0 !important;
  }

  body .feed-list article.feed-item.feed-detik-row::after{
    content:'' !important;
    position:absolute !important;
    left:106px !important;
    right:0 !important;
    bottom:0 !important;
    height:1px !important;
    background:#edf0f4 !important;
  }
}

@media(max-width:390px){
  body .feed-list article.feed-item.feed-detik-row > a.feed-detik-link{
    grid-template-columns:92px minmax(0,1fr) !important;
    gap:9px !important;
  }

  body .feed-list article.feed-item.feed-detik-row img{
    width:92px !important;
    height:69px !important;
    min-width:92px !important;
    max-width:92px !important;
  }

  body .feed-list article.feed-item.feed-detik-row::after{
    left:101px !important;
  }
}
