.soppiya_ts_review_section {
  padding-bottom: 21px;
}

.soppiya_ts_review_heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d3d1;
}
.soppiya_ts_review_heading h2 {
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  line-height: 20px;
  color: #212326;
}

.soppiya_ts_info_review_row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}
/* left col */

.soppiya_ts_review_area {
  margin-top: 16px;
}
.soppiya_ts_display_reviews_number {
  margin-bottom: 16px;
}
.soppiya_ts_display_reviews_number h4 {
  font-size: 14px;
  font-weight: 650;
  line-height: 20px;
  color: #212326;
  margin-bottom: 4px;
}
.soppiya_ts_display_reviews_number p {
  font-size: 14px;
  font-weight: 450;
  line-height: 20px;
  color: #868686;
}

.soppiya_ts_info_progress_nav {
  display: grid;
  gap: 10px;
}
.soppiya_ts_info_progress_nav_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.soppiya_ts_info_review_progress_icon {
  display: flex;
  align-items: center;
}

.soppiya_ts_info_progress_bar {
  background-color: #d2d5d8;
  height: 5px;
  border-radius: 10px;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.soppiya_ts_info_progress {
  width: 0%;
  height: 5px;
  background-color: #303030;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.soppiya_ts_info_review p {
  font-size: 12px;
  font-weight: 450;
  line-height: 20px;
  color: #1a1a1a;
  display: inline-block;
}
.soppiya_ts_review_button {
  margin-top: 16px;
}
/* right col */

.soppiya_ts_info_comments {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

.soppiya_ts_comment_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.soppiya_ts_commenter_name {
  display: flex;
  align-items: center;
}
.soppiya_ts_commenter_name h4 {
  font-size: 14px;
  font-weight: 650;
  line-height: 22px;
  color: #212326;
}
.soppiya_ts_commenter_react {
  display: flex;
}

.soppiya_ts_comment_date p {
  font-size: 12px;
  font-weight: 450;
  color: #868686;
  line-height: 18px;
}

.soppiya_ts_commenter_message p {
  font-size: 12px;
  font-weight: 450;
  line-height: 24px;
  color: #868686;
}
/* reply */
.soppiya_ts_replies {
  padding-left: 48px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}
.soppiya_ts_reply {
  border-left: 1px solid #ebebeb;
  padding-left: 20px;
}
.soppiya_ts_reply_heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.soppiya_ts_replier_name h4 {
  font-size: 14px;
  font-weight: 650;
  line-height: 22px;
  color: #212326;
}

.soppiya_ts_reply_date p {
  font-size: 12px;
  font-weight: 450;
  color: #868686;
  line-height: 18px;
}

.soppiya_ts_replier_message p {
  font-size: 12px;
  font-weight: 450;
  line-height: 24px;
  color: #868686;
}
.soppiya_ts_replier_message p {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .soppiya_ts_review_section {
    padding-bottom: 48px;
  }

  .soppiya_ts_review_heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d3d1;
    position: relative;
  }
  .soppiya_ts_review_heading::after {
    content: "";
    position: absolute;
    left: 0;
    width: 64px;
    bottom: -2px;
    height: 2.5px;
    background-color: #212326;
  }
  .soppiya_ts_review_heading h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .soppiya_ts_info_review_row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
  }
  .soppiya_ts_display_reviews_number h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .soppiya_ts_review_button {
    margin-top: 24px;
  }

  /* left col */
  .soppiya_ts_info_review_left_col {
    grid-column: span 4 / span 4;
  }
  .soppiya_ts_review_area {
    margin-top: 0px;
    max-width: 224px;
    width: 100%;
  }
  .soppiya_ts_display_reviews_number {
    margin-bottom: 24px;
  }
  .soppiya_ts_commenter_message p {
    font-size: 14px;
    line-height: 24px;
  }
  /* right col */
  .soppiya_ts_info_review_right_col {
    grid-column: span 8 / span 8;
  }
  .soppiya_ts_info_comments {
    gap: 32px;
  }
  .soppiya_ts_replies {
    padding-left: 80px;
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .soppiya_ts_review_section {
    padding-bottom: 48px;
  }

  .soppiya_ts_info_review_row {
    gap: 32px;
  }
  /* left col */
  .soppiya_ts_info_review_left_col {
    grid-column: span 3 / span 3;
  }
  .soppiya_ts_review_area {
    max-width: 255px;
  }
  /* right col */
  .soppiya_ts_info_review_right_col {
    grid-column: span 9 / span 9;
  }
}
@media (min-width: 1366px) {
  /* left col */
  .soppiya_ts_info_review_left_col {
    grid-column: span 4 / span 4;
  }
  /* right col */
  .soppiya_ts_info_review_right_col {
    grid-column: span 8 / span 8;
  }
}
