.googleReviewBtn {
  background: #fff7df !important;
  color: #8a6200 !important;
  border: 1px solid #f0df9b !important;
  font-weight: 850 !important;
}
.clientReviewQuick {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #f0df9b;
  background: #fff7df;
  color: #8a6200;
  border-radius: 12px;
  padding: 9px 11px;
  font-weight: 850;
  text-align: center;
}
.reviewSettings textarea {
  min-height: 128px;
  resize: vertical;
  line-height: 1.5;
}
.reviewSettings .reviewSave {
  margin-top: 10px;
}
.reviewSettingsStatus {
  font-size: 12px;
  color: var(--muted);
  min-height: 18px;
  margin-top: 8px;
  text-align: center;
}
.reviewSettings .reviewPreview {
  white-space: pre-wrap;
  background: var(--soft);
  border-radius: 13px;
  padding: 11px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.55;
  color: #625c69;
}
.reviewSettings .reviewHint {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.45;
  margin-top: 6px;
}
