/* =================================================
   Brigade-Bot Alliance Page – Page-specific styles
   (shared dashboard styles are in shared.css)
   ================================================= */

.app {
  padding: 16px;
}

/* Card body label/value colors */
.card-body label {
  color: var(--theme-label-muted);
  font-size: 12px;
}

.card-body span {
  color: var(--theme-text);
}

/* Tabulator sits below toolbar — square top corners */
.tabulator {
  border-radius: 0 0 8px 8px !important;
}

/* Counter badge below table */
.tabulator-counter {
  color: var(--theme-accent-mid) !important;
  margin: 3px 8px 8px 8px;
  font-size: 12px;
}

/* Tabulator inside modal gets full rounded corners */
.modal-body .tabulator {
  border-radius: 8px !important;
}
