/* ============================================================
   BIILA STORE — استبدال "Powered by Easy Orders"
   الكلاس الفعلي: p.ps-footer-powered
   ============================================================ */

/* إخفاء الرابط الأصلي "Easy Orders" فقط */
p.ps-footer-powered a {
  display: none !important;
}

/* إضافة "Biila Store" بدلاً منه بعد كلمة "Powered by" */
p.ps-footer-powered::after {
  content: "Biila Store" !important;
  color: #c8b0b8 !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700 !important;
}

/* تنسيق الفقرة نفسها */
p.ps-footer-powered {
  color: #c8b0b8 !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 13px !important;
  text-align: center !important;
}

/* ============================================================
   END
   ============================================================ */
