/* ── Board committees ── */
.board-committees-page {
  padding-bottom: clamp(4.5rem, 9vw, 7rem);
}

.board-committees-page .container--gov-sub {
  width: 100%;
  max-width: min(88%, 46rem);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}

.board-committees__title {
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  font-family: var(--font-gov-title);
  font-size: var(--page-gov-title-size);
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: none;
  text-align: center;
  line-height: 1.2;
  color: var(--color-text);
}

.board-committees-table-wrap {
  margin-bottom: clamp(3.5rem, 8vw, 5.5rem);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.board-committees-table {
  width: 100%;
  min-width: 28rem;
  border-collapse: collapse;
  border-top: 1px solid var(--color-text);
  font-size: var(--page-body-size);
  line-height: 1.45;
}

.board-committees-table thead th {
  padding: clamp(0.875rem, 1.5vw, 1.125rem) 0.5rem;
  border-bottom: 1px solid var(--color-text);
  font-weight: 600;
  vertical-align: bottom;
  line-height: 1.25;
}

.board-committees-table thead th:first-child {
  width: 42%;
  padding-left: 0;
}

.board-committees-table thead th:not(:first-child) {
  text-align: center;
}

.board-committees-table tbody tr {
  border-bottom: 1px solid var(--color-text);
}

.board-committees-table tbody th,
.board-committees-table tbody td {
  padding: clamp(0.875rem, 1.5vw, 1.125rem) 0.5rem;
  vertical-align: top;
  font-weight: 400;
}

.board-committees-table tbody th[scope="row"] {
  text-align: left;
  padding-left: 0;
}

.board-committees-table tbody td {
  text-align: center;
}

.board-committees-page .team-related {
  padding-bottom: 0;
}

.board-committees-page__related {
  margin-top: clamp(4.5rem, 10vw, 7rem);
  padding-top: 0;
}

.board-committees-page__related .team-related__title {
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
  border-top: 1px solid var(--color-text);
}

.board-committees-page .governance-grid {
  margin-top: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 768px) {
  .board-committees-page .gov-breadcrumb {
    display: none;
  }

  .board-committees-page .container--gov-sub {
    max-width: 100%;
    padding-inline: clamp(1.25rem, 5vw, 1.5rem);
  }

  .board-committees__title {
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
    padding-top: clamp(1.25rem, 3vw, 1.75rem);
    font-family: var(--font-gov-title);
    font-size: clamp(1.375rem, 6vw, 1.75rem);
    font-weight: 400;
    line-height: 1.25;
  }

  .board-committees-table {
    min-width: 0;
    table-layout: fixed;
    font-size: 0.8125rem;
    line-height: 1.35;
  }

  .board-committees-table thead th {
    padding: 0.75rem 0.125rem;
    white-space: normal;
    hyphens: auto;
  }

  .board-committees-table thead th:first-child {
    width: 34%;
    padding-right: 0.375rem;
  }

  .board-committees-table thead th:not(:first-child) {
    text-align: center;
  }

  .board-committees-table tbody th,
  .board-committees-table tbody td {
    padding: 0.75rem 0.125rem;
  }

  .board-committees-table tbody th[scope="row"] {
    white-space: normal;
    padding-right: 0.375rem;
  }

  .board-committees-table tbody td {
    text-align: center;
  }

  .board-committees-table-wrap {
    margin-bottom: clamp(4.5rem, 14vw, 7rem);
  }

  .board-committees-page__related {
    margin-top: clamp(5.5rem, 16vw, 8.5rem);
  }

  .board-committees-page__related .team-related__title {
    margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
    font-size: clamp(1.25rem, 4vw, 1.375rem);
  }

  .board-committees-page .governance-grid {
    margin-top: 0;
  }
}
