﻿/* Match the "Vault" item look from Logins/Favs */
.payment-horizontal-card {
    border: 1px solid #f1f1f1 !important;
    transition: transform 0.15s ease, border-color 0.2s ease;
}

    .payment-horizontal-card:hover {
        border-color: #e2e2e2 !important;
        background-color: #fafafa;
    }

.img-wrapper {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* Object-contain is better for logos so they don't get cropped */
.object-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.x-extra-small {
    font-size: 11px;
    line-height: 1.2;
}

/* Professional Touch Feedback */
.payment-horizontal-card:active {
    transform: scale(0.98);
    background-color: #f0f0f0;
}
