#custom-rating-container{max-width:600px;margin:0 auto 10px auto;text-align:center;background-color:#f9f9f9;padding:20px;border-radius:10px;border:1px solid #ddd;box-shadow:0 4px 8px rgb(0 0 0 / .1)}.custom-star-rating{display:flex;justify-content:center;gap:5px;margin-bottom:10px}.custom-star-rating .star{font-size:30px;cursor:pointer;color:gray}.custom-star-rating .star:hover,.custom-star-rating .star.selected{color:#f7ad33}#rating-result{font-size:16px;color:#333;margin-top:10px}#commentform{max-width:600px;margin:0 auto;padding:10px;background-color:#fff;border-radius:10px;border:1px solid #ddd}#commentform input[type="text"],#commentform textarea{width:100%;max-width:100%;padding:10px;margin:10px 0;border-radius:5px;border:1px solid #ddd;box-sizing:border-box}#commentform input[type="submit"]{background-color:#f7ad33;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;width:100%;max-width:250px;margin-top:10px;box-sizing:border-box}#commentform input[type="submit"]:hover{background-color:#f29e00}#comments{max-width:600px;margin:20px auto;padding:20px;background-color:#f9f9f9;border-radius:10px;border:1px solid #ddd}#respond .comment-reply-title{font-size:18px;font-weight:semi bold;text-align:center;margin-bottom:10px;color:#333}#comments h2{font-size:18px}.comment-count{font-size:16px}.comment-reply-title{font-size:18px}.comment-reply-link{font-size:14px}#custom-rating-container{display:none!important}