/* PayPal Icon CSS Fix */
.icon-ic_buytoast_paypal:before {
  content: "" !important;
  background-image: url("../images/paypal-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_paypal, 
.dialog-pay_body--tab-body .item--paytype-btn .icon-ic_buytoast_paypal {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/* Remove any other icon styling that might interfere */
.icon-ic_buytoast_wx:before {
  content: "" !important;
  background-image: none !important;
}
