/**
 * WizProductThumbnails widget — layout glue.
 *
 * The atom WizAtom_ProductThumbnails owns ALL thumbnail-strip styling
 * (BEM tree under .wiz-thumbs). This file is intentionally minimal —
 * widget-level layout only, no atom-level styles.
 *
 * Per skill convention: widget CSS = layout, atom CSS = component styling.
 * See SKILL.md → "CSS Architecture".
 */

.elementor-widget-wiz_v2_product_thumbnails > .elementor-widget-container {
    /* Let the atom control its own width — widget container is just a passthrough. */
    width: 100%;
}

.elementor-widget-wiz_v2_product_thumbnails .wiz-thumbs {
    /* Stretch by default; the implementer can constrain via the
       Max Width / Max Height controls in the widget. */
    width: 100%;
}
