.reader-response-form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.reader-response-form label {
  font-weight: 700;
}

.reader-response-form textarea {
  width: 100%;
  min-height: 130px;
  padding: 14px;
  resize: vertical;
  border: 1px solid #cdbdad;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.reader-response-form textarea:focus {
  outline: 3px solid rgba(116, 22, 37, .12);
  border-color: var(--wine);
}

.response-note {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.55;
}

.response-success {
  padding: 12px 14px;
  border-left: 4px solid #246b4a;
  background: #e7f3ec;
}

.response-error {
  padding: 12px 14px;
  border-left: 4px solid #9b2738;
  background: #f8e8eb;
}

.response-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
