/* Widgets GOBRAX no NOC / configurar — tabelas densas em cartão pequeno */
.noc-gobrax-widget {
  font-size: 0.8125rem;
  line-height: 1.35;
  width: 100%;
  min-width: 0;
}
.noc-gobrax-widget .noc-gobrax-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 0.15rem;
}
.noc-gobrax-widget .noc-gobrax-meta {
  font-size: 0.7rem;
  color: var(--bs-secondary-color, #6c757d);
  margin-bottom: 0.5rem;
}
.noc-gobrax-widget .noc-gobrax-scroll {
  max-height: min(220px, 42vh);
  overflow-y: auto;
  overflow-x: auto;
  border: 1px solid var(--bs-border-color, #dee2e6);
  border-radius: 0.375rem;
  -webkit-overflow-scrolling: touch;
}
.noc-gobrax-widget .noc-gobrax-scroll .table {
  margin-bottom: 0;
}
.noc-gobrax-widget .noc-gobrax-scroll thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  box-shadow: inset 0 -1px 0 var(--bs-border-color, #dee2e6);
  background-color: var(--bs-light, #f8f9fa) !important;
}
.noc-gobrax-widget .noc-gobrax-bars {
  margin-bottom: 0.5rem;
}
.noc-gobrax-widget .noc-gobrax-bar-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
  min-width: 0;
}
.noc-gobrax-widget .noc-gobrax-bar-label {
  flex: 0 1 42%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.noc-gobrax-widget .noc-gobrax-bar-track {
  flex: 1 1 auto;
  min-width: 48px;
  height: 6px;
  background: var(--bs-secondary-bg, #e9ecef);
  border-radius: 3px;
  overflow: hidden;
}
.noc-gobrax-widget .noc-gobrax-bar-fill {
  height: 100%;
  border-radius: 3px;
  background: var(--bs-primary, #0d6efd);
  opacity: 0.85;
}
.noc-gobrax-widget .noc-gobrax-bar-val {
  flex: 0 0 auto;
  font-size: 0.7rem;
  color: var(--bs-secondary-color, #6c757d);
  white-space: nowrap;
}
.noc-gobrax-widget .noc-gobrax-foot {
  font-size: 0.65rem;
  color: var(--bs-secondary-color, #6c757d);
  margin-top: 0.35rem;
}
