/* Custom styles for Hospitable Reporting Tool */

body {
  background-color: #f8f9fa;
}

.bg-light-blue {
  background-color: #e6f2ff;
}

.message {
  border-left: 3px solid #6c757d;
}

.message.bg-light-blue {
  border-left: 3px solid #0d6efd;
}

.message-header {
  font-size: 0.85rem;
  margin-bottom: 5px;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
}

.messages-container::-webkit-scrollbar {
  width: 8px;
}

.messages-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.messages-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.messages-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
