/* ------------------------------------------------------------ *\
	v3 app shell — neutralizes shared-theme nodes that break inside
	the v3 layout (legacy .wrapper flex, loader/overlay, the legacy
	PNG logo bleeding behind the v3 SVG). Scoped to the shared `.v3`
	body class (see app_is_v3_view) so every v3 page inherits the fix
	instead of re-declaring it per stylesheet.
\* ------------------------------------------------------------ */

.v3 .wrapper { display: block; }
.v3 .overlay,
.v3 .loader { display: none; }
.v3 .header-main .logo { width: auto; height: auto; background: none; }
.v3 .header-mobile .logo { background: none; }
