/* Euro-Trans OA Dashboard — minimal custom styles */

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

/* Dark code block used for XML and JSON previews */
.code-block {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.78rem;
  background: #1e1e2e;
  color: #cdd6f4;
  max-height: 420px;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  border: none;
  margin: 0;
}

/* Tighter table cells */
.table-sm td,
.table-sm th {
  padding: 0.32rem 0.5rem;
}

/* Muted badge text is legible */
.badge.bg-secondary {
  background-color: #6c757d !important;
}

/* Subtle row highlight on hover for dark-header tables */
.table-hover > tbody > tr:hover > td {
  background-color: rgba(0, 0, 0, 0.04);
}

/* Prevent route arrow from wrapping */
.bi-arrow-right {
  white-space: nowrap;
}

/* Breadcrumb smaller */
.breadcrumb {
  font-size: 0.85rem;
}

/* Card header consistent height */
.card-header {
  font-size: 0.88rem;
}
