/* ── Corporate governance report ── */
.cg-report-page .container--gov-sub {
  max-width: min(88%, 42rem);
}

.cg-report-page .gov-subpage__title {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.cg-report-content {
  margin-bottom: clamp(3.5rem, 8vw, 5.5rem);
}

.cg-report-content__intro {
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
  font-size: var(--page-body-size);
  line-height: var(--page-body-lh);
  text-align: left;
  color: var(--color-text);
}

.cg-report-docs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cg-report-docs li + li {
  margin-top: 0.125rem;
}

.cg-report-docs a {
  font-size: var(--page-body-size);
  line-height: 1.55;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity var(--transition-fast);
}

.cg-report-docs a:hover,
.cg-report-docs a:focus-visible {
  opacity: 0.65;
}

.cg-report-page .team-related {
  padding-bottom: 0;
}

.cg-report-page__related {
  margin-top: clamp(4.5rem, 10vw, 7rem);
  padding-top: 0;
}

.cg-report-page__related .team-related__title {
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
  border-top: 1px solid var(--color-text);
}

.cg-report-page .governance-grid {
  margin-top: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 768px) {
  .cg-report-page .container--gov-sub {
    max-width: 100%;
    padding-inline: clamp(1.25rem, 5vw, 1.5rem);
  }

  .cg-report-page .gov-subpage__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;
  }

  .cg-report-content__intro,
  .cg-report-docs a {
    font-size: 0.9375rem;
  }

  .cg-report-page__related {
    margin-top: clamp(5.5rem, 16vw, 8.5rem);
  }

  .cg-report-page .governance-grid {
    margin-top: 0;
  }
}
