﻿.bank-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
}

    .bank-item:hover {
        background: #f9f9f9;
    }

.bank-checkbox {
    transform: scale(1.3);
    cursor: pointer;
}

.bank-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bank-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.bank-texts {
    display: flex;
    flex-direction: column;
}

.bank-name {
    font-weight: bold;
    font-size: 16px;
}

.bank-iban {
    font-size: 14px;
    color: #444;
}
.link-item .active {
    color: #1914fe !important;
}

.credit-card-form .form-control {
    height: 48px;
    font-size: 16px;
}

.cc-number {
    letter-spacing: 2px;
}

.cc-exp, .cc-cvv {
    text-align: center;
    letter-spacing: 1px;
}
