/* ======================================================
   1. GIAO DIỆN QUÉT MÃ VIETQR (THANK YOU PAGE)
   ====================================================== */
#wdep-qr-box { max-width: 450px; margin: 20px auto; border: 2px solid #0073aa; border-radius: 12px; overflow: hidden; background: #fff; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: opacity 0.5s; } 
.wdep-bank-tabs { display: flex; background: #f0f0f1; border-bottom: 1px solid #ddd; } 
.wdep-bank-tab { flex: 1; padding: 15px 5px; cursor: pointer; border: none; background: none; font-weight:600; color:#555; } 
.wdep-bank-tab.active { background: #fff; color: #0073aa; border-bottom: 3px solid #0073aa; } 
.wdep-qr-content { padding: 30px; } 
#wdep-qr-img { width: 100%; border-radius: 8px; border:1px solid #eee; margin-bottom:15px; } 
.wdep-note { font-size: 15px; margin-top: 15px; text-align:left; background:#f9f9f9; padding:15px; border-radius:5px; border:1px solid #eee; }
.wdep-loading-overlay { display:none; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.9); align-items:center; justify-content:center; flex-direction:column; z-index:10; }

/* ======================================================
   2. GIAO DIỆN KHUNG DOWNLOAD & LICENSE INFO 
   ====================================================== */
.wdep-ss-box { background:#fff; border:1px solid #c3e6cb; border-left:5px solid #28a745; padding:20px; margin:20px 0; box-shadow:0 2px 5px rgba(0,0,0,0.05); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.wdep-ss-header { display:flex; align-items:center; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:10px; }
.wdep-ss-header h3 { margin:0; color:#28a745; font-size:16px; text-transform:uppercase; font-weight:700; }
.wdep-ss-row { display:flex; justify-content:space-between; margin-bottom:8px; font-size:14px; color:#333; }
.wdep-ss-label { color:#666; font-weight:500; }
.wdep-ss-val { font-weight:bold; color:#333; text-align:right; }
.wdep-ss-key { background:#f0f0f1; padding:4px 8px; border-radius:3px; font-family:monospace; color:#d63638; border:1px solid #ccc; font-size:15px; letter-spacing:1px; }
.wdep-btn-dl { display:inline-block; margin-top:10px; padding:8px 15px; background:#0073aa; color:#fff !important; text-decoration:none; border-radius:4px; font-weight:bold; font-size:13px; }
.wdep-btn-dl:hover { background:#005177; }
.wdep-act-info { margin-top:10px; padding:10px; background:#e9f7ef; border-radius:4px; border:1px dashed #28a745; }
.wdep-act-row { display:flex; justify-content:space-between; font-size:13px; margin-bottom:4px; }