/* ===============================
   Checkout – Delivery Date Notice
   تحسين شريط "هيصل طلبك"
   =============================== */

.pi-edd-cart {
  background: #fff3e6;
  color: #b45309;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  padding: 10px 14px;
  margin: 8px 0;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
}

/* أيقونة توضيحية */
.pi-edd-cart::before {
  content: "✔ ";
  color: #16a34a;
  font-weight: bold;
}
