/* Make labels behave like block checkout labels */
.wc_payment_methods .wc_payment_method label {
    display: inline-flex;
    width: 80%;
    gap: 3px;
    align-items: center;
    flex-wrap: wrap;
}

.wc_payment_methods .wc_payment_method label img {
    height: 20px !important;
    width: auto !important;
}

.payment_method_bobpay_credit_card label img[src*="visa"] {
    height: 15px !important;
}