body {
  min-height: 100vh;
}

.status-card {
  border: 0;
  box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 6%);
}

.status-card .card-title {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bot-dashboard-card {
  border: 0;
  box-shadow: 0 0.125rem 0.75rem rgb(0 0 0 / 8%);
}

.help-nav {
  top: 1rem;
}

.help-code {
  padding: 1rem;
  overflow-x: auto;
  color: #e9ecef;
  background: #212529;
  border-radius: 0.5rem;
}

.help-code code {
  color: inherit;
}
