:root{--range-track-gradient:#D1DEFF 10%,
            #BBD2FF 20%,
            #A3C4FF 30%,
            #8BB7FF 40%,
            #75AAFF 50%,
            #5D9CFE 60%,
            #4790FF 70%,
            #2D82FF 80%,
            #1976FF 90%,
            #0169FF 100%;--range-track-background-size:100%}.new-comment-area{font-family:YekanBakhFaNum;display:flex;flex-direction:column;gap:24px}.new-comment-area .description{color:#4C5E8C;font-weight:400;font-size:12px;line-height:24px;letter-spacing:0;display:flex;align-items:start;gap:4px;justify-content:center}.new-comment-area .new-comment-button{background:#3E74FE;border:1px solid #3E74FE;padding:8px 12px;border-radius:12px;text-align:center;color:#FFF;font-weight:400;font-size:14px;line-height:200%;letter-spacing:0;cursor:pointer;transition:0.3s ease all}.new-comment-area .new-comment-button:hover{background:#3563D8;color:#FFF;transition:0.3s ease all}.new-comment-area .new-comment-form{display:none;position:fixed;top:0;bottom:0;right:0;left:0;margin:auto;background:#9aa9b375;height:100%;width:100%;z-index:1000}.new-comment-area .new-comment-form.show{display:flex}.new-comment-area .new-comment-form .invalid{color:#FF6565!important}.new-comment-area .new-comment-form textarea.invalid{border-color:#FF6565!important}.new-comment-area .new-comment-form .form{display:none;margin:auto;background:#fff;width:700px;height:fit-content;padding:32px;border-radius:24px;flex-direction:column;gap:32px}.new-comment-area .new-comment-form .form.show{display:flex}.new-comment-area .new-comment-form .form[data-form="understand"]{width:440px}.new-comment-area .new-comment-form .form .bg-gray{background:#F2f2F2;padding:16px;border-radius:12px;flex-direction:row!important;align-items:center}.new-comment-area .new-comment-form .form .title{color:#1C3472;font-weight:700;font-size:20px;line-height:180%;letter-spacing:0;text-align:center}.new-comment-area .new-comment-form .form .input-row{display:flex;flex-direction:column;gap:8px;flex:1}.new-comment-area .new-comment-form .form .input-row:has(textarea){position:relative}.new-comment-area .new-comment-form .form .input-row.step-2{height:0;overflow:hidden;flex:unset}.new-comment-area .new-comment-form .form .input-row .input-group{display:flex;align-items:center;gap:16px}.new-comment-area .new-comment-form .form .input-row .input-box:has(#verify_code){display:flex;gap:8px;align-items:center;direction:ltr}.new-comment-area .new-comment-form .form .input-row .rate-stars{display:flex;gap:8px;align-items:center;direction:ltr;justify-content:left}.new-comment-area .new-comment-form .form .input-row .rate-stars span{cursor:pointer}.new-comment-area .new-comment-form .form .label{color:#333;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;text-align:right}.new-comment-area .new-comment-form .form .input-flex{display:flex;gap:24px;align-items:flex-start;flex:1}.new-comment-area .new-comment-form .form input[type="range"]{width:100%;height:10px;background:#ddd;border-radius:5px;outline:none;direction:ltr}.new-comment-area .new-comment-form .form input[type="range"]::-webkit-slider-runnable-track{-webkit-appearance:none;border-radius:5px;background-size:var(--range-track-background-size)!important;background:linear-gradient(90deg,var(--range-track-gradient)) no-repeat}.new-comment-area .new-comment-form .form input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;border-radius:50%;cursor:pointer;box-shadow:0 8px 6px 6px #00000040;z-index:3;background:#2D82FF;outline:9px solid #FFF}.new-comment-area .new-comment-form .form input[type="range"]::-moz-range-track{-moz-appearance:none;appearance:none;height:10px;border-radius:5px;background-size:var(--range-track-background-size)!important;background:linear-gradient(90deg,var(--range-track-gradient)) no-repeat}.new-comment-area .new-comment-form .form input[type="range"]::-moz-range-thumb{-moz-appearance:none;appearance:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 4px 0 #00000040;z-index:3;width:30px;height:30px;background:#2D82FF;display:inline-block;outline:9px solid #FFF;outline-offset:-8px}.new-comment-area .new-comment-form .form .ticks{display:flex;justify-content:space-between;font-size:12px;color:#CBD0DD;margin:-4px 8px 0 8px}@-moz-document url-prefix(){.new-comment-area .new-comment-form .form .ticks{margin:-4px 14px 0 14px}}.new-comment-area .new-comment-form .form .show-rating{display:flex;gap:4px;align-items:end;min-width:70px;justify-content:left}.new-comment-area .new-comment-form .form .rate{color:#2D82FF;font-weight:700;font-size:44px;line-height:30px;letter-spacing:0;text-align:left;flex-grow:1}.new-comment-area .new-comment-form .form .rate-max{color:#7684A7;font-weight:400;font-size:20px;line-height:100%;letter-spacing:0;text-align:center}.new-comment-area .new-comment-form .form .comment-limit-counter{font-size:14px;color:#4c5e8c6e;display:flex;align-self:flex-end;margin-left:auto}.new-comment-area .new-comment-form .form .input-group:has([type="radio"]) label{font-size:14px;font-weight:400;display:flex;gap:4px;align-items:center;flex-flow:row-reverse}.new-comment-area .new-comment-form .form .input-group:has([type="radio"]) input{width:20px;height:20px}.new-comment-area .new-comment-form .form .input-group:has([type="radio"]) label:hover,.new-comment-area .new-comment-form .form .input-group:has([type="radio"]) input:hover{cursor:pointer}.new-comment-area .new-comment-form .form #comment_text{border:1px solid #f2f2f2!important;border-radius:12px;resize:none;overflow-y:auto;overflow-x:hidden;color:#152242;background:#F2F2F2}.new-comment-area .new-comment-form .form #comment_text:focus{border:1px solid #3E74FE!important;outline:none!important}.new-comment-area .new-comment-form .form #comment_text::placeholder{color:#999}.new-comment-area .new-comment-form .form .guidance-and-rules{display:flex;justify-content:left;width:100%;align-items:center;gap:4px;align-self:end}.new-comment-area .new-comment-form .form .guidance-and-rules:hover .show-guidance{color:#4C5E8C}.new-comment-area .new-comment-form .form .guidance-and-rules .show-guidance{color:#666;font-weight:400;font-size:12px;line-height:200%;letter-spacing:0;cursor:pointer}.new-comment-area .modal{position:fixed;display:none;width:700px;height:fit-content;top:0;bottom:0;left:0;right:0;margin:auto;background:#F6F8FE;padding:40px;border-radius:24px;flex-direction:column;gap:24px;z-index:1000;box-shadow:0 0 1000000px 1000px #9aa9b375}.new-comment-area .modal.show{display:flex}.new-comment-area .modal .return{display:none;gap:2px;cursor:pointer;width:fit-content}.new-comment-area .modal .head{display:flex;gap:8px;align-items:center;justify-content:center}.new-comment-area .modal .head span:last-child{color:#333;font-weight:700;font-size:20px;line-height:180%;letter-spacing:0}.new-comment-area .modal .modal-content{display:flex;flex-direction:column;gap:16px;overflow-y:auto;max-height:500px;padding:16px 0 16px 32px;border-bottom:1px solid #CBD0DD;border-top:1px solid #CBD0DD}.new-comment-area .modal .content{color:#333;font-weight:400;font-size:16px;line-height:32px;letter-spacing:0;text-align:justify}.new-comment-area .modal .close-modal{color:#fff;font-weight:400;font-size:16px;line-height:200%;letter-spacing:0;border:1px solid #3E74FE;border-radius:6px;padding:8px 16px;width:300px;margin:32px auto 0 auto;cursor:pointer;transition:0.3s ease all;background:#195AFE;text-align:center}.new-comment-area .modal .close-modal:hover{background:#3E74FE;color:#FFF;transition:0.3s ease all}.new-comment-area .new-comment-form .form .experience-time{display:flex;width:100%}.new-comment-area .new-comment-form .form .experience-time ul{display:flex;list-style:none;padding:0;gap:16px;align-items:center}.new-comment-area .new-comment-form .form .experience-time ul li{border:1px solid #EBEBEB;border-radius:12px;padding:16px;background:#FCFEFF;color:#152242;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;text-align:center;cursor:pointer;transition:0.3s ease all}.new-comment-area .new-comment-form .form .experience-time ul li:hover{background:#ECF1FF;transition:0.3s ease all}.new-comment-area .new-comment-form .form .experience-time ul li.selected{border:1px solid #3E74FE;background:#ECF1FF}.new-comment-area .new-comment-form .form .form-actions{display:flex;align-items:center;justify-content:center;gap:16px}.new-comment-area .new-comment-form .form .close-form{padding:12px 20px;font-weight:400;font-size:16px;letter-spacing:0;width:fit-content;cursor:pointer;color:#152242}.new-comment-area .new-comment-form .form .submit{background:#3E74FE;border-radius:12px;padding:12px 20px;color:#FFF;font-weight:400;font-size:16px;letter-spacing:0;text-align:center;width:300px;align-self:last baseline;cursor:pointer;transition:0.3s ease all}.new-comment-area .new-comment-form .form[data-form="understand"] .submit{width:100%;text-align:center}.new-comment-area .new-comment-form .form .submit:hover{background:#3563D8;transition:0.3s ease all}.new-comment-area .new-comment-form .form .actions{display:none;align-items:center;justify-content:space-between}.new-comment-area .new-comment-form .form[data-form="understand"] img{width:100px;margin:auto}.new-comment-area .new-comment-form .form[data-form="understand"] .thank-you-text{color:#1C3472;font-weight:400;font-size:16px;line-height:200%;letter-spacing:0}.new-comment-area .title{color:#1F3262;font-weight:700;font-size:16px;letter-spacing:0;text-align:center}.new-comment-area .actions{display:flex;gap:24px;justify-content:center}.new-comment-area .actions .like-area,.new-comment-area .actions .dislike-area{display:flex;align-items:center;gap:4px;color:#152242;font-weight:400;font-size:16px;letter-spacing:0;text-align:right}.new-comment-area .actions .like-area .reaction-count,.new-comment-area .actions .dislike-area .reaction-count{font-weight:400;font-size:14px;text-align:right}.new-comment-area .actions .like-area .reaction-count{color:#17CB35}.new-comment-area .actions .dislike-area .reaction-count{color:#ED2F2F}.new-comment-area .new-comment-icon{background-image:url('data:image/svg+xml,<svg width="15" height="19" viewBox="0 0 15 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.08273 15.6641C3.7269 15.6641 3.3944 15.5416 3.15523 15.3141C2.8519 15.0282 2.70607 14.5966 2.75857 14.1299L2.9744 12.2399C3.01523 11.8841 3.23107 11.4116 3.4819 11.1549L8.27107 6.08575C9.4669 4.81991 10.7152 4.78491 11.9811 5.98075C13.2469 7.17658 13.2819 8.42491 12.0861 9.69075L7.2969 14.7599C7.0519 15.0224 6.5969 15.2674 6.24107 15.3257L4.36273 15.6466C4.26357 15.6524 4.17607 15.6641 4.08273 15.6641ZM10.1436 5.97491C9.6944 5.97491 9.30357 6.25491 8.9069 6.67491L4.11773 11.7499C4.00107 11.8724 3.8669 12.1641 3.84357 12.3332L3.62773 14.2232C3.6044 14.4157 3.65107 14.5732 3.75607 14.6724C3.86107 14.7716 4.01857 14.8066 4.21107 14.7774L6.0894 14.4566C6.25857 14.4274 6.53857 14.2757 6.65523 14.1532L11.4444 9.08408C12.1677 8.31408 12.4302 7.60241 11.3744 6.61075C10.9077 6.16158 10.5052 5.97491 10.1436 5.97491Z" fill="%234C5E8C"/><path d="M10.9652 10.6593C10.9535 10.6593 10.936 10.6593 10.9244 10.6593C9.10436 10.4785 7.64019 9.09597 7.36019 7.28764C7.32519 7.04847 7.48852 6.8268 7.72769 6.78597C7.96686 6.75097 8.18852 6.9143 8.22936 7.15347C8.45102 8.56514 9.59436 9.65014 11.0177 9.79014C11.2569 9.81347 11.4319 10.0293 11.4085 10.2685C11.3794 10.4901 11.1869 10.6593 10.9652 10.6593Z" fill="%234C5E8C"/><path d="M13.1016 17.5391H2.60156C2.3624 17.5391 2.16406 17.3407 2.16406 17.1016C2.16406 16.8624 2.3624 16.6641 2.60156 16.6641H13.1016C13.3407 16.6641 13.5391 16.8624 13.5391 17.1016C13.5391 17.3407 13.3407 17.5391 13.1016 17.5391Z" fill="%234C5E8C"/></svg>');background-size:20px 20px;background-position:center center;background-repeat:no-repeat;width:20px!important;height:20px!important}.new-comment-area .rate-star{background-size:30px 30px;background-position:top;background-repeat:no-repeat;width:34px!important;height:34px!important;transition:opacity 0.5s ease}.new-comment-area .rate-star.star-10-icon{background-image:url('data:image/svg+xml,<svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.6234 27.349L24.9568 32.349C26.2901 33.1823 27.9568 32.0156 27.4568 30.5156L25.2901 21.0156L32.6234 14.6823C33.7901 13.6823 33.1234 11.849 31.6234 11.6823L21.9568 10.849L18.2901 2.01562C17.6234 0.515625 15.6234 0.515625 14.9568 2.01562L11.2901 10.849L1.62344 11.6823C0.123439 11.849 -0.543228 13.6823 0.623439 14.6823L7.95677 21.0156L5.79011 30.5156C5.45677 32.0156 7.12344 33.1823 8.29011 32.349L16.6234 27.349Z" fill="%230169FF"/></svg>')}.new-comment-area .rate-star.star-9-icon{background-image:url('data:image/svg+xml,<svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.8852 27.349L25.2185 32.349C26.5518 33.1823 28.2185 32.0156 27.7185 30.5156L25.5518 21.0156L32.8852 14.6823C34.0518 13.6823 33.3852 11.849 31.8852 11.6823L22.2185 10.849L18.5518 2.01562C17.8852 0.515625 15.8852 0.515625 15.2185 2.01562L11.5518 10.849L1.88516 11.6823C0.385158 11.849 -0.281509 13.6823 0.885158 14.6823L8.21849 21.0156L6.05182 30.5156C5.71849 32.0156 7.38516 33.1823 8.55182 32.349L16.8852 27.349Z" fill="%231976FF"/></svg>')}.new-comment-area .rate-star.star-8-icon{background-image:url('data:image/svg+xml,<svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.1469 27.349L25.4802 32.349C26.8135 33.1823 28.4802 32.0156 27.9802 30.5156L25.8135 21.0156L33.1469 14.6823C34.3135 13.6823 33.6469 11.849 32.1469 11.6823L22.4802 10.849L18.8135 2.01562C18.1469 0.515625 16.1469 0.515625 15.4802 2.01562L11.8135 10.849L2.14688 11.6823C0.646877 11.849 -0.0197901 13.6823 1.14688 14.6823L8.48021 21.0156L6.31354 30.5156C5.98021 32.0156 7.64688 33.1823 8.81354 32.349L17.1469 27.349Z" fill="%232D82FF"/></svg>')}.new-comment-area .rate-star.star-7-icon{background-image:url('data:image/svg+xml,<svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.4086 27.349L25.7419 32.349C27.0753 33.1823 28.7419 32.0156 28.2419 30.5156L26.0753 21.0156L33.4086 14.6823C34.5753 13.6823 33.9086 11.849 32.4086 11.6823L22.7419 10.849L19.0753 2.01562C18.4086 0.515625 16.4086 0.515625 15.7419 2.01562L12.0753 10.849L2.4086 11.6823C0.908595 11.849 0.241929 13.6823 1.4086 14.6823L8.74193 21.0156L6.57526 30.5156C6.24193 32.0156 7.9086 33.1823 9.07526 32.349L17.4086 27.349Z" fill="%234790FF"/></svg>')}.new-comment-area .rate-star.star-6-icon{background-image:url('data:image/svg+xml,<svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.6703 27.349L25.0036 32.349C26.337 33.1823 28.0036 32.0156 27.5036 30.5156L25.337 21.0156L32.6703 14.6823C33.837 13.6823 33.1703 11.849 31.6703 11.6823L22.0036 10.849L18.337 2.01562C17.6703 0.515625 15.6703 0.515625 15.0036 2.01562L11.337 10.849L1.67031 11.6823C0.170314 11.849 -0.496353 13.6823 0.670314 14.6823L8.00365 21.0156L5.83698 30.5156C5.50365 32.0156 7.17031 33.1823 8.33698 32.349L16.6703 27.349Z" fill="%235D9CFE"/></svg>')}.new-comment-area .rate-star.star-5-icon{background-image:url('data:image/svg+xml,<svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.932 27.349L25.2654 32.349C26.5987 33.1823 28.2654 32.0156 27.7654 30.5156L25.5987 21.0156L32.932 14.6823C34.0987 13.6823 33.432 11.849 31.932 11.6823L22.2654 10.849L18.5987 2.01562C17.932 0.515625 15.932 0.515625 15.2654 2.01562L11.5987 10.849L1.93203 11.6823C0.432033 11.849 -0.234634 13.6823 0.932033 14.6823L8.26537 21.0156L6.0987 30.5156C5.76537 32.0156 7.43203 33.1823 8.5987 32.349L16.932 27.349Z" fill="%2375AAFF"/></svg>')}.new-comment-area .rate-star.star-4-icon{background-image:url('data:image/svg+xml,<svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.1938 27.349L25.5271 32.349C26.8604 33.1823 28.5271 32.0156 28.0271 30.5156L25.8604 21.0156L33.1938 14.6823C34.3604 13.6823 33.6938 11.849 32.1938 11.6823L22.5271 10.849L18.8604 2.01562C18.1938 0.515625 16.1938 0.515625 15.5271 2.01562L11.8604 10.849L2.19375 11.6823C0.693752 11.849 0.0270849 13.6823 1.19375 14.6823L8.52708 21.0156L6.36042 30.5156C6.02708 32.0156 7.69375 33.1823 8.86042 32.349L17.1938 27.349Z" fill="%238BB7FF"/></svg>')}.new-comment-area .rate-star.star-3-icon{background-image:url('data:image/svg+xml,<svg width="35" height="33" viewBox="0 0 35 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.4555 27.349L25.7888 32.349C27.1221 33.1823 28.7888 32.0156 28.2888 30.5156L26.1221 21.0156L33.4555 14.6823C34.6221 13.6823 33.9555 11.849 32.4555 11.6823L22.7888 10.849L19.1221 2.01562C18.4555 0.515625 16.4555 0.515625 15.7888 2.01562L12.1221 10.849L2.45547 11.6823C0.95547 11.849 0.288804 13.6823 1.45547 14.6823L8.7888 21.0156L6.62214 30.5156C6.2888 32.0156 7.95547 33.1823 9.12214 32.349L17.4555 27.349Z" fill="%23A3C4FF"/></svg>')}.new-comment-area .rate-star.star-2-icon{background-image:url('data:image/svg+xml,<svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.7172 27.349L25.0505 32.349C26.3839 33.1823 28.0505 32.0156 27.5505 30.5156L25.3839 21.0156L32.7172 14.6823C33.8839 13.6823 33.2172 11.849 31.7172 11.6823L22.0505 10.849L18.3839 2.01562C17.7172 0.515625 15.7172 0.515625 15.0505 2.01562L11.3839 10.849L1.71719 11.6823C0.217189 11.849 -0.449478 13.6823 0.717189 14.6823L8.05052 21.0156L5.88386 30.5156C5.55052 32.0156 7.21719 33.1823 8.38386 32.349L16.7172 27.349Z" fill="%23BBD2FF"/></svg>')}.new-comment-area .rate-star.star-1-icon{background-image:url('data:image/svg+xml,<svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.9789 27.349L25.3122 32.349C26.6456 33.1823 28.3122 32.0156 27.8122 30.5156L25.6456 21.0156L32.9789 14.6823C34.1456 13.6823 33.4789 11.849 31.9789 11.6823L22.3122 10.849L18.6456 2.01562C17.9789 0.515625 15.9789 0.515625 15.3122 2.01562L11.6456 10.849L1.97891 11.6823C0.478908 11.849 -0.187759 13.6823 0.978908 14.6823L8.31224 21.0156L6.14557 30.5156C5.81224 32.0156 7.47891 33.1823 8.64557 32.349L16.9789 27.349Z" fill="%23D1DEFF"/></svg>')}.new-comment-area .rate-star.star-filled-icon{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.62747 4.50706C8.68302 2.61352 9.21079 1.66675 9.99984 1.66675C10.7889 1.66675 11.3167 2.61352 12.3722 4.50706L12.6453 4.99694C12.9452 5.53503 13.0952 5.80407 13.3291 5.98159C13.5629 6.1591 13.8541 6.225 14.4366 6.35679L14.9669 6.47677C17.0166 6.94054 18.0415 7.17243 18.2853 7.95652C18.5291 8.74062 17.8305 9.55764 16.4331 11.1917L16.0716 11.6144C15.6745 12.0788 15.4759 12.3109 15.3866 12.5982C15.2973 12.8854 15.3273 13.1952 15.3873 13.8147L15.442 14.3787C15.6533 16.5589 15.7589 17.649 15.1205 18.1336C14.4822 18.6182 13.5226 18.1764 11.6034 17.2927L11.1069 17.0641C10.5616 16.813 10.2889 16.6875 9.99984 16.6875C9.71079 16.6875 9.43811 16.813 8.89274 17.0641L8.39623 17.2927C6.47707 18.1764 5.51748 18.6182 4.87913 18.1336C4.24077 17.649 4.3464 16.5589 4.55767 14.3787L4.61232 13.8147C4.67236 13.1952 4.70238 12.8854 4.61306 12.5982C4.52374 12.3109 4.32519 12.0788 3.9281 11.6144L3.56659 11.1917C2.16921 9.55764 1.47052 8.74062 1.71435 7.95652C1.95819 7.17243 2.98305 6.94054 5.03278 6.47677L5.56308 6.35679C6.14555 6.225 6.43678 6.1591 6.67062 5.98159C6.90447 5.80407 7.05444 5.53503 7.35439 4.99694L7.62747 4.50706Z" fill="%23FFA825"/></svg>')}.new-comment-area .rate-star.star-outline-icon{background-image:url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.056 4.41063C14.531 5.09615 13.9384 6.15385 13.0777 7.69791L12.6408 8.48172C12.6144 8.52896 12.5884 8.57576 12.5627 8.6221C12.1617 9.34371 11.8233 9.95276 11.2779 10.3667C10.7267 10.7852 10.0547 10.9362 9.2738 11.1117C9.22361 11.123 9.17297 11.1344 9.12188 11.1459L8.27342 11.3379C6.59966 11.7166 5.46101 11.9772 4.68109 12.2845C3.92003 12.5844 3.75938 12.8302 3.69814 13.0271C3.63352 13.2349 3.63159 13.5528 4.08659 14.2756C4.54838 15.0091 5.32745 15.9241 6.46682 17.2565L7.04524 17.9329C7.07886 17.9722 7.11217 18.011 7.14515 18.0495C7.6825 18.6763 8.13055 19.1989 8.33607 19.8598C8.54034 20.5168 8.47264 21.207 8.39055 22.044C8.38551 22.0953 8.38042 22.1472 8.37534 22.1997L8.28789 23.1022C8.11576 24.8784 7.99971 26.1014 8.03895 26.9824C8.07813 27.8618 8.26386 28.1049 8.41153 28.217C8.54287 28.3167 8.78566 28.427 9.57664 28.2004C10.3805 27.9701 11.4488 27.4813 13.016 26.7597L13.8104 26.3939C13.8594 26.3714 13.9078 26.349 13.9559 26.3268C14.6823 25.991 15.3125 25.6996 16 25.6996C16.6876 25.6996 17.3178 25.991 18.0442 26.3268C18.0922 26.349 18.1407 26.3714 18.1896 26.3939L18.984 26.7597C20.5512 27.4813 21.6196 27.9701 22.4234 28.2004C23.2144 28.427 23.4572 28.3167 23.5885 28.217C23.7362 28.1049 23.9219 27.8618 23.9611 26.9824C24.0003 26.1014 23.8843 24.8784 23.7122 23.1021L23.6247 22.1997C23.6196 22.1472 23.6145 22.0954 23.6095 22.044C23.5274 21.207 23.4597 20.5168 23.664 19.8598C23.8695 19.1989 24.3175 18.6763 24.8549 18.0495C24.8879 18.011 24.9212 17.9722 24.9548 17.9329L25.5332 17.2565C26.6726 15.9241 27.4517 15.0091 27.9135 14.2756C28.3684 13.5528 28.3665 13.2349 28.3019 13.0271C28.2407 12.8302 28.08 12.5844 27.3189 12.2845C26.539 11.9772 25.4004 11.7166 23.7266 11.3379L22.8782 11.1459C22.8271 11.1344 22.7764 11.123 22.7262 11.1117C21.9453 10.9362 21.2733 10.7852 20.7221 10.3667C20.1768 9.95276 19.8383 9.34371 19.4374 8.6221C19.4116 8.57576 19.3856 8.52896 19.3593 8.48172L18.9223 7.6979C18.0616 6.15385 17.4691 5.09615 16.9441 4.41062C16.4196 3.72575 16.1517 3.6665 16 3.6665C15.8483 3.6665 15.5804 3.72575 15.056 4.41063ZM13.4681 3.19463C14.1037 2.36468 14.8892 1.6665 16 1.6665C17.1108 1.6665 17.8964 2.36468 18.532 3.19463C19.1565 4.01014 19.8187 5.19819 20.6281 6.65019L21.1062 7.50791C21.6296 8.44682 21.7635 8.64626 21.9314 8.77375C22.0931 8.89647 22.3016 8.96491 23.3195 9.19522L24.2529 9.4064C25.8204 9.76102 27.1117 10.0532 28.0522 10.4238C29.0285 10.8085 29.8828 11.3756 30.2117 12.4332C30.5372 13.4799 30.1714 14.4429 29.606 15.341C29.0567 16.2137 28.1793 17.2396 27.1075 18.4929L26.4748 19.2327C25.7855 20.0388 25.6415 20.2361 25.5738 20.4537C25.5047 20.6757 25.5112 20.9321 25.6154 22.0068L25.7107 22.991C25.8731 24.6656 26.0054 26.0313 25.9591 27.0714C25.9119 28.13 25.6715 29.1467 24.7978 29.81C23.9078 30.4856 22.8722 30.4095 21.8725 30.123C20.9032 29.8453 19.6947 29.2888 18.2273 28.6131L17.3531 28.2106C16.3967 27.7702 16.1919 27.6996 16 27.6996C15.8081 27.6996 15.6034 27.7702 14.6469 28.2106L13.7727 28.6131C12.3053 29.2888 11.0969 29.8453 10.1275 30.123C9.12783 30.4095 8.09227 30.4856 7.20224 29.81C6.32854 29.1467 6.08809 28.1301 6.04093 27.0714C5.9946 26.0313 6.12697 24.6656 6.28929 22.9909L6.38466 22.0068C6.4888 20.9321 6.49529 20.6757 6.42628 20.4537C6.35859 20.2361 6.21458 20.0388 5.52524 19.2327L4.8926 18.4929C3.8208 17.2397 2.94337 16.2137 2.39403 15.341C1.82866 14.4429 1.46285 13.4799 1.78835 12.4332C2.11725 11.3756 2.97156 10.8085 3.94781 10.4238C4.88829 10.0532 6.17965 9.76102 7.74717 9.4064L7.83205 9.3872L8.68052 9.19522C9.69843 8.96491 9.90698 8.89647 10.0686 8.77375C10.2366 8.64626 10.3705 8.44682 10.8939 7.50791L11.372 6.65018C12.1813 5.19818 12.8436 4.01014 13.4681 3.19463Z" fill="%23FFA825"/></svg>')}.new-comment-area .actions .like-area,.new-comment-area .actions .dislike-area{padding:8px;border-radius:8px}.new-comment-area .actions .like-area.active{background:#e7faea;color:#17CB35}.new-comment-area .actions .dislike-area.active{background:#fdeaea;color:#ED2F2F}.new-comment-area .actions .like-area .like-button-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4382 2.77841C12.2931 2.73181 12.1345 2.74311 11.9998 2.80804C11.8523 2.87913 11.7548 3.0032 11.7197 3.13821L11.244 4.97206C11.0777 5.61339 10.8354 6.23198 10.5235 6.81599C10.0392 7.72267 9.30632 8.42 8.62647 9.00585L7.18773 10.2456C6.96475 10.4378 6.8474 10.7258 6.87282 11.0198L7.68498 20.4125C7.72601 20.887 8.12244 21.25 8.59635 21.25H13.245C16.3813 21.25 19.0238 19.0677 19.5306 16.1371L20.2361 12.0574C20.3332 11.4959 19.9014 10.9842 19.3348 10.9842H14.1537C13.1766 10.9842 12.4344 10.1076 12.5921 9.14471L13.2548 5.10015C13.3456 4.54613 13.3197 3.97923 13.1787 3.43584C13.1072 3.16009 12.8896 2.92342 12.5832 2.82498L12.4382 2.77841L12.6676 2.06435L12.4382 2.77841ZM11.3486 1.45674C11.8312 1.2242 12.3873 1.18654 12.897 1.35029L13.042 1.39686L12.8126 2.11092L13.042 1.39686C13.819 1.64648 14.4252 2.26719 14.6307 3.0592C14.8241 3.80477 14.8596 4.58256 14.7351 5.34268L14.0724 9.38724C14.0639 9.439 14.1038 9.4842 14.1537 9.4842H19.3348C20.8341 9.4842 21.9695 10.8365 21.7142 12.313L21.0087 16.3928C20.3708 20.081 17.0712 22.75 13.245 22.75H8.59635C7.3427 22.75 6.29852 21.7902 6.19056 20.5417L5.3784 11.149C5.31149 10.3753 5.62022 9.61631 6.20855 9.10933L7.64729 7.86954C8.3025 7.30492 8.85404 6.75767 9.20042 6.10924C9.45699 5.62892 9.65573 5.12107 9.79208 4.59542L10.2678 2.76157C10.417 2.18627 10.8166 1.71309 11.3486 1.45674ZM2.96767 9.4849C3.36893 9.46758 3.71261 9.76945 3.74721 10.1696L4.71881 21.4061C4.78122 22.1279 4.21268 22.75 3.48671 22.75C2.80289 22.75 2.25 22.1953 2.25 21.5127V10.2342C2.25 9.83256 2.5664 9.50221 2.96767 9.4849Z" fill="%23999999"/></svg>');background-size:24px 24px;background-position:center center;background-repeat:no-repeat;width:24px!important;height:24px!important;cursor:pointer}.new-comment-area .actions .like-area.active .like-button-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4382 2.77841C12.2931 2.73181 12.1345 2.74311 11.9998 2.80804C11.8523 2.87913 11.7548 3.0032 11.7197 3.13821L11.244 4.97206C11.0777 5.61339 10.8354 6.23198 10.5235 6.81599C10.0392 7.72267 9.30632 8.42 8.62647 9.00585L7.18773 10.2456C6.96475 10.4378 6.8474 10.7258 6.87282 11.0198L7.68498 20.4125C7.72601 20.887 8.12244 21.25 8.59635 21.25H13.245C16.3813 21.25 19.0238 19.0677 19.5306 16.1371L20.2361 12.0574C20.3332 11.4959 19.9014 10.9842 19.3348 10.9842H14.1537C13.1766 10.9842 12.4344 10.1076 12.5921 9.14471L13.2548 5.10015C13.3456 4.54613 13.3197 3.97923 13.1787 3.43584C13.1072 3.16009 12.8896 2.92342 12.5832 2.82498L12.4382 2.77841L12.6676 2.06435L12.4382 2.77841ZM11.3486 1.45674C11.8312 1.2242 12.3873 1.18654 12.897 1.35029L13.042 1.39686L12.8126 2.11092L13.042 1.39686C13.819 1.64648 14.4252 2.26719 14.6307 3.0592C14.8241 3.80477 14.8596 4.58256 14.7351 5.34268L14.0724 9.38724C14.0639 9.439 14.1038 9.4842 14.1537 9.4842H19.3348C20.8341 9.4842 21.9695 10.8365 21.7142 12.313L21.0087 16.3928C20.3708 20.081 17.0712 22.75 13.245 22.75H8.59635C7.3427 22.75 6.29852 21.7902 6.19056 20.5417L5.3784 11.149C5.31149 10.3753 5.62022 9.61631 6.20855 9.10933L7.64729 7.86954C8.3025 7.30492 8.85404 6.75767 9.20042 6.10924C9.45699 5.62892 9.65573 5.12107 9.79208 4.59542L10.2678 2.76157C10.417 2.18627 10.8166 1.71309 11.3486 1.45674ZM2.96767 9.4849C3.36893 9.46758 3.71261 9.76945 3.74721 10.1696L4.71881 21.4061C4.78122 22.1279 4.21268 22.75 3.48671 22.75C2.80289 22.75 2.25 22.1953 2.25 21.5127V10.2342C2.25 9.83256 2.5664 9.50221 2.96767 9.4849Z" fill="%2317CB35"/></svg>');background-size:24px 24px;background-position:center center;background-repeat:no-repeat;width:24px!important;height:24px!important;cursor:pointer}.new-comment-area .actions .dislike-area .dislike-button-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4382 21.2216C12.2931 21.2682 12.1345 21.2569 11.9998 21.192C11.8523 21.1209 11.7548 20.9968 11.7197 20.8618L11.244 19.0279C11.0777 18.3866 10.8354 17.768 10.5235 17.184C10.0392 16.2773 9.30632 15.58 8.62647 14.9942L7.18773 13.7544C6.96475 13.5622 6.8474 13.2742 6.87282 12.9802L7.68498 3.58754C7.72601 3.11303 8.12244 2.75 8.59635 2.75H13.245C16.3813 2.75 19.0238 4.93226 19.5306 7.86285L20.2361 11.9426C20.3332 12.5041 19.9014 13.0158 19.3348 13.0158H14.1537C13.1766 13.0158 12.4344 13.8924 12.5921 14.8553L13.2548 18.8998C13.3456 19.4539 13.3197 20.0208 13.1787 20.5642C13.1072 20.8399 12.8896 21.0766 12.5832 21.175L12.4382 21.2216L12.6676 21.9356L12.4382 21.2216ZM11.3486 22.5433C11.8312 22.7758 12.3873 22.8135 12.897 22.6497L13.042 22.6031L12.8126 21.8891L13.042 22.6031C13.819 22.3535 14.4252 21.7328 14.6307 20.9408C14.8241 20.1952 14.8596 19.4174 14.7351 18.6573L14.0724 14.6128C14.0639 14.561 14.1038 14.5158 14.1537 14.5158H19.3348C20.8341 14.5158 21.9695 13.1635 21.7142 11.687L21.0087 7.60725C20.3708 3.91896 17.0712 1.25 13.245 1.25H8.59635C7.3427 1.25 6.29852 2.20975 6.19056 3.45832L5.3784 12.851C5.31149 13.6247 5.62022 14.3837 6.20855 14.8907L7.64729 16.1305C8.3025 16.6951 8.85404 17.2423 9.20042 17.8908C9.45699 18.3711 9.65573 18.8789 9.79208 19.4046L10.2678 21.2384C10.417 21.8137 10.8166 22.2869 11.3486 22.5433ZM2.96767 14.5151C3.36893 14.5324 3.71261 14.2306 3.74721 13.8304L4.71881 2.59389C4.78122 1.8721 4.21268 1.25 3.48671 1.25C2.80289 1.25 2.25 1.80474 2.25 2.48726V13.7658C2.25 14.1674 2.5664 14.4978 2.96767 14.5151Z" fill="%23999999"/></svg>');background-size:24px 24px;background-position:center center;background-repeat:no-repeat;width:24px!important;height:24px!important;cursor:pointer}.new-comment-area .actions .dislike-area.active .dislike-button-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4382 21.2216C12.2931 21.2682 12.1345 21.2569 11.9998 21.192C11.8523 21.1209 11.7548 20.9968 11.7197 20.8618L11.244 19.0279C11.0777 18.3866 10.8354 17.768 10.5235 17.184C10.0392 16.2773 9.30632 15.58 8.62647 14.9942L7.18773 13.7544C6.96475 13.5622 6.8474 13.2742 6.87282 12.9802L7.68498 3.58754C7.72601 3.11303 8.12244 2.75 8.59635 2.75H13.245C16.3813 2.75 19.0238 4.93226 19.5306 7.86285L20.2361 11.9426C20.3332 12.5041 19.9014 13.0158 19.3348 13.0158H14.1537C13.1766 13.0158 12.4344 13.8924 12.5921 14.8553L13.2548 18.8998C13.3456 19.4539 13.3197 20.0208 13.1787 20.5642C13.1072 20.8399 12.8896 21.0766 12.5832 21.175L12.4382 21.2216L12.6676 21.9356L12.4382 21.2216ZM11.3486 22.5433C11.8312 22.7758 12.3873 22.8135 12.897 22.6497L13.042 22.6031L12.8126 21.8891L13.042 22.6031C13.819 22.3535 14.4252 21.7328 14.6307 20.9408C14.8241 20.1952 14.8596 19.4174 14.7351 18.6573L14.0724 14.6128C14.0639 14.561 14.1038 14.5158 14.1537 14.5158H19.3348C20.8341 14.5158 21.9695 13.1635 21.7142 11.687L21.0087 7.60725C20.3708 3.91896 17.0712 1.25 13.245 1.25H8.59635C7.3427 1.25 6.29852 2.20975 6.19056 3.45832L5.3784 12.851C5.31149 13.6247 5.62022 14.3837 6.20855 14.8907L7.64729 16.1305C8.3025 16.6951 8.85404 17.2423 9.20042 17.8908C9.45699 18.3711 9.65573 18.8789 9.79208 19.4046L10.2678 21.2384C10.417 21.8137 10.8166 22.2869 11.3486 22.5433ZM2.96767 14.5151C3.36893 14.5324 3.71261 14.2306 3.74721 13.8304L4.71881 2.59389C4.78122 1.8721 4.21268 1.25 3.48671 1.25C2.80289 1.25 2.25 1.80474 2.25 2.48726V13.7658C2.25 14.1674 2.5664 14.4978 2.96767 14.5151Z" fill="%23ED2F2F"/></svg>');background-size:24px 24px;background-position:center center;background-repeat:no-repeat;width:24px!important;height:24px!important;cursor:pointer}.new-comment-area .modal-icon{background-image:url('data:image/svg+xml,<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.658203" y="0.25" width="11.5" height="11.5" rx="5.75" stroke="%23849EB0" stroke-width="0.5"/><path d="M4.32227 4.0835C4.32227 3.67725 4.42578 3.32373 4.63281 3.02295C4.84375 2.72217 5.11719 2.48975 5.45312 2.32568C5.79297 2.15771 6.15625 2.07373 6.54297 2.07373C6.83594 2.07373 7.13086 2.12646 7.42773 2.23193C7.72852 2.3374 8.00977 2.50342 8.27148 2.72998L7.82031 3.56787C7.63672 3.42334 7.4375 3.31787 7.22266 3.25146C7.01172 3.18115 6.80469 3.146 6.60156 3.146C6.26953 3.146 5.98242 3.22998 5.74023 3.39795C5.49805 3.56592 5.37695 3.80029 5.37695 4.10107C5.37695 4.28467 5.43359 4.45264 5.54688 4.60498C5.66016 4.75342 5.79883 4.90576 5.96289 5.06201C6.13086 5.21826 6.29688 5.39404 6.46094 5.58936C6.62891 5.78467 6.76953 6.021 6.88281 6.29834C6.99609 6.57178 7.05273 6.90576 7.05273 7.30029V7.52881H6.07422V7.30029C6.07422 6.98389 6.03125 6.72021 5.94531 6.50928C5.86328 6.29443 5.75586 6.11279 5.62305 5.96436C5.49023 5.81201 5.34766 5.67529 5.19531 5.5542C5.04688 5.43311 4.90625 5.30811 4.77344 5.1792C4.64062 5.04639 4.53125 4.89404 4.44531 4.72217C4.36328 4.55029 4.32227 4.3374 4.32227 4.0835ZM5.78125 9.31006C5.78125 9.09521 5.85742 8.91162 6.00977 8.75928C6.16211 8.60303 6.3457 8.5249 6.56055 8.5249C6.77539 8.5249 6.95898 8.60303 7.11133 8.75928C7.26367 8.91162 7.33984 9.09521 7.33984 9.31006C7.33984 9.5249 7.26367 9.7085 7.11133 9.86084C6.95898 10.0132 6.77539 10.0894 6.56055 10.0894C6.3457 10.0894 6.16211 10.0151 6.00977 9.8667C5.85742 9.71826 5.78125 9.53271 5.78125 9.31006Z" fill="%23849EB0"/></svg>');background-size:16px 16px;background-position:top;background-repeat:no-repeat;width:16px!important;height:16px!important}.new-comment-area .guidance-rules-icon{background-image:url('data:image/svg+xml,<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.5443 27H15.2109C14.6643 27 14.2109 26.5467 14.2109 26C14.2109 25.4533 14.6643 25 15.2109 25H28.5443C29.0909 25 29.5443 25.4533 29.5443 26C29.5443 26.5467 29.0909 27 28.5443 27Z" fill="%237684A7"/><path d="M28.5443 17.668H15.2109C14.6643 17.668 14.2109 17.2146 14.2109 16.668C14.2109 16.1213 14.6643 15.668 15.2109 15.668H28.5443C29.0909 15.668 29.5443 16.1213 29.5443 16.668C29.5443 17.2146 29.0909 17.668 28.5443 17.668Z" fill="%237684A7"/><path d="M28.5443 8.33203H15.2109C14.6643 8.33203 14.2109 7.8787 14.2109 7.33203C14.2109 6.78536 14.6643 6.33203 15.2109 6.33203H28.5443C29.0909 6.33203 29.5443 6.78536 29.5443 7.33203C29.5443 7.8787 29.0909 8.33203 28.5443 8.33203Z" fill="%237684A7"/><path d="M5.87688 9.66854C5.62354 9.66854 5.37021 9.57521 5.17021 9.37521L3.83688 8.04188C3.45021 7.65521 3.45021 7.01521 3.83688 6.62854C4.22354 6.24187 4.86354 6.24187 5.25021 6.62854L5.87688 7.25521L9.17021 3.96188C9.55688 3.57521 10.1969 3.57521 10.5835 3.96188C10.9702 4.34854 10.9702 4.98854 10.5835 5.37521L6.58354 9.37521C6.38354 9.57521 6.13021 9.66854 5.87688 9.66854Z" fill="%237684A7"/><path d="M5.87688 19.0006C5.62354 19.0006 5.37021 18.9072 5.17021 18.7072L3.83688 17.3739C3.45021 16.9872 3.45021 16.3472 3.83688 15.9606C4.22354 15.5739 4.86354 15.5739 5.25021 15.9606L5.87688 16.5872L9.17021 13.2939C9.55688 12.9072 10.1969 12.9072 10.5835 13.2939C10.9702 13.6806 10.9702 14.3206 10.5835 14.7072L6.58354 18.7072C6.38354 18.9072 6.13021 19.0006 5.87688 19.0006Z" fill="%237684A7"/><path d="M5.87688 28.3326C5.62354 28.3326 5.37021 28.2393 5.17021 28.0393L3.83688 26.7059C3.45021 26.3193 3.45021 25.6793 3.83688 25.2926C4.22354 24.9059 4.86354 24.9059 5.25021 25.2926L5.87688 25.9193L9.17021 22.6259C9.55688 22.2393 10.1969 22.2393 10.5835 22.6259C10.9702 23.0126 10.9702 23.6526 10.5835 24.0393L6.58354 28.0393C6.38354 28.2393 6.13021 28.3326 5.87688 28.3326Z" fill="%237684A7"/></svg>');background-size:32px 32px;background-position:top;background-repeat:no-repeat;width:32px!important;height:32px!important}.new-comment-area .back-arrow-icon{background-image:url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5648 15.6849C12.7232 15.6849 12.8815 15.6266 13.0065 15.5016L18.0648 10.4432C18.3065 10.2016 18.3065 9.80156 18.0648 9.5599L13.0065 4.50156C12.7648 4.2599 12.3648 4.2599 12.1232 4.50156C11.8815 4.74323 11.8815 5.14323 12.1232 5.3849L16.7398 10.0016L12.1232 14.6182C11.8815 14.8599 11.8815 15.2599 12.1232 15.5016C12.2398 15.6266 12.4065 15.6849 12.5648 15.6849Z" fill="%23111827"/><path d="M3.45937 10.625H17.4844C17.826 10.625 18.1094 10.3417 18.1094 10C18.1094 9.65833 17.826 9.375 17.4844 9.375H3.45937C3.11771 9.375 2.83437 9.65833 2.83437 10C2.83437 10.3417 3.11771 10.625 3.45937 10.625Z" fill="%23111827"/></svg>');background-size:24px 24px;background-position:top;background-repeat:no-repeat;width:24px!important;height:24px!important}@media only screen and (max-width:760px){.new-comment-area .new-comment-form{width:100%;height:100%;border-radius:0}.new-comment-area .new-comment-form .form{width:100%;height:100%;border-radius:0;overflow-y:auto;padding:20px}.new-comment-area .new-comment-form .form .input-row{flex-direction:column!important;justify-content:center}.new-comment-area .guidance-rules-icon{background-size:28px 28px;width:28px!important;height:28px!important}.new-comment-area .modal{width:100%;height:100%;border-radius:0;padding:16px}.new-comment-area .modal .return{display:flex;font-weight:400;font-size:14px}.new-comment-area .modal .head span:last-child{font-weight:700;font-size:18px}.new-comment-area .modal .close-modal{width:100%;text-align:center}.new-comment-area .modal .back-arrow-icon{background-size:20px 20px;width:20px!important;height:20px!important}.new-comment-area .modal .content{font-size:14px}.new-comment-area .new-comment-form .form .input-flex{width:100%;gap:8px}.new-comment-area .new-comment-form .form .input-flex .input-row{width:100%}.new-comment-area .new-comment-form .form .show-rating{margin:auto;min-width:fit-content;align-items:center}.new-comment-area .rate-star{background-size:20px 20px;width:20px!important;height:24px!important}.new-comment-area .new-comment-form .form .rate{font-size:20px}.new-comment-area .new-comment-form .form .experience-time ul{flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}.new-comment-area .new-comment-form .form .experience-time ul li{padding:12px;text-wrap:nowrap;font-size:14px}.new-comment-area .new-comment-form .form .submit{width:100%}.new-comment-area .new-comment-form .form .form-actions{margin-top:auto}.c-c-p .new-comment-form.show .comments-area .filters.fixed{display:none}}