.review_results_wrapper {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
  transition: ease 0.5s;
  background: #f6f6f6;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.review_team_meet_score_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.review_team_meet_score_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 25%;
  flex: 2 1;
  transition: ease 0.5s;
  color: rgb(3, 5, 35);
}

.review_team_meet_score_link:hover {
  color: rgb(255, 172, 75);
}

.review_team_meet_score_link_img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.review_team_meet_score_link_title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review_team_meet_score_value_wrap {
  background: #fe5900;
  border-radius: 99px;
  padding: 5px;
  min-width: 90px;
  text-align: center;
}

.review_team_meet_score_value {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-align: center;
}

.review_team_meet_date_wrap {
  border-top: 2px solid rgba(165, 165, 165, 0.35);
  padding-top: 10px;
}

.review_team_meet_date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgb(3, 5, 35);
  text-align: center;
}

.review_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 5px;
  background: #f6f6f6;
  padding: 16px;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
}

.review_content_wrap {
  width: 100%;
}

.review_stat_item {
  margin-bottom: 15px;
}

.review_stat_item:last-child {
  margin-bottom: 0;
}

.review_stat_item_top_wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}

.review_stat_item_top_text {
  font-size: 14px;
  font-weight: 500;
  color: rgb(3, 5, 35);
}

.review_stat_item_top_text_position {
  text-align: right;
}

.review_stat_item_top_title {
  font-size: 14px;
  font-weight: 700;
  color: rgb(3, 5, 35);
}

.review_stat_item_bottom_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.review_stat_item_value_wrapper {
  background: #a5a5a5;
  width: 50%;
  height: 3px;
  border-radius: 5px;
}

.review_stat_item_value_wrap {
  height: 3px;
  border-radius: 5px;
  overflow: hidden;
}

.review_content_img {
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.review_content_text {
  font-size: 14px;
  font-weight: 500;
  color: rgb(105, 105, 105);
}

.review_aside_wrap {
  width: 100%;
}

.review_aside_info_list {
  border-radius: 5px;
  background: #ffffff;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
}

.review_aside_info_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(165, 165, 165, 0.35);
}

.review_aside_info_item:first-child {
  padding-top: 0;
}

.review_aside_info_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.review_aside_info_item_text {
  font-size: 14px;
  font-weight: 500;
  color: rgb(3, 5, 35);
}

.review_aside_info_item_subtitle {
  font-size: 14px;
  font-weight: 700;
  color: rgb(3, 5, 35);
}

.score_table_wrap {
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.score_table_wrap::-webkit-scrollbar {
  height: 5px;
}

.score_table_wrap::-webkit-scrollbar-thumb {
  background-color: #fe5900;
}

.score_table_wrap::-webkit-scrollbar-track {
  background-color: rgb(255, 172, 75);
}

.score_table {
  table-layout: fixed;
}

.score_table_head_point {
  padding: 10px;
}

.score_table_head_point_text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.score_table_body_point {
  padding: 10px;
}

.score_table_body_point_text {
  font-size: 14px;
  font-weight: 700;
  color: rgb(3, 5, 35);
}

.score_table_body_info_link {
  align-items: center;
  display: flex;
  column-gap: 10px;
  color: rgb(3, 5, 35);
  transition: ease 0.5s;
}

.score_table_body_info_link:hover {
  color: rgb(255, 172, 75);
}

.score_table_body_info_link_img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.score_table_body_info_link_title {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.score_table_head td:first-child,
.score_table_body td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  width: 180px;
}

@media screen and (min-width: 576px) {
  .review_results_wrapper {
    gap: 20px;
  }

  .review_team_meet_score_wrap {
    gap: 20px;
  }

  .review_wrapper {
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .review_results_wrapper {
    padding: 18px;
  }

  .review_team_meet_score_link_img {
    height: 60px;
    width: 60px;
  }

  .review_team_meet_score_link_title {
    font-size: 18px;
  }

  .review_team_meet_score_value_wrap {
    padding: 10px;
  }

  .review_team_meet_score_value {
    font-size: 20px;
  }

  .review_team_meet_date {
    font-size: 16px;
  }

  .review_wrapper {
    padding: 18px;
  }

  .review_stat_item_top_text {
    font-size: 16px;
  }

  .review_stat_item_top_title {
    font-size: 16px;
  }

  .review_content_img {
    height: 350px;
  }

  .review_aside_info_item_text {
    font-size: 16px;
  }

  .review_aside_info_item_subtitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .score_table {
    width: 1000px;
  }
}

@media screen and (min-width: 1024px) {
  .review_results_wrapper {
    gap: 25px;
  }

  .review_team_meet_score_wrap {
    gap: 25px;
  }

  .review_team_meet_score_link_img {
    height: 80px;
    width: 80px;
  }

  .review_team_meet_score_link_title {
    font-size: 20px;
  }

  .review_team_meet_score_value_wrap {
    padding: 15px;
  }

  .review_team_meet_score_value {
    font-size: 25px;
  }

  .review_team_meet_date {
    font-size: 18px;
  }

  .review_wrapper {
    flex-direction: row;
    gap: 25px;
  }

  .review_content_wrap {
    width: 65%;
  }

  .review_stat_item_top_text {
    font-size: 18px;
  }

  .review_stat_item_top_title {
    font-size: 18px;
  }

  .review_stat_item_value_wrapper {
    height: 6px;
  }

  .review_stat_item_value_wrap {
    height: 6px;
  }

  .review_content_text {
    font-size: 16px;
  }

  .review_aside_wrap {
    width: 35%;
  }
}

@media screen and (min-width: 1200px) {
  .review_results_wrapper {
    padding: 20px;
  }

  .review_team_meet_score_link_img {
    height: 100px;
    width: 100px;
  }

  .review_team_meet_score_link_title {
    font-size: 25px;
  }

  .review_team_meet_score_value_wrap {
    padding: 20px;
  }

  .review_team_meet_score_value {
    font-size: 30px;
  }

  .review_team_meet_date {
    font-size: 20px;
  }

  .review_wrapper {
    gap: 45px;
    padding: 20px;
  }

  .review_stat_item_top_text {
    font-size: 20px;
  }

  .review_stat_item_top_title {
    font-size: 20px;
  }

  .review_content_img {
    height: 450px;
  }

  .review_content_text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .review_results_wrapper {
    padding: 24px;
  }

  .review_wrapper {
    padding: 24px;
  }

  .review_stat_item_value_wrapper {
    height: 9px;
  }

  .review_stat_item_value_wrap {
    height: 9px;
  }

  .review_content_img {
    height: 550px;
  }
}
