/* =========================================================
   SISTEM SUNYI TAGDIV MOBILE GUTTER FIX
   ss-mobile-tagdiv-gutter-fix.css
   v1.0.0 — Legacy CSS Helper

   Removes Newspaper/TagDiv's mobile row gutter only on the
   scoped full-layout page pattern used by Sistem Sunyi pillars.
========================================================= */

@media (max-width: 767px){
  body.page.tdb-template.tdc-no-header.tdc-no-footer.td-full-layout
  .tdc-row.td-stretch-content,

  body.page.tdb-template.tdc-no-header.tdc-no-footer.td-full-layout
  .tdc-row-composer.td-stretch-content{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}
