/* Styles for static (legal/policy) pages */
ul, ol {
  margin: 1rem 0 2rem;
  padding: 0 1rem;
}
.static-page {
  margin: 2rem auto;
  padding: 2rem 2.5rem;
}

.static-page > * {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.static-page h2 {
  margin-top: 2rem;
}

.static-page h1,
.static-page h2 {
  color: var(--color-primary);
}

.static-page-header {
  border-bottom: 1px solid #eee;
}

.static-page-footer {
  border-top: 1px solid #eee;
}

@media (max-width: 600px) {
  .static-page {
    padding: 1rem;
  }
}
