<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.visa-card-icon-v2,
.master-card-icon-v2,
.amex-card-icon-v2,
.discover-card-icon-v2 {
    margin-right: 8px;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    display: inline-block;
    width: 46px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.visa-card-icon-v2 {
    background-image: url('./Images/visa-card.png');
}

.master-card-icon-v2 {
    background-image: url('./Images/master-card.png');
    background-position: 0px -4px;
    margin-right: 2px !important;
}

.amex-card-icon-v2 {
    background-image: url('./Images/amex-card.png');
    width: 30px !important;
}

.discover-card-icon-v2 {
    background-image: url('./Images/discover-card.png');
}

    .visa-card-icon-v2.disabled-card,
    .master-card-icon-v2.disabled-card,
    .amex-card-icon-v2.disabled-card,
    .discover-card-icon-v2.disabled-card {
        opacity: 0.5
    }

.payment-type .amex-card-icon-v2, 
.checkout-paymenttypes-list .amex-card-icon-v2 {
    margin-right: 23px;
}

.card-separator {
    display: inline-block;
    border-left: 1.5px solid #ddd;
    margin-right: 8px;
    height: 28px;
    margin-bottom: 1px;
}
</pre></body></html>