.feedback-history {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.feedback-history h3 {
  margin: 0 0 12px;
  font-size: 14px;
}

.feedback-entry {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.feedback-entry:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.feedback-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
}

.feedback-meta time {
  color: var(--muted);
}

.feedback-rating {
  padding: 3px 8px;
  border-radius: 999px;
  font-weight: 750;
}

.feedback-rating.useful {
  background: #def8ed;
  color: var(--green);
}

.feedback-rating.not-useful {
  background: #eef1f6;
  color: var(--muted);
}

.feedback-entry p {
  margin: 8px 0 0;
  white-space: pre-wrap;
  line-height: 1.5;
}
