
/* AEO: Structured answer blocks for AI citation extraction */
.answer {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-left: 4px solid #0284c7;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 8px 8px 0;
  font-size: 1.05rem;
  line-height: 1.7;
}
.answer strong { color: #0c4a6e; }
.answer[data-source]::after {
  content: "Джерело: " attr(data-source);
  display: block;
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 0.5rem;
}
/* AI citation nugget */
.cite-nugget {
  background: #fefce8;
  border: 1px solid #fde68a;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
  margin: 1rem 0;
}
.cite-nugget::before {
  content: "💡 ";
}
