﻿/* bank-qr.css
   Khung QR ngân hàng động (SystemSettings nhóm "Bank") — dùng chung Deposit + Pricing.
   Markup do js/bank-qr.js sinh ra trong #bankQrList. */

.bank-qr-card {
    height: 100%;
    padding: 1rem;
    border: 1px solid #e5eaf2;
    border-radius: 12px;
    text-align: center;
    background: #fff;
}

.bank-qr-img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: .75rem;
}

.bank-qr-logo {
    max-width: 120px;
    max-height: 40px;
    object-fit: contain;
    margin-bottom: .5rem;
}

.bank-qr-name {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: .5rem;
    color: #1a3c34;
}

.bank-qr-info p {
    margin-bottom: .35rem;
    font-size: .9rem;
}

.bank-qr-info p:last-child {
    margin-bottom: 0;
}
