/* Terms of Service page styles */

.terms-section {
  background-color: #efeff0;
}

.terms-page {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.6;
  padding-top: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  color: #222;
}

@media (min-width: 768px) {
  .terms-page {
    padding-top: 2.125rem;
  }
}

.terms-inner-page {
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 1.75rem;
}

.terms-page h1 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #000;
  margin-bottom: 0.2em;
}

.terms-page h2 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
}

.terms-page h2 + p {
  margin-top: 0;
}

.terms-page p {
  margin: 0.8em 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000;
}

.terms-page ol,
.terms-page ul {
  margin: 0.5em 0 0.5em 2em;
}

.terms-page li {
  margin: 0.4em 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000;
}

.terms-page a {
  color: #1a0dab;
}

.terms-page .subtitle {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
