.chat-comment {
  display: flex;
  gap: 12px;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dbeafe;
  color: #1e3a8a;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.chat-initials {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color:#000;
}

.chat-body {
  flex: 1;
}

.chat-header {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
}

.chat-header strong {
  margin-right: 10px;
}

.chat-timestamp {
  color: #888;
  font-size: 12px;
}

.chat-content {
  font-size: 15px;
  color: #444;
}
