#product-review-form{background:#fff;border:1px solid #e5e5e5;border-radius:6px;padding:1.5em;margin:2em 0;box-sizing:border-box}#product-review-form h3{margin-top:0;margin-bottom:1em;font-size:1.5rem;color:#333}#product-review-form input,#product-review-form select,#product-review-form textarea{width:100%;padding:.6em;border:1px solid #ccc;border-radius:4px;margin-bottom:1em;box-sizing:border-box}#product-review-form textarea{min-height:120px;resize:vertical}#product-review-form button[type="submit"]{background:#0073e6;color:#fff;padding:.8em 1.4em;border:none;border-radius:4px;text-transform:uppercase;font-weight:700;cursor:pointer}#product-review-form button[type="submit"]:hover{background:#005bb5}.pr-image-inputs{display:flex;gap:.5em;margin-bottom:1em}.pr-image-slot{position:relative;width:80px;height:80px;border:2px dashed #ccc;border-radius:4px;background:#fafafa;display:flex;align-items:center;justify-content:center;cursor:pointer}.pr-image-slot input[type="file"]{position:absolute;inset:0;opacity:0;cursor:pointer}.pr-image-slot span{pointer-events:none;font-size:1.5rem;color:#ccc}.pr-image-slot img.pr-preview{width:100%;height:100%;object-fit:cover;border-radius:4px}.pr-review-header{font-size:1.2rem;margin-bottom:1em;color:#333}.pr-review-header strong{color:#f1c40f}.pr-overview-body{display:flex;align-items:center;gap:2em;background:#fff;border:1px solid #e5e5e5;border-radius:6px;padding:1.5em;margin-bottom:2em;box-sizing:border-box}.pr-overview-dist{flex:1}.pr-dist-row{display:flex;align-items:center;margin:.2em 0}.pr-dist-row span:first-child{flex:0 0 3em;font-weight:700;color:#333}.pr-bar{flex:1;height:8px;background:#eee;border-radius:4px;margin:0 .5em;overflow:hidden}.pr-bar>div{height:100%;background:#f1c40f}.pr-count{flex:0 0 2em;text-align:right;font-size:.9rem;color:#555}.pr-overview-action{flex:0 0 auto}#pr-show-form-button{background:#0073e6;color:#fff;padding:.8em 1.2em;border:none;border-radius:4px;text-transform:uppercase;cursor:pointer}#pr-show-form-button:hover{background:#005bb5}.pr-image-gallery{margin:2em 0}.pr-image-gallery h4{margin-bottom:.5em;font-size:1.2rem;font-weight:700;color:#333}.pr-image-gallery a{display:inline-block;margin:.3em;border:1px solid #e5e5e5;border-radius:4px;overflow:hidden}.pr-image-gallery img{width:80px;height:80px;object-fit:cover}.pr-review-list{margin:2em 0}.pr-review-list h4{margin-bottom:1em;font-size:1.5rem;font-weight:700;color:#333}.pr-review-item{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:1em;margin-bottom:1em;box-sizing:border-box}.pr-review-item strong{font-size:1.1rem;font-weight:700;color:#222}.pr-review-item span{color:#f1c40f;margin-left:.3em}.pr-review-item small{float:right;color:#999;font-size:.85rem}.pr-review-item p{margin:.8em 0 0;line-height:1.4}.pr-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:9999;align-items:center;justify-content:center;padding:1em;box-sizing:border-box}.pr-modal-overlay.active{display:flex}.pr-modal-content{background:#fff;border-radius:6px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:1.5em;box-sizing:border-box}.pr-modal-close{position:absolute;top:.5em;right:.5em;background:#fff0;border:none;font-size:1.5rem;line-height:1;cursor:pointer}.pr-review-images{margin-top:.5em;display:flex;gap:.5em}.pr-inline-image{width:60px;height:60px;object-fit:cover;border:1px solid #ddd;border-radius:4px}.pr-review-images{margin-top:.5em;display:flex;gap:.5em}.pr-inline-image{width:60px;height:60px;object-fit:cover}@media only screen and (max-width:480px){.pr-review-header{text-align:center;margin-bottom:.5em}.pr-overview-body{display:flex;flex-direction:column;align-items:center;gap:.8em;padding:.8em 1em}.pr-overview-action{order:0}.pr-overview-dist{order:1;width:100%}#pr-show-form-button{padding:.5em 1em;font-size:.9rem;width:auto}}.pr-review-pagination{text-align:center;margin:1.5em 0}.pr-review-pagination a{display:inline-block;margin:0 .3em;padding:.4em .8em;border:1px solid #ddd;border-radius:4px;color:#0073e6;text-decoration:none;font-weight:700;transition:background .2s,color .2s}.pr-review-pagination a:hover{background:#0073e6;color:#fff;border-color:#0073e6}.pr-review-pagination a.active{background:#0073e6;color:#fff;border-color:#0073e6;cursor:default}.pr-star-rating{display:flex;gap:1em;flex-direction:row-reverse}.pr-star-rating input[type="radio"]{position:absolute;opacity:0}.pr-star-rating label{display:flex;flex-direction:column;align-items:center;cursor:pointer}.pr-star-rating .star{font-size:2rem;color:#ccc;transition:color .2s}.pr-star-rating .star-text{margin-top:.3em;font-size:.85rem;color:#555}.pr-star-rating label:hover .star,.pr-star-rating label:hover~label .star{color:#f1c40f}.pr-star-rating input[type="radio"]:checked+label .star,.pr-star-rating input[type="radio"]:checked~label .star{color:#f1c40f}.pr-star-rating{display:flex;justify-content:space-between;width:100%;max-width:400px;margin:0 auto 1em}@media (max-width:480px){.pr-star-rating .star{font-size:1.5rem}.pr-star-rating .star-text{font-size:.75rem}}.pr-star-rating label{display:flex!important;flex-direction:column!important;align-items:center!important}.pr-star-rating .star-text{order:2;margin-top:.3em!important}.pr-star-rating .star{font-size:3rem}