.maja-chat-card {
  border: 1px solid #dee2e6;
}

.maja-chat-messages {
  max-height: 360px;
  overflow-y: auto;
  background: #f8f9fa;
}

.maja-msg {
  display: flex;
  margin-bottom: .75rem;
}

.maja-msg:last-child {
  margin-bottom: 0;
}

.maja-msg-user {
  justify-content: flex-end;
}

.maja-msg-maja {
  justify-content: flex-start;
}

.maja-msg-bubble {
  max-width: 80%;
  padding: .55rem .75rem;
  border-radius: .75rem;
  white-space: pre-wrap;
  word-break: break-word;
}

.maja-msg-user .maja-msg-bubble {
  background: #0d6efd;
  color: #fff;
}

.maja-msg-maja .maja-msg-bubble {
  background: #fff;
  border: 1px solid #dee2e6;
  color: #212529;
}

.maja-chat-form .form-control:disabled {
  background: #eef2f6;
  cursor: not-allowed;
}

[data-maja-loading] {
  font-weight: 500;
}

[data-maja-error] {
  margin-bottom: 0;
}
