/* First-party embedded presentation. Keep CSP style-src 'self' intact. */
html[data-native-membership] .workspace>.app-header,
html[data-native-membership] .app-sidebar,
html[data-native-membership] .portrait-section-tabs,
html[data-native-membership] .mobile-bottom-nav,
html[data-native-membership] .membership-heading { display:none!important; }
html[data-native-membership] :is(.workspace,.app-frame) { display:block!important;grid-template-columns:1fr!important;height:100%!important;min-height:0!important;overflow:hidden!important; }
html[data-native-membership] #workspaceView[hidden] { display:none!important; }
html[data-native-membership] #appContent { width:100%!important;max-width:none!important;height:100%!important;min-height:0!important;box-sizing:border-box!important;margin:0!important;padding:20px!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable;overscroll-behavior:contain; }
html[data-native-membership] .page[data-page=membership] { max-width:none!important; }
html[data-native-membership],html[data-native-membership] body { min-width:0!important;height:100%!important;overflow:hidden!important; }
