/* Add custom CSS styles below */ 
footer,
footer p,
footer span,
footer small {
    color: #ffffff !important;
    opacity: 1 !important;
}
/* Add custom CSS styles below */

.top-bar,
.top-bar p,
.top-bar span,
.top-bar small,
.top-bar a,
.top-bar div {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* إخفاء قسم السجل التجاري بالكامل في التذييل */
.footer .commercial-register,
.footer .cr-info,
.footer .cr-number,
.footer .store-cr,
footer .store-cr {
    display: none !important;
}

/* إخفاء أي أيقونة تخص السجل التجاري */
footer img[alt*="السجل"],
footer img[src*="cr"],
footer .cr-icon {
    display: none !important;
}

/* إخفاء قسم السجل التجاري بالكامل في البروفايل/التذييل */
footer .store-info__cr,
footer .store-cr,
footer .commercial-register,
footer .cr-number,
footer .cr-text,
footer .footer-about__cr,
footer .store-description + div {
    display: none !important;
}

footer .something-cr {
    display: none !important;
}

footer *:contains("السجل التجاري"),
footer *:contains("7051464472") {
    display: none !important;
}

footer img[alt*="السجل التجاري"],
footer img[src*="commercial"],
footer img[src*="cr"] {
    display: none !important;
}

/* إخفاء نص السجل التجاري والرقم */
footer b,
footer strong {
    color: #202322 !important;   /* نفس لون خلفية الفوتر تقريباً */
}

/* احتياط: لو الكلمة في span بكلاس خاص */
footer span[title*="السجل التجاري"],
footer span[aria-label*="السجل التجاري"] {
    color: #202322 !important;
}

/* إخفاء أي عنصر يحتوي على كلمة السجل التجاري */
footer *:is(h1, h2, h3, h4, h5, h6, p, div, span):has(*:contains("السجل التجاري")) {
    display: none !important;
}

/* إخفاء العنصر نفسه إن كان النص مباشرة بدون عناصر داخلية */
footer *:is(h1, h2, h3, h4, h5, h6, p, div, span):contains("السجل التجاري") {
    display: none !important;
}

/* إخفاء أي عنصر يحتوي على الرقم نفسه */
footer *:contains("7051464472") {
    display: none !important;
}
footer .store-description + div {
    display: none !important;
}

footer .store-description + div * {
    display: none !important;
}