/* LOUIE DESIGN | TH PC content width normalization v1.0
   Purpose: keep the main content edges consistent across Thailand public pages.
   Mobile is intentionally untouched. */

@media (min-width:1181px){
  body.locale-th.country-index-page .country-hero__shell,
  body.locale-th.country-index-page .wr-2,
  body.locale-th.portfolio-list-page .wr-2,
  body.locale-th.services-page--th .services-hero__inner,
  body.locale-th.services-page--th .services-list,
  body.locale-th.services-page--th .services-cta,
  body.locale-th.services-page--th .services-info-footer,
  body.locale-th.contact-page--th .contact-shell,
  body.locale-th.pricex-page .pricex-shell,
  body.locale-th.production-page--th.whyx-page .whyx-shell,
  body.locale-th .site-footer-compact > .wr-2{
    width:min(calc(100% - 72px),1360px)!important;
    max-width:1360px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  body.locale-th.country-index-page .country-hero__shell,
  body.locale-th.country-index-page .wr-2,
  body.locale-th.portfolio-list-page .wr-2,
  body.locale-th.services-page--th .services-hero__inner,
  body.locale-th.services-page--th .services-list,
  body.locale-th.services-page--th .services-cta,
  body.locale-th.services-page--th .services-info-footer,
  body.locale-th.contact-page--th .contact-shell,
  body.locale-th.pricex-page .pricex-shell,
  body.locale-th.production-page--th.whyx-page .whyx-shell,
  body.locale-th .site-footer-compact > .wr-2{
    width:min(calc(100% - 44px),1120px)!important;
    max-width:1120px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
