/* Leon-theme overrides for the shared delivery-promise card.
   Leon uses square corners — strip border-radius from the card AND the
   urgency icon circle to keep visual consistency. */

.delivery-promise,
.delivery-promise .dp-icon {
  border-radius: 0;
}

/* Square icon container looks better at slightly smaller size on Leon. */
.delivery-promise .dp-icon {
  width: 24px;
  height: 24px;
}
