/* Keep the WordPress theme from changing the standalone portfolio's layout. */
body:has(#swell-portfolio-frame) #site *:not(:has(#swell-portfolio-frame)):not(#swell-portfolio-frame) { visibility: hidden !important; }
body:has(#swell-portfolio-frame) #site-header { display: none !important; }
body *:has(#swell-portfolio-frame) { transform: none !important; filter: none !important; perspective: none !important; contain: none !important; will-change: auto !important; opacity: 1 !important; }
html:has(#swell-portfolio-frame), body:has(#swell-portfolio-frame) { overflow: hidden !important; }
#swell-portfolio-frame { position: fixed !important; inset: 0 !important; width: 100vw !important; height: 100dvh !important; max-width: none !important; border: 0 !important; z-index: 99990 !important; margin: 0 !important; background: #111; }
body.admin-bar #swell-portfolio-frame { top: 32px !important; height: calc(100dvh - 32px) !important; }
@media (max-width: 782px) {
  body.admin-bar #swell-portfolio-frame { top: 46px !important; height: calc(100dvh - 46px) !important; }
}
