/* ==========================================================
   Vikrun Core — Base: global overflow prevention
   Applied before every other plugin stylesheet.
   ========================================================== */

/* Prevent horizontal scroll sitewide */
html { overflow-x: hidden; }
body { overflow-x: hidden; max-width: 100%; }

/* Every vikrun element must stay within viewport */
.vk-spt,
.vk-spt-container,
.vikrun-home .vk-container,
.vk-product-trust-strip,
.vk-header-search-wrap,
.vikrun-shop-seo-box { max-width: 100% !important; }

/* Any image must not exceed its container */
.vk-spt img,
.vikrun-home img,
.vk-product-trust-strip img { max-width: 100%; height: auto; }

/* Grid and flex containers: never overflow */
[class*="vk-"] { box-sizing: border-box; min-width: 0; }
