/* Stage 8O: small, safe rendering improvements for images and static assets. */
img{max-width:100%;}
img[loading="lazy"]{content-visibility:auto;}
.vendorLogo img,.spotlightLogo img,.bannerBadge img,.featuredMedia img,.promoGroupLogo img,.promoMiniMedia img,.tickerLogo img,.recommendLogo img,.cartVendorLogo img,.rVendorLogo,.vmCatChip img,.vmCategoryThumb img,.vmModalThumb img,.promoTableThumb img,.imgThumb,.cAvatar img,.rAvatar img{display:block;}
.vendorLogo,.spotlightLogo,.bannerBadge,.featuredMedia,.promoGroupLogo,.promoMiniMedia,.tickerLogo,.recommendLogo,.cartVendorLogo,.rVendorLogo,.vmCategoryThumb,.vmModalThumb,.promoTableThumb,.imgThumb,.cAvatar,.rAvatar{background:#f8fafc;}

/* Stage 13X — prevent mobile/tablet zoom-on-focus in admin/vendor/rider dashboards */
@media(max-width:1024px){
  html{-webkit-text-size-adjust:100%;}
  input,select,textarea,button,.form-control,.adminInput,.vendorInput,.riderInput,.cartInput,.input,.searchInput,[contenteditable="true"]{font-size:16px!important;}
}
