/* Small Bina-Istra specific overrides */
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }

table.data { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
table.data thead th {
  background: #0b1f3a;
  color: white;
  text-align: left;
  padding: 0.55rem 0.75rem;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  z-index: 1;
}
table.data tbody td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}
table.data tbody tr:hover td { background: #fef3c7; }
table.data tbody tr.warn td { background: #fff7ed; }

.badge { display: inline-block; padding: 0.1rem 0.5rem; border-radius: 9999px; font-size: 0.7rem; font-weight: 600; }
.badge-cvor { background:#dbeafe; color:#1e3a8a; }
.badge-dionica { background:#dcfce7; color:#166534; }
.badge-portal { background:#fef3c7; color:#854d0e; }
.badge-trafostanica { background:#ede9fe; color:#5b21b6; }
.badge-most { background:#fee2e2; color:#991b1b; }
.badge-razno { background:#f1f5f9; color:#334155; }
