.committees-page {
  padding: 5rem 0 6rem;
}

.committee-table__wrapper {
  overflow-x: auto;
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.committee-table {
  width: 100%;
  border-collapse: collapse;
}

.committee-table thead th {
  background: #f3f4f6;
  color: var(--color-navy);
  font-weight: 600;
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
  text-align: left;
}

.committee-table tbody td {
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--color-border);
  color: #4b5563;
  font-size: 1rem;
}

.committee-table tbody tr:hover {
  background: rgba(15, 23, 42, 0.03);
}
