.reviews-block {
  margin: 0;
  padding: 24px 0 28px;
  border-top: 1px solid #e6e6e6;
}

#reviews-area {
  background: #fff;
  padding-bottom: 8px;
}

.reviews-summary {
  margin: 8px 0 16px;
  color: #555;
}

.reviews-stars {
  color: #e6a700;
  letter-spacing: 1px;
  margin-right: 6px;
}

.reviews-list {
  max-height: 420px;
  overflow-y: auto;
  margin: 0 0 16px;
  padding-right: 4px;
}

.reviews-item {
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid #eee;
}

.reviews-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.reviews-item-head {
  display: block;
  margin-bottom: 4px;
  line-height: 1.4;
}

.reviews-item-title {
  display: inline;
  margin-left: 6px;
}

.reviews-item-meta {
  display: block;
  font-size: 0.9em;
  color: #777;
  margin-top: 2px;
}

.reviews-item-text {
  margin: 0;
  color: #444;
}

.reviews-notice {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 0.95em;
}

.reviews-notice-ok {
  background: #eef8ee;
  border: 1px solid #c8e6c8;
  color: #2f6b2f;
}

.reviews-notice-error {
  background: #fff0f0;
  border: 1px solid #f0c8c8;
  color: #8a2f2f;
}

.reviews-write {
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fafafa;
}

.reviews-write > summary {
  cursor: pointer;
  padding: 10px 14px;
  font-weight: 600;
  color: #06a0f0;
  list-style-position: outside;
}

.reviews-write[open] > summary {
  border-bottom: 1px solid #e6e6e6;
}

.reviews-form {
  padding: 14px;
}

.reviews-field {
  margin: 0 0 12px;
}

.reviews-field label,
.reviews-label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  color: #444;
}

.reviews-optional {
  font-weight: 400;
  color: #888;
}

.reviews-form input[type="text"],
.reviews-form textarea {
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font: inherit;
  color: #333;
  background: #fff;
}

.reviews-rating-input label {
  display: inline-block;
  margin: 0 14px 0 0;
  font-weight: 400;
}

.reviews-form-note {
  margin: 0 0 10px;
  font-size: 0.9em;
  color: #777;
}

.reviews-submit {
  font-size: 15px;
  padding: 8px 18px;
  border: 1px solid #e5a900;
  border-radius: 4px;
  background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
  color: #4e4d4b;
  font-weight: 700;
  cursor: pointer;
}

.reviews-submit:hover:not(:disabled) {
  filter: brightness(1.03);
}

.reviews-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.reviews-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
