.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;
}