/* Stivot — White-label "external edition" styles (single source).
   Paired with edition.js. When <html class="ext"> is present (URL ?ext=1):
     - [data-ext-hide]  → hidden (revenue / sales / retail surfaces)
     - [data-ext-only]  → revealed (white-label-only content)
   Default (FES / no .ext): full visibility, [data-ext-only] hidden. */

[data-ext-only] { display: none !important; }

html.ext [data-ext-hide] { display: none !important; }

/* Reveal external-only blocks. Override per element if a non-block
   display is needed (e.g. add style="display:flex" inline). */
html.ext [data-ext-only] { display: revert !important; }

/* White-label partner brand lockup (Snowman) shown in sidebar when ?ext=1 */
.sb-brand-snowman { height: 26px; width: auto; }
html.ext .sb-brand-snowman { display: block !important; }
