/*
|--------------------------------------------------------------------------
| Prize Finder Pro
|--------------------------------------------------------------------------
*/

.pfp-search-wrapper{
    width:100%;
    max-width:600px;
    margin:20px auto;
}

.pfp-search-form{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.pfp-search-form input{
    flex:1;
    min-width:200px;
    height:50px;
    padding:0 15px;
    font-size:16px;
    border:2px solid #0056b3;
    border-radius:8px;
    outline:none;
    box-sizing:border-box;
}

.pfp-search-form button{
    height:50px;
    padding:0 30px;
    background:#0056b3;
    color:#fff;
    border:0;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
}

.pfp-result{

    width:100%;
    max-width:100%;
    background:#ffffff;
    padding:20px;
    margin:25px auto;
    box-sizing:border-box;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.15);

}

.pfp-title{

    text-align:center;
    color:#0056b3;
    font-size:28px;
    margin-bottom:20px;

}

.pfp-image{

    text-align:center;
    margin-bottom:20px;

}

.pfp-image img{

    width:100%;
    max-width:450px;
    height:auto;
    border-radius:10px;

}

.pfp-row{

    display:flex;
    justify-content:space-between;
    gap:15px;
    padding:12px 0;
    border-bottom:1px solid #ececec;
    font-size:17px;

}

.pfp-row span{

    font-weight:700;
    color:#000;

}

.pfp-row strong{

    text-align:right;
    color:#333;
    word-break:break-word;

}

.pfp-process{

    margin-top:15px;
    margin-bottom:25px;
    line-height:2;
    font-size:16px;

}

.pfp-bank{

    background:#0056b3;
    color:#fff;
    padding:20px;
    border-radius:10px;
    margin-top:20px;

}

.pfp-bank h3{

    color:#fff;
    text-align:center;
    margin-bottom:20px;

}

.pfp-bank p{

    color:#fff;
    margin:10px 0;
    line-height:1.8;

}

.pfp-bank strong{

    color:#fff;

}

.pfp-not-found{

    margin-top:20px;
    background:#ffeaea;
    border:1px solid #ffb8b8;
    padding:20px;
    border-radius:10px;
    text-align:center;

}

/*-----------------------------
Mobile
-----------------------------*/

@media(max-width:768px){

.pfp-result{

    width:100%;
    padding:15px;
    border-radius:0;
    box-shadow:none;

}

.pfp-title{

    font-size:22px;

}

.pfp-image img{

    width:100%;
    max-width:100%;

}

.pfp-row{

    display:block;
    font-size:16px;

}

.pfp-row span{

    display:block;
    margin-bottom:5px;

}

.pfp-row strong{

    display:block;
    text-align:left;

}

.pfp-search-form{

    display:block;

}

.pfp-search-form input{

    width:100%;
    margin-bottom:10px;

}

.pfp-search-form button{

    width:100%;

}

.pfp-bank{

    padding:15px;

}

}

/*-----------------------------
UPI QR Code
-----------------------------*/

.pfp-upi-qr{
    margin:25px auto 5px;
    padding:15px;
    max-width:240px;
    background:#fff;
    color:#111;
    border-radius:10px;
    text-align:center;
}

.pfp-upi-qr h4{
    margin:0 0 12px;
    color:#0056b3;
    font-size:18px;
}

#pfp-upi-qr-code{
    width:180px;
    height:180px;
    margin:0 auto;
}

.pfp-custom-qr{
    display:block;
    width:180px !important;
    height:180px !important;
    object-fit:contain;
    margin:0 auto;
}

#pfp-upi-qr-code img,
#pfp-upi-qr-code canvas{
    display:block;
    width:180px !important;
    height:180px !important;
    margin:0 auto;
}

.pfp-qr-help{
    color:#333 !important;
    font-size:13px;
    margin:12px 0 0 !important;
    line-height:1.4 !important;
}
