/* 1) حذف عنصر سلة الرسمي */
salla-trust-badges {
    display: none !important;
}

/* 2) حذف أي بلوك يحتوي السجل التجاري (نص + صورة) */
footer img[src*="commercial"],
footer img[src*="saudi"],
footer img[alt*="السجل"],
footer img[alt*="التجاري"] {
    display: none !important;
}

/* 3) حذف النص المرتبط */
footer b,
footer p {
    font-size: 0 !important;
}

/* 4) حذف الرقم تحديدًا */
footer b:has-text("7050349245") {
    display: none !important;
}