.v2-rating-review .container{gap:20px}.v2-rating-review .container,.v2-rating-review__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.v2-rating-review__content{gap:24px}.v2-rating-review__numbers{background:var(--card-bg);border-radius:16px;gap:24px;padding:24px;width:701px}.v2-rating-review__numbers,.v2-rating-review__overall{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v2-rating-review__overall{color:var(--card-text);-ms-flex-negative:0;flex-shrink:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;gap:12px;justify-content:center}.v2-rating-review__overall:not(:last-child){border-right:1px solid var(--white);padding-right:24px}.v2-rating-review__overall-rating{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:36px;font-weight:600;line-height:120%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.v2-rating-review__overall-rating__text{font-size:16px;font-weight:400;line-height:150%}.v2-rating-review__overall-stars{margin:8px 16px;--percent:calc(20%*var(--rating, 5));background:-webkit-gradient(linear,left top,right top,from(var(--accent-lighten-1)),to(var(--grey-lighten-4)));background:linear-gradient(90deg,var(--accent-lighten-1) var(--percent),var(--grey-lighten-4) var(--percent));-webkit-background-clip:text;background-clip:text;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.v2-rating-review__overall-stars i{-webkit-text-fill-color:transparent;height:auto;width:20px}.v2-rating-review__overall-stars i:before{font-size:20px;height:20px;width:20px}.v2-rating-review__overall-text{font-size:16px;font-weight:400;line-height:150%}.v2-rating-review__progress{width:100%;-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;counter-reset:rating-counter 6;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:4px}.v2-rating-review__progress-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;counter-increment:rating-counter -1;gap:16px}.v2-rating-review__progress-item:before{color:var(--card-text);content:counter(rating-counter) "";font-size:20px;font-weight:600;line-height:140%;width:14px}.v2-rating-review__progress-line{background:var(--white);border-radius:8px;height:12px;overflow:hidden;position:relative;width:calc(100% - 126px)}.v2-rating-review__progress-line:before{background:var(--line-main);border-radius:8px;content:"";height:100%;left:0;position:absolute;top:0;width:var(--fill-width)}.v2-rating-review__progress-text{color:var(--card-text-secondary);font-size:12px;font-weight:400;line-height:150%;min-width:80px;text-align:right;white-space:nowrap}.v2-rating-review__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:12px}.v2-rating-review__list .v2-rating-review__card:nth-child(n+4){display:none}.v2-rating-review__list.open .v2-rating-review__card{display:-webkit-box;display:-ms-flexbox;display:flex}.v2-rating-review__card{border:2px solid var(--line-main);border-radius:16px;color:var(--text-main);padding:16px 24px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.v2-rating-review__card,.v2-rating-review__card-info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.v2-rating-review__card-info{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.v2-rating-review__card-heading{font-size:18px;font-weight:500;line-height:150%}.v2-rating-review__card-rating{background:var(--card-bg);border-radius:100px;color:var(--card-text);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:600;line-height:150%;padding:8px 16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.v2-rating-review__card-rating i{-webkit-text-fill-color:transparent;background:var(--accent-lighten-1);-webkit-background-clip:text;background-clip:text;height:auto;width:20px}.v2-rating-review__card-rating i:before{font-size:20px;height:20px;width:20px}.v2-rating-review__more{background-color:transparent;border:none;color:var(--text-main);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;line-height:150%;margin:4px auto 0;outline:none;padding:10px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.v2-rating-review__more svg{height:24px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:24px}.v2-rating-review__more.open svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media (max-width:1024px){.v2-rating-review__numbers{width:100%}}@media (max-width:768px){.v2-rating-review__numbers{padding:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.v2-rating-review__overall{gap:8px;width:100%}.v2-rating-review__overall:not(:last-child){border-bottom:1px solid var(--white);border-right:none;padding-bottom:24px;padding-right:0}.v2-rating-review__overall-rating{font-size:30px;font-weight:600;line-height:130%}.v2-rating-review__overall-text{font-size:14px;font-weight:400;line-height:150%}.v2-rating-review__card{padding:16px}.v2-rating-review__card-heading{font-size:16px;font-weight:500;line-height:150%}}@media (max-width:700px){.v2-rating-review__more{margin:0}}@media not all and (pointer:coarse){.v2-rating-review__more:hover{color:var(--text-secondary)}}