.taympr-list-reviews {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #7b6042;
}

.taympr-list-count {
  font-size: 12px;
  color: #8d7962;
}

.taympr-stars {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  color: #d8c7b2;
}

.taympr-stars::before {
  content: "\2605\2605\2605\2605\2605";
}

.taympr-stars-sm {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.taympr-stars-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #c48b4d;
}

.taympr-stars-fill::before {
  content: "\2605\2605\2605\2605\2605";
}

.taympr-box {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(127, 96, 58, 0.2);
  border-radius: 14px;
  background: #fff9ef;
}

.taympr-title {
  margin: 0 0 8px;
  font-size: 20px;
  color: #3e2d1c;
}

.taympr-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.taympr-summary-text {
  font-size: 14px;
  color: #6b5840;
  font-weight: 600;
}

.taympr-alert {
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 13px;
}

.taympr-alert-success {
  background: #e8f7ea;
  color: #1f5e2b;
}

.taympr-alert-error {
  background: #ffecec;
  color: #7f1d1d;
}

.taympr-ajax-message {
  margin-bottom: 0;
}

.taympr-form {
  display: grid;
  gap: 10px;
}

.taympr-rate-input {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: inline-flex;
  justify-content: flex-end;
  gap: 2px;
}

.taympr-rate-input input {
  display: none;
}

.taympr-rate-input label {
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  color: #d8c7b2;
  transition: color 0.18s ease;
}

.taympr-rate-input label:hover,
.taympr-rate-input label:hover ~ label,
.taympr-rate-input input:checked ~ label {
  color: #c48b4d;
}

.taympr-comment {
  width: 100%;
  border: 1px solid rgba(127, 96, 58, 0.25);
  border-radius: 10px;
  padding: 10px 12px;
  resize: vertical;
  min-height: 80px;
  background: #fff;
  color: #2f261d;
}

.taympr-submit,
.taympr-login-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 700;
  text-decoration: none !important;
  border: 1px solid transparent;
  background: #b98349;
  color: #fff !important;
}

.taympr-submit.is-loading {
  opacity: 0.7;
  cursor: wait;
}

.taympr-login-btn {
  width: fit-content;
}

.taympr-login-text {
  margin: 0 0 8px;
  color: #6b5840;
}

.taympr-reviews-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.taympr-review-item {
  border: 1px solid rgba(127, 96, 58, 0.14);
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

.taympr-review-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 5px;
}

.taympr-review-name {
  color: #2f261d;
  font-size: 13px;
}

.taympr-review-date {
  color: #8d7962;
  font-size: 12px;
}

.taympr-review-comment {
  margin: 6px 0 0;
  color: #4f3f2f;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .taympr-box {
    padding: 12px;
  }

  .taympr-title {
    font-size: 18px;
  }

  .taympr-rate-input label {
    font-size: 26px;
  }
}
