#full-cart-secret-coupon {
  color: rgb(9, 165, 190);
  background-color: rgba(9, 165, 190, 0.1);
  padding: 0.7em 1.3em;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.3125em;
  margin-bottom: 2em;
}

#full-cart-secret-coupon.coupon-applied {
  color: rgb(0, 201, 167);
  background-color: rgba(0, 201, 167, 0.1);
}
