/**
 * Additive SEO/GEO styles. Loaded after css/main.css so a deploy
 * never replaces the production stylesheet.
 */

.u-sr-only,
.jump-llm-summary.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.product-lead {
  background: #181c22;
  color: #fff;
  padding: 2.4rem 0 2rem;
}

.product-lead h1 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
}

.product-lead p {
  margin: 0;
  max-width: 78rem;
  color: #c5c8cc;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  white-space: pre-line;
}

.gov-cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.1rem;
  flex: 0 0 28.1rem;
  gap: 1.6rem;
  max-width: 28.1rem;
}

.gov-cta__actions .gov-cta__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.gov-cta__ryc {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}

.gov-cta__ryc a {
  color: #2d353d;
  text-decoration: underline;
}
