#mode-wrapper-claims-admin table {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}

#mode-wrapper-claims-admin th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
  text-align: left;
  padding: 6px 8px;
  border-bottom: 2px solid #e0e0e0;
  font-weight: 600;
  white-space: nowrap;
}

#mode-wrapper-claims-admin td {
  padding: 4px 8px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

#mode-wrapper-claims-admin tbody tr:hover {
  background-color: #f8f9fa;
}

#mode-wrapper-claims-admin .claims-admin-table-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.claims-admin-owners-cell {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.claims-admin-projects-cell {
  max-width: 200px;
}

.claims-admin-projects-cell sl-tag {
  margin: 1px;
}

/* ─── Sub-tab strip ───────────────────────────────────────── */

.claims-admin-subtab {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.claims-admin-subtab:hover {
  color: #333;
}

.claims-admin-subtab.selected {
  color: #0066cc;
  border-bottom-color: #0066cc;
  font-weight: 600;
}

.claims-admin-subtab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f0830a;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 10px;
  padding: 0 6px;
  height: 16px;
  min-width: 16px;
  line-height: 1;
}

.claims-admin-subtab-badge[hidden] {
  display: none;
}

/* ─── Feed Health table ──────────────────────────────────── */

#feed-health-table {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}

#feed-health-table th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
  text-align: left;
  padding: 8px 10px;
  border-bottom: 2px solid #e0e0e0;
  font-weight: 600;
  white-space: nowrap;
}

#feed-health-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

#feed-health-table tbody tr:hover {
  background-color: #f8f9fa;
}

.feed-health-muted {
  color: #999;
}

.feed-health-delta-up {
  color: #2e7d32;
}

.feed-health-delta-down {
  color: #c62828;
}

.feed-health-sparkline {
  width: 100px;
  height: 24px;
  color: #555;
  display: block;
}

/* Status pills */
.feed-health-pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.feed-health-pill-success {
  background: #e6f4ea;
  color: #1e7c3a;
}

.feed-health-pill-warning {
  background: #fef3c7;
  color: #92400e;
}

.feed-health-pill-danger {
  background: #fee2e2;
  color: #991b1b;
}

.feed-health-pill-neutral {
  background: #f1f3f4;
  color: #5f6368;
}
