.legal-page {
  background-color: #2A1E15;
  margin: 0;
}

.legal-page * {
  box-sizing: border-box;
}

html.legal-page-root {
  background-color: #2A1E15;
}

.legal-header {
  background-color: #191009;
  border-bottom: 1px solid #332619;
}

.legal-header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 24px;
  text-align: center;
}

.legal-header .legal-brand {
  font-size: 22px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #F3EDE4;
  margin: 0 0 6px 0;
  font-family: Georgia, serif;
}

.legal-header .legal-brand-sub {
  color: #9E4E86;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Georgia, serif;
}

.legal-header h1 {
  color: #D9E2EC;
  font-size: 30px;
  margin: 18px 0 0 0;
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1.3;
}

.legal-nav {
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 24px;
  text-align: center;
  background-color: #332619;
}

.legal-nav a {
  color: #9A8E80;
  font-family: Georgia, serif;
  font-size: 15px;
  text-decoration: none;
  margin: 0 14px;
  display: inline-block;
}

.legal-nav a:hover {
  color: #D9E2EC;
  text-decoration: underline;
}

.legal-body {
  background-color: #2A1E15;
  padding: 44px 0 70px;
}

.legal-content {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
  color: #E8E2D7;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.8;
}

.legal-content .legal-lead {
  color: #C9C2B6;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.7;
}

.legal-content .updated-note {
  color: #D9E2EC;
  font-size: 14px;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #332619;
}

.legal-content section {
  background-color: transparent !important;
  margin-bottom: 22px;
  border-bottom: 1px solid #3a2e22;
  padding-bottom: 18px;
}

.legal-content section:last-of-type {
  border-bottom: none;
}

.legal-content h2 {
  color: #F3EDE4;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.legal-content h2 .secno {
  color: #9E4E86;
  margin-right: 8px;
}

.legal-content h3 {
  color: #D9E2EC;
  font-weight: 400;
  font-size: 18px;
  margin: 18px 0 8px 0;
}

.legal-content p {
  color: #E8E2D7;
  margin: 0 0 14px 0;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.8;
}

.legal-content ul {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}

.legal-content ul li {
  color: #E8E2D7;
  margin: 0 0 10px 0;
  padding-left: 22px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.8;
}

.legal-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #9E4E86;
}

.legal-content ol {
  margin: 0 0 16px 0;
  padding-left: 22px;
}

.legal-content ol li {
  color: #E8E2D7;
  margin: 0 0 10px 0;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.8;
}

.legal-content a {
  color: #D9E2EC;
  text-decoration: underline;
}

.legal-content a:hover {
  color: #9E4E86;
}

.legal-content strong {
  color: #F3EDE4;
  font-weight: 600;
}

.legal-content em {
  color: #C9C2B6;
}

.legal-footer {
  background-color: #191009;
  border-top: 1px solid #332619;
  padding: 22px 0;
}

.legal-footer-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
  color: #9A8E80;
  font-family: Georgia, serif;
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}

.legal-footer-inner a {
  color: #D9E2EC;
  text-decoration: none;
}

.legal-footer-inner a:hover {
  color: #9E4E86;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .legal-header h1 {
    font-size: 24px;
  }
  .legal-content {
    font-size: 16px;
    line-height: 1.75;
  }
  .legal-nav a {
    display: block;
    margin: 6px 0;
  }
}
