/* Custom CSS for Ocean_Paymob */
.checkout-payment-method .payment-method-title label {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: space-between !important;

  img {
    flex-shrink: 0;
    width: auto;
  }

  span {
    display: block;
    margin-inline-end: auto;
  }
}

.checkout-payment-method .payment-method-title .payment-icon {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.checkout-payment-method .payment-description{
  margin-left: -50px !important; 
}