.chat-sources {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  white-space: normal;
}

.chat-sources strong {
  color: #8eb5c2;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.chat-sources a {
  color: #7ff5ed;
  font-size: 10px;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 2px;
}
