.cs-product-reviews {
  max-width: 736px;
  width: 100%;
  margin: 0 auto;
}
.cs-product-reviews h4 {
  text-align: center;
}
.cs-product-reviews-list {
  padding: 0;
  list-style-type: none;
}
.cs-product-review-single {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0,0,0,0.44) !important;
}
.cs-product-review-top {
}
.cs-product-review-credit {
  float: left;
  width: 50%;
}
.cs-product-review-credit-name {
  font-weight: 700;
}
.cs-product-review-credit-verified {
  color: var(--cs-color-gray-900);
}
.cs-product-review-stars {
  float: right;
  width: 50%;
  text-align: right;
}
.cs-product-review-stars i {
  color: var(--cs-color-yellow-500);
}
.cs-product-review-stars i.empty {
  color: var(--cs-color-gray-500);
}
.cs-product-review-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cs-product-review-content {
  font-size: 16px;
  color: var(--cs-color-gray-900);
  margin-bottom: 30px;
}
.cs-product-review-date {
  font-size: 16px;
  margin-bottom: 0;
}
.cs-product-review-button-container {
  margin-top: 20px;
}
