/* Legal pages: center the title and the prose card (do not edit hashed site.v10.css). */
.page-shell--legal .static-page-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}
.page-shell--legal .legal-prose,
.page-shell--legal .legal-body {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.page-shell--legal .legal-cross-links {
  max-width: 48rem;
  margin: 1.5rem auto 0;
  text-align: center;
}
