:root {
  --dm-bg: #f6f7fb;
}

body {
  background: var(--dm-bg);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
}

.card {
  border: none;
}

.table thead th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #6c757d;
  border-bottom-width: 1px;
}

.record-row .btn-outline-danger {
  height: 100%;
}

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

.display-6 {
  font-variant-numeric: tabular-nums;
}

/* Docs layout */
.docs-sidebar {
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}

.docs-sidebar .list-group-item {
  background: transparent;
  border: none;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  color: #495057;
}

.docs-sidebar .list-group-item.active {
  background-color: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
  font-weight: 600;
}

.docs-content h2 {
  scroll-margin-top: 80px;
}

.docs-content :not(pre) > code {
  color: #d63384;
  background: rgba(214, 51, 132, 0.08);
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
}

.docs-content pre {
  font-size: 0.85rem;
}
