/* ESA Panel minimal tweaks */

body {
  background: #f6f7f9;
}

.sidebar .nav-link {
  border-radius: .5rem;
}

.sidebar .nav-link.active {
  font-weight: 600;
}

.text-monospace {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  word-break: break-all;
}

pre {
  white-space: pre-wrap;
  word-break: break-all;
}
