Powered By PrachinFoods.com © 2025
var style = document.createElement('style'); style.type = 'text/css'; var css = ` #ajax_search_results { width: 130% !important; max-width: 200%; } `; style.innerHTML = css; // Append the style element to the head of the document document.head.appendChild(style);