#lithoResults,
.search-results {
  margin-top: 18px;
  width: 100%;
}

.tatum-answer {
  background: #fffdf8;
  border: 1px solid rgba(0, 55, 85, 0.15);
  border-radius: 18px;
  padding: 18px 20px;
  margin: 14px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  line-height: 1.55;
  color: #1d1d1d;
}

.tatum-answer h3 {
  margin: 0 0 10px;
  color: #003755;
  font-size: 1.25rem;
}

.tatum-answer p {
  margin: 8px 0;
}

.tatum-medical-note {
  margin-top: 12px !important;
  padding: 10px 12px;
  background: #f7efe2;
  border-left: 4px solid #003755;
  border-radius: 10px;
  font-size: 0.92rem;
}

.tatum-suggestions {
  margin-top: 15px;
  background: #fffdf8;
  border-radius: 18px;
  padding: 16px;
  border: 1px solid rgba(0, 55, 85, 0.12);
}

.tatum-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tatum-chip {
  border: 1px solid #003755;
  background: white;
  color: #003755;
  border-radius: 999px;
  padding: 9px 14px;
  cursor: pointer;
  font-size: 0.95rem;
}

.tatum-chip:hover {
  background: #003755;
  color: white;
}
