/* Style for the image within the label */
.wc_payment_method label img {
    
    height: 20px; /* Maintain aspect ratio */
    margin-left: 10px; /* Space between text and image */
    display: inline-flex;
}
