/* ── Tax information ── */
.tax-information-page .container--gov-sub {
  max-width: min(88%, 42rem);
}

.tax-information-page .gov-subpage__title {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.tax-information-intro {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.tax-information-intro p {
  margin: 0;
  font-size: var(--page-body-size);
  line-height: var(--page-body-lh);
  text-align: center;
  color: var(--color-text);
}

.tax-information-content {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.tax-information-content h2 {
  margin: clamp(2rem, 4vw, 2.75rem) 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);
}

.tax-information-content h2:first-of-type {
  margin-top: 0;
}

.tax-information-content p {
  margin: 0;
  font-size: var(--page-body-size);
  line-height: var(--page-body-lh);
  text-align: left;
  color: var(--color-text);
}

.tax-information-content p + p {
  margin-top: clamp(0.75rem, 1.5vw, 1rem);
}

.tax-information-content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity var(--transition-fast);
}

.tax-information-content a:hover,
.tax-information-content a:focus-visible {
  opacity: 0.65;
}

.tax-information-archive {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(3.5rem, 8vw, 5.5rem);
}

.tax-information-page .gov-subpage__related {
  padding-top: 0;
}

.tax-information-page .gov-subpage__related .team-related__title {
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
  border-top: 1px solid var(--color-text);
}

.tax-information-page .governance-grid {
  margin-top: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 768px) {
  .tax-information-page .container--gov-sub {
    max-width: 100%;
    padding-inline: clamp(1.25rem, 5vw, 1.5rem);
  }

  .tax-information-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;
    text-align: center;
  }

  .tax-information-intro {
    margin-bottom: clamp(2rem, 5vw, 2.75rem);
  }

  .tax-information-intro p,
  .tax-information-content p {
    font-size: 0.9375rem;
    text-align: left;
  }

  .tax-information-content h2 {
    font-size: clamp(0.9375rem, 3.5vw, 1.0625rem);
  }

  .tax-information-archive {
    margin-bottom: clamp(4.5rem, 14vw, 7rem);
  }

  .tax-information-archive .btn-pill {
    width: 100%;
    max-width: 100%;
  }

  .tax-information-page .gov-subpage__related {
    margin-top: clamp(5.5rem, 16vw, 8.5rem);
  }

  .tax-information-page .gov-subpage__related .team-related__title {
    margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
    font-size: clamp(1.25rem, 4vw, 1.375rem);
  }

  .tax-information-page .governance-grid {
    margin-top: 0;
  }
}
