
#pg-wrap{
 position:fixed;
 bottom:80px;
 left:20px;
 width:350px;
 background:#020617;
 color:#fff;
 padding:15px;
 border-radius:12px;
}

#pg-q{
 width:100%;
 padding:10px;
 border-radius:8px;
 border:none;
 margin-bottom:10px;
}

#pg-res{
 max-height:400px;
 overflow-y:auto;
}

.pg-card{
 background:#020617;
 border-radius:14px;
 padding:14px;
 margin-bottom:14px;
 box-shadow:0 10px 25px rgba(0,0,0,0.5);
 transition:all 0.3s ease;
}

.pg-card:hover{
 transform:scale(1.02);
}

.pg-title{
 font-weight:bold;
}

.pg-meta,.pg-price{
 margin-top:6px;
 font-size:13px;
}

.pg-actions a{
 margin-right:10px;
 color:#38bdf8;
}

.pg-order{
 margin-top:10px;
 width:100%;
 padding:10px;
 background:#2563eb;
 border:none;
 border-radius:8px;
 color:#fff;
}

.loader{
 text-align:center;
 padding:20px;
 color:#38bdf8;
}
