.average-rating-display{text-align:center;margin-bottom:30px}.average-rating-display h2{font-size:24px;color:#333}.average-rating-display .stars{display:flex;justify-content:center;margin-top:10px}.average-rating-display .star{font-size:24px;color:#ccc;margin-right:5px}.average-rating-display .star.filled{color:#ff5a5f}.reviews-list .review{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 8px rgb(0 0 0 / .1);margin-bottom:20px}.review-header{display:flex;align-items:center;margin-bottom:10px}.review-user-photo{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:15px}.review-user-name{font-weight:700;color:#333;display:block}.review-date{font-size:14px;color:#777}.review-rating .star{font-size:18px;color:#ccc;margin-right:3px}.review-rating .star.filled{color:#ff5a5f}.review-title{font-size:18px;color:#333;margin:10px 0}.review-comments{font-size:16px;color:#555}.review-details{margin-top:10px}.review-details span{display:inline-block;margin-right:15px;font-size:14px;color:#555}.review-images{display:flex;align-items:center;margin-top:10px;gap:10px;flex-wrap:wrap}.review-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:5px;cursor:pointer}.view-more-images{padding:5px 10px;background-color:#ff5a5f;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px}.popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .6);display:none;justify-content:center;align-items:center;z-index:1000;padding:10px}.popup-content{background:#fff;padding:30px;border-radius:10px;width:100%;max-width:500px;position:relative;box-sizing:border-box;max-height:90vh;overflow-y:auto}.popup-content h3{margin-top:0;color:#ff5a5f;text-align:center}.close-popup{position:absolute;top:15px;right:20px;font-size:24px;cursor:pointer;color:#aaa}.close-popup:hover{color:#ff5a5f}.progressbar{display:flex;justify-content:space-between;margin-bottom:30px;counter-reset:step}.progressbar .step{position:relative;text-align:center;flex:1}.progressbar .step::before{content:counter(step);counter-increment:step;width:30px;height:30px;line-height:30px;border:2px solid #ddd;display:block;text-align:center;margin:0 auto 10px auto;border-radius:50%;background-color:#fff;color:#ddd}.progressbar .step::after{content:'';position:absolute;width:100%;height:2px;background-color:#ddd;top:15px;left:-50%;z-index:-1}.progressbar .step:first-child::after{content:none}.progressbar .step.active::before,.progressbar .step.active::after{background-color:#ff5a5f;color:#fff;border-color:#ff5a5f}.progressbar .step.active+.step::after{background-color:#ff5a5f}.review-form label{display:block;margin:15px 0 5px;color:#333;font-weight:700}.review-form input[type="text"],.review-form input[type="email"],.review-form textarea,.review-form select{width:100%;padding:10px;border:1px solid #ddd;border-radius:5px;font-size:14px;box-sizing:border-box}.review-form textarea{resize:vertical;min-height:80px}.star-rating{display:flex;flex-direction:row-reverse;justify-content:flex-end}.star-rating input[type="radio"]{display:none}.star-rating label{font-size:30px;color:#ccc;cursor:pointer;transition:color 0.2s}.star-rating input[type="radio"]:checked~label,.star-rating input[type="radio"]:checked~label~label{color:#ff5a5f}.button-group{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.btn-next,.btn-prev{padding:10px 20px;background-color:#ff5a5f;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;margin-top:20px;transition:background-color 0.3s}.btn-prev{background-color:#ccc;margin-right:10px}.btn-prev:hover{background-color:#b3b3b3}.btn-next:hover{background-color:#e04850}.btn-add-review{padding:12px 24px;background-color:#ff5a5f;color:#fff;border:none;border-radius:25px;cursor:pointer;font-size:18px;transition:background-color 0.3s,transform 0.2s;display:inline-block;text-align:center;box-sizing:border-box;width:auto}.btn-add-review:hover{background-color:#e04850;transform:scale(1.05)}.btn-add-review:active{transform:scale(.95)}@media (max-width:768px){.btn-add-review{padding:10px 20px;font-size:16px;border-radius:20px}}@media (max-width:480px){.btn-add-review{padding:8px 16px;font-size:16px;width:100%;border-radius:20px}.add-review-button{width:100%;text-align:center}}.add-review-button{margin:30px 0;display:flex;justify-content:center;align-items:center}.submit-review{width:100%;padding:12px;background-color:#ff5a5f;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;margin-top:20px;transition:background-color 0.3s;position:relative;display:flex;align-items:center;justify-content:center}.submit-review:hover{background-color:#e04850}.button-spinner{border:3px solid #f3f3f3;border-top:3px solid #fff;border-radius:50%;width:16px;height:16px;animation:spin 1s linear infinite;margin-left:10px;display:none}.submit-review.disabled{background-color:#a94442;cursor:not-allowed}.submit-review.disabled .button-spinner{display:inline-block}.confirmation-message{text-align:center;margin-top:20px}.confirmation-message p{color:#28a745;font-size:16px;margin-bottom:20px}.confirmation-message .volver-web{padding:10px 20px;background-color:#ff5a5f;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color 0.3s}.confirmation-message .volver-web:hover{background-color:#e04850}.images-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .8);display:none;justify-content:center;align-items:center;z-index:1001;padding:10px}.images-popup-content{background:#fff;padding:20px;border-radius:10px;position:relative;max-width:90%;max-height:90%;overflow-y:auto}.images-popup-content .close-images-popup{position:absolute;top:10px;right:15px;font-size:28px;cursor:pointer;color:#aaa}.images-popup-content .close-images-popup:hover{color:#ff5a5f}.images-gallery{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.gallery-image{width:150px;height:150px;object-fit:cover;border-radius:5px}.form-step{display:none}.form-step-active{display:block}.form-row{display:flex;gap:20px;flex-wrap:wrap}.form-group{flex:1;min-width:200px}.pagination{text-align:center;margin-top:20px}.pagination a,.pagination span{display:inline-block;padding:8px 16px;margin:0 4px;text-decoration:none;color:#ff5a5f;border:1px solid #ff5a5f;border-radius:4px}.pagination a:hover{background-color:#ff5a5f;color:#fff}.pagination .current{background-color:#ff5a5f;color:#fff;border-color:#ff5a5f}@media (max-width:768px){.progressbar .step::before{width:25px;height:25px;line-height:25px}.progressbar .step p{font-size:12px}.form-row{flex-direction:column}.form-group{min-width:100%}.review-title{font-size:16px}.review-comments{font-size:14px}.gallery-image{width:100px;height:100px}}@media (max-width:480px){.average-rating-display h2{font-size:18px}.average-rating-display .star{font-size:20px}.star-rating label{font-size:24px}.popup-content{padding:20px}.button-spinner{width:16px;height:16px}.preloader p{font-size:14px}.submit-review .button-spinner{width:16px;height:16px}}