/* ── Auditors ── */
.auditors-page .container--gov-sub {
  max-width: min(88%, 42rem);
}

.auditors-page .gov-subpage__title {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.auditors-page .board-work-content {
  margin-bottom: clamp(3.5rem, 8vw, 5.5rem);
}

.auditors-table-block__title {
  margin: 0 0 clamp(1rem, 2vw, 1.25rem);
  font-family: var(--font-family);
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-align: left;
  color: var(--color-text);
}

.auditors-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.auditors-table {
  width: 100%;
  min-width: 20rem;
  border-collapse: collapse;
  border-top: 1px solid var(--color-text);
  font-size: var(--page-body-size);
  line-height: 1.45;
}

.auditors-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;
}

.auditors-table thead th:first-child {
  text-align: left;
  padding-left: 0;
}

.auditors-table thead th:not(:first-child) {
  text-align: right;
}

.auditors-table tbody tr {
  border-bottom: none;
}

.auditors-table tbody tr:last-child {
  border-bottom: 1px solid var(--color-text);
}

.auditors-table tbody th,
.auditors-table tbody td {
  padding: clamp(0.875rem, 1.5vw, 1.125rem) 0.5rem;
  vertical-align: top;
  font-weight: 400;
}

.auditors-table tbody th[scope="row"] {
  text-align: left;
  padding-left: 0;
  font-weight: 400;
}

.auditors-table tbody td {
  text-align: right;
  white-space: nowrap;
}

.auditors-table tbody td:last-child {
  padding-right: 0;
}
