/* DutaScore News Page Overrides - migrated from WordPress Additional CSS */

/* /berita/ mobile: hilangkan celah antara header dan konten berita */
@media (max-width: 768px){
  body.page:not(.home) .site-content,
  body.page:not(.home) .site-content .ast-container,
  body.page:not(.home) .content-area,
  body.page:not(.home) .site-main,
  body.page:not(.home) article.page,
  body.page:not(.home) .entry-content{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  body.page:not(.home) .entry-header{
    display:none !important;
    margin:0 !important;
    padding:0 !important;
  }

  body.page:not(.home) .ds-news-page{
    margin-top:0 !important;
  }

  body.page:not(.home) .ds-news-mobile-heading{
    margin-top:0 !important;
  }
}
