.terms-storefront {
  max-width: 112rem;
}

.terms-document {
  border-top: .1rem solid rgba(var(--color-base-text), .12);
  color: rgba(var(--color-base-text), .78);
  font-size: 1.45rem;
  line-height: 1.75;
  letter-spacing: 0;
}

.terms-lead {
  max-width: 86rem;
  margin: 0;
  padding: 4rem 0;
  color: rgb(var(--color-base-text));
  font-size: 1.65rem;
}

.terms-section {
  padding: 3.2rem 0;
  border-top: .1rem solid rgba(var(--color-base-text), .12);
}

.terms-section h2 {
  margin: 0 0 1.6rem;
  color: rgb(var(--color-base-text));
  font-size: 2.2rem;
  letter-spacing: 0;
}

.terms-section p {
  margin: 0 0 1.4rem;
}

.terms-section ul {
  display: grid;
  gap: 1.2rem;
  margin: 0;
  padding-left: 2rem;
}

.terms-section li::marker {
  color: rgb(var(--color-base-background-2));
}

.terms-section a {
  color: rgb(var(--color-base-background-2));
}

.terms-note {
  color: rgb(var(--color-base-text));
}

.terms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 4rem 0 0;
}

@media screen and (max-width: 749px) {
  .terms-lead,
  .terms-section {
    padding: 2.6rem 0;
  }

  .terms-actions .button {
    width: 100%;
  }
}
