/* Message Server - Admin UI Styles */

body {
  min-height: 100vh;
}

.tree-list {
  border-left: 2px solid #dee2e6;
  padding-left: 1rem;
}

.tree-item {
  margin-bottom: 2px;
}

.tree-toggle {
  cursor: pointer;
  user-select: none;
}

.message-content {
  white-space: pre-wrap;
  word-break: break-word;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 0.875rem;
  background: transparent;
  border: none;
  padding: 0;
}

pre.message-content {
  max-height: 200px;
  overflow-y: auto;
}

.navbar-brand {
  font-weight: bold;
}

/* Unread message row highlight */
tr.table-warning td {
  font-weight: 500;
}
