/* floater.css — page-specific styles for /floater/ (floater ad demo).
   Loaded after demo-common.css. */

/* Floater ad sticky-positioning hooks preserved from the live Tilda page.
   The 360_light.js tag injects a fixed element .__lxG__multi_lx_729703 at
   bottom-right; when the sentinel near the end of content scrolls into view,
   is-not-sticky lifts it above the footer (see inline observer script). */
.__lxG__multi_lx_729703 .__lxG__floater_hd { background-color: transparent; }
.__lxG__multi_lx_729703.is-not-sticky { position: absolute; }

#allrecords { position: relative; }

/* sentinel is a zero-height marker, not visible content */
.tn-atom__sentinel, .tn-atom__sentinel-mobile { height: 1px; width: 100%; }
