
.npl-box{
    max-width:700px;
    margin:40px auto;
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    border:1px solid #eee;
}

.npl-box h2{
    font-size:30px;
    margin-bottom:25px;
}

.npl-option-btn{
    width:100%;
    border:none;
    background:#f7f7f7;
    padding:18px;
    border-radius:14px;
    margin-bottom:14px;
    text-align:left;
    font-size:17px;
    cursor:pointer;
    transition:0.3s;
}

.npl-option-btn:hover{
    background:#ececec;
}

.npl-result-item{
    margin-bottom:18px;
}

.npl-result-top{
    display:flex;
    justify-content:space-between;
    margin-bottom:8px;
}

.npl-progress{
    width:100%;
    height:14px;
    background:#eee;
    border-radius:20px;
    overflow:hidden;
}

.npl-progress-bar{
    height:100%;
    background:#2563eb;
}
