
/* Card to Card Payment Gateway Checkout Styles */
.payment_method_card2card img {
    max-width: 80px !important;
    max-height: 50px !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: 10px !important;
    object-fit: contain !important;
}

/* Ensure description is visible */
.payment_method_card2card .payment_box {
    font-size: 14px;
    line-height: 1.6;
}
