/* shared.css — shared rules used by both desktop and mobile stylesheets */

/* Force mobile flow visibility even in landscape widths */
body.mobile-flow #mobile-flow {
    display: block !important;
}

/* Hide desktop stream surfaces when mobile flow is active */
body.mobile-flow .stream-container,
body.mobile-flow .stream-container-desktop,
body.mobile-flow .stream-container-mobile,
body.mobile-flow #stream-desktop,
body.mobile-flow #stream-mobile,
body.mobile-flow #stream,
body.mobile-flow #stream-inner,
body.mobile-flow .photo-gallery,
body.mobile-flow .fog-overlay,
body.mobile-flow #text-content-container,
body.mobile-flow #stream-desktop *,
body.mobile-flow .stream-container-desktop {
    display: none !important;
    pointer-events: none !important;
}
