/*
 * Temporary override that forces our React-based landing pages to span the full
 * viewport width. Enabled only when <body> has the `smarters-full-width` class.
 */

/* Only blow away the *outer* BuddyBoss layout wrappers */
body.smarters-full-width #content > .container,
body.smarters-full-width #content > .container > .bb-grid.site-content-grid {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
