/* Compatibility-only adjustments — keep minimal */
body[data-e2e] #wpadminbar { display: none !important; }
/* For visual tests focusing on shell chrome only */
body[data-e2e] .eta-shell__main { display: none !important; }

/* Normalize BuddyBoss containers so our shell grid centers properly */
.bb-grid, .bb-container, .bp-wrap {
  max-width: none;
}

/* Trim conflicting margins where portal shell is present */
.eta-shell .entry-content { margin: 0; }


