/* Data Moat mobile gutters — aligned with the other ELEA pages. */
@media (max-width:767px){
  body .page-shell{
    width:calc(100% - 40px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

@media (max-width:380px){
  body .page-shell{
    width:calc(100% - 32px)!important;
  }
}
