.review-outer{
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.review-top:last-child{
  margin-bottom: 0;
}
.review-top-left{
  width: 16rem;
  text-align: center;
  margin-right: 6.4rem;
}
.review-top-left span{
  display: block;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #999495;
  font-weight: normal;
  margin-bottom: 2rem;
}
.review-top-left span:last-child{
  margin-bottom: 0;
}
.review-top-no{
  width: 1rem;
  margin-right: 0.8rem;
}
.review-top-item span{
  display: block;
  margin-left: 0.8rem;
  min-width: 4rem;
}
.review-top-no,
.review-top-item span{
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: normal;
}
.review-bar{
  position: relative;
  flex-grow: 1;
  height: 0.8rem;
  background: #F5F6F6;
  border-radius: 20rem;
}
.review-inner{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 20rem;
  background: var(--pink);
}
.review-item{
  border-bottom: 1px solid #E1E3E3;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.review-item-top:last-child,
.review-item:last-child{
  margin-bottom: 0;
}
.review-img{
  margin-right: 2rem;
}
.review-img img{
  width: 5.6rem;
  height: 5.6rem;
  object-fit: cover;
  border-radius: 0.4rem;
}
.review-text .fw-16{
  margin-bottom: 0.2rem;
}
.review-text .stars{
  margin-right: 0.8rem;
}
.review-text span{
  color: #999495;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.review-item p{
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}
.review-item p:last-child{
  margin-bottom: 0;
}
.review-verified{
  margin-top: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: normal;
}
.review-verified img{
  width: 2.4rem;
  margin-right: 0.8rem;
}
body:has([popover]:popover-open){
  overflow: hidden;
}
body:has([popover]:popover-open):after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.review-popover {
  background: #fff;
  width: 100%;
  max-width: 500;
  border: 1px solid #E1E3E3;
  padding: 2rem;
  border-radius: 1.6rem;
}
.review-popover__header {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1rem;
}
.review-popover__header .h3 {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
.review-popover__close {
  margin-left: auto;
  width: 3.4rem;
  height: 3.4rem;
  color: var(--black);
  font-size: 2rem;
}
@media(min-width:1200px) and (max-width:1359.98px){
  .review-outer {
    max-width: 70rem;
  }
  .review-item p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .review-outer {
    max-width: 70rem;
  }
  .review-item p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .review-top-left {
    margin-right: 4.8rem;
  }
  .review-top-left span {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .review-item {
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
  }
  .review-item p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .review-verified {
    margin-top: 2rem;
  }
}
@media(max-width:767.98px){
  .review-outer {
    max-width: 100%;
  }
  .review-outer .title{
    text-align: center;
  }
  .review-top-left {
    width: 14rem;
    margin-right: 1.6rem;
  }
  .review-top-left span {
    font-size: 1.3rem;
    line-height: 2.3rem;
    margin-bottom: 1.2rem;
  }
  .review-top-no, 
  .review-top-item span {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .review-top-item span {
    min-width: 3rem;
  }
  .review-item {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .review-img {
    margin-right: 1.6rem;
  }
  .review-img img {
    width: 4.8rem;
    height: 4.8rem;
  }
  .review-item p {
    font-size: 1.3rem;
    line-height: 2.3rem;
    margin-bottom: 1.2rem;
  }
  .review-verified {
    margin-top: 2rem;
  }
  .review-popover {
    padding: 1.6rem;
    width: calc(100% - 2rem);
  }
  .review-popover__header .h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.review-replies {
  margin: 2.4rem 0 0 2.4rem;
}