.wc_payment_method label[for=payment_method_angelleye_ppcp], .payment_method_angelleye_ppcp img {
  display: block;
  text-align: center;
  margin: auto;
}

.woocommerce-checkout-payment ul li {
  margin: 0;
}

.paypal-disabled {
  margin: 0 0 20px 0;
}

.paypal-disabled .paypal-disabled-button {
  display: block;
  width: 100%;
  height: 50px;
  background: #f9c539;
  border-radius: 10px;
  background-image: url(../images/paypal-button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  cursor: not-allowed;
}

.paypal-disabled .paypal-disabled-text {
  text-align: center;
  font-size: 14px;
  color: #858484;
}