/* Add custom JS code below */ window.addEventListener("load", function () { const target = document.querySelector( "#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner.part-store-footer__inner > div > div.lg\\:col-span-2.rtl\\:lg\\:pl-20.ltr\\:lg\\:pr-20 > div.flex.rtl\\:space-x-reverse.space-x-2.items-end" ); if (!target || document.querySelector(".saudi-business-center")) return; const style = document.createElement("style"); style.textContent = ` .saudi-business-center { width: 100%; margin-top: 10px; } .saudi-business-center a { display: flex; justify-content: flex-start; align-items: center; gap: 10px; text-decoration: none; color: #fff; direction: rtl; font: inherit; margin-top:1rem ; } .saudi-business-icon { width: 38px !important; height: 38px !important; min-width: 38px; min-height: 38px; max-width: 38px; max-height: 38px; object-fit: contain; flex-shrink: 0; } .saudi-business-center .text { display: flex; flex-direction: column; align-items: flex-end; text-align: right; line-height: 1.25; } .saudi-business-center .text span { white-space: nowrap; color: #fff; font: inherit; } .saudi-business-center .text strong { width: 100%; text-align: right; color: #fff; font: inherit; font-weight: 600; } /* إصلاح صورة الرقم الضريبي بحجمها الطبيعي */ a.load-img-onclick img { height: auto !important; width: auto !important; max-width: none !important; object-fit: contain !important; flex-shrink: 0 !important; } /* ضمان ترتيب العناصر في الفوتر */ .flex.rtl\\:space-x-reverse.space-x-2.items-end { flex-wrap: wrap !important; align-items: center !important; } `; document.head.appendChild(style); const business = document.createElement("div"); business.className = "saudi-business-center"; business.innerHTML = ` المركز السعودي للأعمال
المركز السعودي للأعمال 0000310970
`; target.appendChild(business); });