.pj-review-wrapper{

    max-width:600px;

    margin:auto;

    background:#fff;

    padding:30px;

    border-radius:12px;

    box-shadow:0 0 15px rgba(0,0,0,0.1);
}

#pj-review-form input,
#pj-review-form select,
#pj-review-form textarea{

    width:100%;

    padding:14px;

    margin-bottom:15px;

    border:1px solid #ddd;

    border-radius:8px;

    font-size:16px;
}

#pj-review-form textarea{

    min-height:120px;
}

#pj-review-form button{

    background:#0073aa;

    color:#fff;

    border:none;

    padding:14px 25px;

    border-radius:8px;

    cursor:pointer;

    font-size:16px;
}

.pj-review-card{

    background:#fff;

    padding:20px;

    margin-bottom:20px;

    border-radius:10px;

    box-shadow:0 0 10px rgba(0,0,0,0.08);
}

.pj-stars{

    color:#ffb400;

    font-size:24px;

    margin-bottom:10px;
}

.pj-review-image{

    width:100%;

    max-width:250px;

    border-radius:10px;

    margin-top:10px;
}

.pj-date{

    color:#666;

    font-size:14px;
}

.pj-location{

    color:#444;

    margin-bottom:10px;
}

.pj-rating-summary{

    background:#fff;

    padding:25px;

    border-radius:12px;

    margin-bottom:30px;

    box-shadow:0 0 10px rgba(0,0,0,0.08);
}

.pj-average-rating{

    font-size:42px;

    margin-bottom:5px;

    color:#ffb400;
}

.pj-total-review{

    margin-bottom:20px;

    color:#666;
}

.pj-rating-row{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:12px;
}

.pj-bar{

    flex:1;

    height:10px;

    background:#eee;

    border-radius:20px;

    overflow:hidden;
}

.pj-fill{

    height:100%;

    background:#ffb400;
}