.yy-deposit{
    max-width:520px;
    margin:20px auto;
    padding:18px;
    background:#fff;
    border:1px solid #eee;
    border-radius:12px;
    font-family:Arial, sans-serif;
}

.yy-deposit h3{
    text-align:center;
    margin-bottom:12px;
}

.yy-deposit p{
    margin:6px 0;
    font-size:14px;
}

.yy-deposit strong{
    color:#e53935;
}

/* ===== AMOUNT ===== */
.amount-box{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:12px;
}

.amount-box a{
    padding:7px 10px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:13px;
    text-decoration:none;
    transition:0.15s;
    color:#333;
}

.amount-box a:hover{
    background:#f5f5f5;
    transform:translateY(-1px);
}

.amount-box a.active{
    background:#111;
    color:#fff;
    border-color:#111;
}

/* ===== QR ===== */
.yy-deposit img{
    display:block;
    margin:10px auto;
    max-width:260px;
    border-radius:10px;
    background:#fafafa;
}

/* ===== BUTTON ===== */
.yy-deposit button{
    padding:6px 10px;
    border:0;
    border-radius:6px;
    background:#111;
    color:#fff;
    font-size:13px;
    cursor:pointer;
    transition:0.15s;
}

.yy-deposit button:hover{
    opacity:0.85;
}












.yy-history {
    width: 100%;
    overflow-x: auto;
}

.yy-history-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; /* tránh vỡ cột */
}

.yy-history-table th,
.yy-history-table td {
    white-space: nowrap;
}

/* MOBILE */
@media (max-width: 768px) {

    .yy-history-table {
        min-width: 520px;
        font-size: 13px;
    }

    .yy-history-table th,
    .yy-history-table td {
        padding: 8px !important;
    }

    .yy-history {
        -webkit-overflow-scrolling: touch;
    }
}
