/* Stripe Icon CSS Fix */
.icon-ic_buytoast_stripe:before {
  content: "" !important;
  background-image: url("../images/stripe-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* Override specific styles for payment buttons */
.dialog-pay_body--tab-body .item--btn .icon-ic_buytoast_stripe, 
.dialog-pay_body--tab-body .item--paytype-btn .icon-ic_buytoast_stripe {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/* Remove any other icon styling that might interfere */
.icon-ic_buytoast_stripe:before {
  content: "" !important;
}
