body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.logs-container {
  height: 400px;
  overflow-y: auto;
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 12px;
}

.logs-container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.logs-container li {
  margin-bottom: 4px;
  white-space: pre-wrap;
}
