/* ITNETCOM_FOOTER_PAYMENTS_PNG_B2B_V1 */
.site-footer .footer-payments {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    min-height: 28px;
}

.site-footer .footer-payments .payment-icon {
    display: none !important;
}

.site-footer .footer-payments .itn-footer-payments-logo {
    display: block !important;
    width: auto !important;
    max-width: 420px !important;
    height: auto !important;
    max-height: 28px !important;
    object-fit: contain !important;
}

@media (max-width: 768px) {
    .site-footer .footer-payments {
        justify-content: flex-start !important;
        width: 100% !important;
        min-height: 26px;
    }

    .site-footer .footer-payments .itn-footer-payments-logo {
        max-width: min(100%, 360px) !important;
        max-height: 26px !important;
    }
}
