body.legal-page {
  background: #ffffff;
  color: #202824;
}

.legal-shell {
  min-height: 100vh;
  background: #ffffff;
}

.legal-top {
  background: #202824;
  padding: 24px 0;
}

.legal-top .container {
  display: flex;
  align-items: center;
}

.legal-top .brand img {
  width: 200px;
  height: auto;
}

.legal-doc {
  width: min(800px, calc(100% - 64px));
  margin: 0 auto;
  padding: 64px 0;
}

.legal-doc h1 {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.legal-doc h2 {
  margin: 64px 0 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.legal-doc p,
.legal-doc li {
  margin: 0 0 16px;
  color: #3a4440;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.legal-doc a {
  color: #202824;
  text-decoration: underline;
}

.legal-doc ul {
  margin: 0 0 32px;
  padding-left: 24px;
}

.legal-doc .legal-meta {
  margin-bottom: 32px;
  color: #6e7d75;
  font-size: 14px;
}
