/* Legal pages: content width MUST match nav (1140px) */
body div.pw-hero-inner,
body div.pw-content-inner {
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: auto !important;
}
body div.pw-hero,
body div.pw-content {
  width: 100% !important;
  max-width: 100% !important;
}

/* Also remove the Elementor container constraint */
body .elementor-widget-container {
  max-width: none !important;
}
