(function () { const style = document.createElement("style"); style.innerHTML = ` .ad-banner-section32 { display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 1280px; } .ad-banner-row32 { display: flex; justify-content: space-between; flex-wrap: wrap; } .ad-banner-item32 { width: 49%; } .ad-banner-item32 img { width: 100%; height: auto; display: block; } `; document.head.appendChild(style); const adHTML = `
`; const wrapper = document.createElement("div"); wrapper.innerHTML = adHTML; const scriptTag = document.currentScript || (function() { const scripts = document.getElementsByTagName('script'); return scripts[scripts.length - 1]; })(); scriptTag.parentNode.insertBefore(wrapper, scriptTag); })();