.pr-review, .pr-list {
  max-width: 720px;
}

.pr-review__title, .pr-list__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px;
}

.pr-field { margin-bottom: 14px; }
.pr-label { display: block; font-size: 13px; margin-bottom: 6px; color: #222; }
.pr-req { color: #c00; }

.pr-input, .pr-textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  transition: border-color .15s ease;
  background: #fff;
}

.pr-input:focus, .pr-textarea:focus { border-color: #999; }

.pr-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  margin: 10px 0 6px;
  user-select: none;
}

.pr-check input { margin-top: 2px; }

.pr-error {
  font-size: 12px;
  color: #c00;
}


.pr-btn:disabled { opacity: .6; cursor: not-allowed; }

.pr-result {
  margin-top: 12px;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 10px;
  display: none;
}

.pr-result.is-success { display: block; background: #eaf7ee; color: #135b2c; }
.pr-result.is-error   { display: block; background: #fdecec; color: #8a1f1f; }

/* Stars (form) */
.pr-stars {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pr-star {
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 2px 4px;
  color: #cfcfcf;
}

.pr-star.is-active { color: #b51717; }
.pr-stars__hint { font-size: 12px; color: #666; margin-left: 8px; }

/* List items */
.pr-item {
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 14px 14px;
  margin-bottom: 12px;
  background: #fff;
}

.pr-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.pr-item__name { font-weight: 600; font-size: 14px; color: #b51717; }

.pr-item__stars { display: inline-flex; gap: 2px; }
.pr-item__star { font-size: 16px; color: #d3d3d3; }
.pr-item__star.is-active { color: #b51717; }

.pr-item__text {
  font-size: 14px;
  line-height: 1.45;
  color: #222;
}

.pr-reply {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #f7f7f7;
  border: 1px solid #ededed;
}

.pr-reply__title { font-size: 12px; color: #555; margin-bottom: 6px; }
.pr-reply__text { font-size: 13px; color: #111; line-height: 1.45; }

.pr-empty { color: #666; font-size: 14px; }


.pr-stars{
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 6px 0;
}

.pr-star{
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  color: #cfcfcf;
  transition: transform .12s ease, color .12s ease;
}

.pr-star.is-active{ color: #b51717; }
.pr-star:hover{ transform: translateY(-1px); }

.pr-result{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
}

.pr-result.is-success{ background:#eaf7ee; color:#135b2c; }
.pr-result.is-error{ background:#fdecec; color:#8a1f1f; }
textarea.form-field__input.js-required {
    padding: 15px;
}

.pr-item__left{
  display: flex;
  gap: 10px;
  align-items: center;
}

.pr-item__meta{
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pr-item__date{
  font-size: 12px;
  color: #777;
  line-height: 1.2;
}
