/* Custom CSS for StreamPay Checkout */

/* Example: Style the payment method description */
.wc_payment_method.payment_method_streampay label {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
}
.wc_payment_method.payment_method_streampay label img {
    width: 20px;
    margin-left: 0px !important;
    margin-right: 10px !important;
    height: 16px;
}
