/* XPR Monitor — minimal custom styles on top of Bootstrap 5 */

body {
  font-size: 0.9rem;
}

.navbar-brand {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

/* Uniform table typography — all cells same size, no jumps */
.table td,
.table th {
  vertical-align: middle;
  font-size: 0.825rem;
}

/* code inside tables: same font as body, no monospace */
.table code {
  font-family: inherit;
  font-size: inherit;
  background: none;
  padding: 0;
  color: inherit;
}

/* Change-details toggle */
.change-details {
  background: #f8f9fa;
  border-radius: 4px;
  padding: 0.5rem;
}

/* Stat tiles */
.card .fs-2 {
  line-height: 1;
}

/* Column manager — permanently hidden columns */
.col-mgr-hidden {
  display: none !important;
}

