.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px}.reviews-title{font-weight:bold;color:#555}h4.reviews-title{font-size:24px}h5.reviews-title{font-size:20px}.custom-select-wrapper{position:relative;width:220px}.load-comments{margin-top:10px}.comments-rows{display:grid;gap:16px}.comment-item{display:flex;align-items:flex-start;flex-wrap:nowrap}.comment-item__col{display:grid;gap:8px;padding-left:0;margin-bottom:10px;margin-right:26px;min-width:170px;max-width:170px}.comment-item__user{font-size:15px;display:grid;gap:8px}.comment-item__body{position:relative;display:block;flex-grow:1;background-color:#fff;color:#333;padding:20px;border-radius:10px;font-size:16px;border:1px solid #ccc;word-break:break-all}.comment-item__body:before{content:"";position:absolute;left:-11px;top:20px;width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:rgba(0,0,0,0) #ccc rgba(0,0,0,0) rgba(0,0,0,0);background-color:rgba(0,0,0,0);z-index:1}.comment-item__body:after{content:"";position:absolute;left:-9px;top:22px;width:0;height:0;border-style:solid;border-width:8px 8px 8px 0;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);z-index:2}.fa-star{color:#efa131}.fa{font-size:18px}div.comment-wrapper label{width:100%}div.comment-wrapper .controls{max-width:650px}textarea[name=comment]{width:100%;height:150px;background-color:#f2f2f2;border:none;border-radius:10px;padding:10px;font-size:16px;color:#333;box-sizing:border-box;margin-left:10px;margin-top:40px}textarea[name=comment]::placeholder{font-size:14px;color:#999}.control-label{font-size:15px}.form-control-static{margin-block-start:0;font-size:15px}.rating-form-group{display:flex;align-items:baseline;margin-bottom:10px}.star-rating-widget{display:flex;flex-direction:row-reverse;justify-content:flex-end;font-size:24px;line-height:1}.star-label{cursor:pointer;position:relative;margin-right:5px}.star-label i{transition:color .2s}.star-label input:checked~i,.star-label:hover i,.star-label:hover~.star-label i{color:#efa131 !important}
