.ai-answer {
  margin-top: 13px;
  padding: 14px;
  border-radius: 10px;
  background: #f1f5f2;
  border-left: 3px solid var(--green);
  white-space: pre-wrap;
  font-size: 12px;
  line-height: 1.7;
}

.status.offline span { background: #d2a552; }
