/* [project]/app/styles/chatbot-messages.css [app-client] (css) */
.chatbot-message {
  font-size: .875rem;
}

.chatbot-message h1 {
  color: #f3f4f6;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 700;
}

.chatbot-message h2 {
  color: #f3f4f6;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
}

.chatbot-message h3 {
  color: #f3f4f6;
  margin-bottom: 5px;
  font-size: .875rem;
  font-weight: 700;
}

.chatbot-message p {
  color: #f3f4f6;
  white-space: pre-wrap;
  margin-bottom: 5px;
  line-height: 1.625;
}

.chatbot-message ul {
  color: #f3f4f6;
  margin-top: .25rem;
  margin-bottom: 5px;
  margin-left: 15px;
  padding-left: 6px;
  list-style-type: disc;
}

.chatbot-message ol {
  color: #f3f4f6;
  margin-top: .25rem;
  margin-bottom: 5px;
  padding-left: 6px;
  list-style-type: decimal;
}

.chatbot-message li {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.625;
}

.chatbot-message strong {
  color: #f3f4f6;
  font-weight: 600;
}

.chatbot-message table {
  color: #f3f4f6;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-radius: .5rem;
  outline-style: solid;
  min-width: 100%;
  margin-bottom: 2px;
}

.chatbot-message thead {
  color: #000;
  background-color: #f3f4f6;
}

.chatbot-message tbody {
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 0;
  outline-style: solid;
}

.chatbot-message th {
  color: #f3f4f6;
  text-align: left;
  padding-block: 15px;
  padding-inline: 20px;
  font-size: .75rem;
  font-weight: 600;
}

.chatbot-message td {
  color: #f3f4f6;
  padding-block: 15px;
  padding-inline: 20px;
  font-size: .75rem;
}

/*# sourceMappingURL=app_styles_chatbot-messages_0vdownw.css.map*/