/*
 * Shared institutional-document layout. Legal pages stay public in
 * prelaunch and maintenance, so their presentation must obey the same
 * strict style-src 'self' policy as every other production document.
 */

.legal-shell {
  max-width: 44rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.legal-header {
  padding-bottom: 1.25rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--bct-deep-green);
}

.legal-header img {
  width: 28px;
  height: 30px;
  margin-bottom: 0.75rem;
}

.legal-footer {
  padding-top: 1rem;
  margin-top: 3rem;
  border-top: var(--rule-strong);
}

.legal-shell h2 {
  margin-top: 2.5rem;
}

.legal-shell li {
  margin-bottom: 0.5rem;
}
