html.route-product-product #review {
  display: grid;
  gap: 16px;
}

html.route-product-product #review > table.table {
  display: block;
  width: 100%;
  margin: 0;
  padding: 17px 18px 16px;
  overflow: hidden;
  border: 1px solid #e8ebef !important;
  border-radius: 18px;
  background: #fff !important;
  box-shadow: 0 8px 26px rgba(20, 28, 38, .06);
}

html.route-product-product #review > table.table > tbody {
  display: block;
}

html.route-product-product #review > table.table > tbody > tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent !important;
}

html.route-product-product #review > table.table > tbody > tr:first-child {
  gap: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eef0f3;
}

html.route-product-product #review > table.table > tbody > tr:first-child > td {
  display: block;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  color: #8a929d;
  font-size: 13px;
  line-height: 1.3;
}

html.route-product-product #review > table.table > tbody > tr:first-child > td:first-child {
  color: #17191d;
  font-size: 16px;
}

html.route-product-product #review > table.table > tbody > tr:first-child strong {
  font-weight: 700;
}

html.route-product-product #review > table.table > tbody > tr:nth-child(2),
html.route-product-product #review > table.table > tbody > tr:nth-child(2) > td {
  display: block;
  width: 100%;
}

html.route-product-product #review > table.table > tbody > tr:nth-child(2) > td {
  padding: 14px 0 0 !important;
  border: 0 !important;
}

html.route-product-product #review > table.table p {
  margin: 0 0 13px;
  color: #4f5865;
  font-size: 15px;
  line-height: 1.55;
}

html.route-product-product #review > table.table .rating,
html.route-product-product #review > table.table .rating-stars {
  min-height: 22px;
}

html.route-product-product #review > table.table .rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

html.route-product-product #review > table.table .rating-stars .fa-stack {
  width: 19px;
  height: 19px;
  line-height: 19px;
}

html.route-product-product #review > table.table .rating-stars .fa-star {
  color: #ffbf00;
}

html.route-product-product #review > table.table .answer_admin {
  margin-top: 14px;
  padding: 13px 14px;
  border: 0;
  border-radius: 12px;
  background: #f6f7f9;
}

html.route-product-product #review > table.table .answer_admin p:last-child {
  margin-bottom: 0;
}

html.route-product-product #review > .pagination-results:has(.text-left:empty) {
  display: none !important;
}

@media (max-width: 767px) {
  html.route-product-product #review {
    gap: 12px;
  }

  html.route-product-product #review > table.table {
    padding: 15px;
    border-radius: 16px;
  }
}
