/* Kashier gateway icons on the checkout page */
.tutor-checkout-payment-item .tutor-payment-item-content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 6px;
}

.tutor-checkout-payment-item .tutor-payment-item-content img {
    height: 26px !important;
    width: auto !important;
    max-width: 70px !important;
    object-fit: contain;
    display: inline-block;
    flex-shrink: 0;
}

