.wupp-row {
    padding: 12px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wupp-title { font-weight: 600; font-size: 15px; }
.wupp-date { color: #777; font-size: 13px; }
.wupp-btn {
    background: #0073aa;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
}

#wupp-popup-overlay {
    display:none;
    position:fixed;
    top:0;left:0;width:100%;height:100%;
    background:rgba(0,0,0,0.65);
    z-index:99999;
}
#wupp-popup-box {
    margin:80px auto;
    background:white;
    width:90%;max-width:540px;
    padding:20px;border-radius:10px;
    position:relative;
}
#wupp-popup-close {
    position:absolute;top:10px;right:12px;
    cursor:pointer;font-size:20px;font-weight:bold;
}

.renew-btn {
    background:#28a745;
    color:white;
    padding:8px 16px;
    display:inline-block;
    border-radius:8px;
    text-decoration:none;
}

.v2ray-popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    max-width: 320px;
    width: 90%;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    text-align: center;
    z-index: 999999;
}

.v2ray-popup-box button,
.v2ray-popup-box a {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    background: #0073aa;
    color: white;
    text-decoration: none;
}

/* --- دکمه کپی یوزرنیم/پسورد --- */
.copy-btn {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border-radius: 10px;
    border: 0;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
}

.copy-btn .icon-copy::before {
    content: "📋";
    font-size: 18px;
}

/* --- پاپ‌آپ V2Ray --- */
.v2ray-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.v2ray-popup-inner {
    background: #fff;
    padding: 25px;
    width: 300px;
    border-radius: 12px;
    position: relative;
    text-align: center;
}

.v2ray-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
}

.v2ray-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.v2ray-buttons button,
.v2ray-buttons a {
    flex: 1;
    margin: 0 5px;
    padding: 10px;
    border-radius: 10px;
    border: 0;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

