v2.8.2 — Accordion Oversized-Image Guard
Fix: oversized images no longer tear the units-table accordion
Wide images dropped into the accordion panel via dynamic data (e.g. full-resolution floor plans from {cf_floor_plan_N}) could stretch the whole table grid to thousands of pixels in horizontal-scroll mode, pushing the panel content off-screen so it looked blank/broken.
The scroll wrapper is now a CSS query container and the accordion panel (plus its media) is capped to the visible width (100cqw), pinned with sticky; left:0. Panel content can no longer expand the grid regardless of the source image's dimensions.
No template or settings changes required — auto-applies after update.