.store-review-page {
  padding-bottom: 30px;
}

.store-review-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 720px;
  margin: 20px auto 30px;
  padding: 24px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
}

.store-review-score {
  flex: 0 0 auto;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: #333;
}

.store-review-score span {
  font-size: 17px;
  font-weight: 400;
  color: #777;
}

.store-review-summary-title {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #333;
}

.store-review-stars {
  color: #f5a623;
  font-size: 17px;
  line-height: 1.4;
  white-space: nowrap;
}

.store-review-summary .store-review-stars {
  font-size: 22px;
}

.store-review-count {
  margin-top: 5px;
  color: #777;
}

.store-review-list {
  max-width: 900px;
  margin: 0 auto;
}

.store-review-card {
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, .04);
}

.store-review-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.store-review-author-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 5px;
}

.store-review-author {
  font-size: 16px;
  color: #333;
}

.store-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 12px;
  background: #eaf7ee;
  color: #278044;
  font-size: 12px;
  font-weight: 600;
}

.store-review-date {
  flex: 0 0 auto;
  color: #888;
  font-size: 13px;
}

.store-review-text {
  margin-top: 17px;
  color: #444;
  font-size: 15px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.store-review-reply {
  margin-top: 18px;
  padding: 15px 17px;
  border-left: 3px solid #278044;
  border-radius: 0 7px 7px 0;
  background: #f6f8f7;
}

.store-review-reply-title {
  margin-bottom: 7px;
  color: #278044;
  font-weight: 600;
}

.store-review-reply-title time {
  margin-left: 8px;
  color: #888;
  font-size: 12px;
  font-weight: 400;
}

.store-review-reply-text {
  color: #444;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.store-review-empty {
  max-width: 720px;
  margin: 25px auto;
  padding: 35px 20px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  text-align: center;
  color: #777;
  background: #fff;
}

.store-review-empty > .fa {
  margin-bottom: 12px;
  font-size: 38px;
  color: #aaa;
}

.store-review-empty p {
  margin: 0;
}

.store-review-pagination {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .store-review-summary {
    gap: 16px;
    margin-top: 15px;
    padding: 18px 15px;
  }

  .store-review-score {
    font-size: 34px;
  }

  .store-review-summary-title {
    font-size: 15px;
  }

  .store-review-summary .store-review-stars {
    font-size: 18px;
  }

  .store-review-card {
    padding: 17px 15px;
  }

  .store-review-card-header {
    display: block;
  }

  .store-review-date {
    display: block;
    margin-top: 8px;
  }

  .store-review-reply-title time {
    display: block;
    margin: 4px 0 0;
  }
}

@media (max-width: 420px) {
  .store-review-summary {
    align-items: flex-start;
  }

  .store-review-score {
    font-size: 30px;
  }
}
