#ypm-legal-privacy {
  border: 1px solid #e1e5e9;
  padding: 2rem;
  border-radius: .5rem;
  background-color: #fff;
  color: #2c3e50;
  line-height: 1.6;
  margin: 2rem auto;
  max-width: 1200px;

  & header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e2e8f0;

    & h1 {
      font-size: 2rem;
      font-weight: 600;
      color: #1a202c;
      margin-bottom: 0;
      border-bottom: none;
    }

    & x-revision {
      font-size: .95rem;
      color: #718096;
      margin: 0;
      text-align: center;
      display: block;
    }
  }

  & h1:first-of-type:not(header h1) {
    display: none;
  }

  & h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #1a202c;
    text-align: center;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: .75rem;
  }

  & h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    color: #2d3748;
  }

  & h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.25rem 0 .75rem;
    color: #4a5568;
  }

  & p {
    margin-bottom: 1rem;
    font-size: .95rem;
    text-align: justify;
  }

  & strong {
    font-weight: 600;
    color: #2d3748;
  }

  & em {
    color: #718096;
    font-style: italic;
  }

  & ul, & ol {
    margin: 1rem 0;
    padding-left: 1.5rem;

    & li {
      margin-bottom: .5rem;
      font-size: .95rem;
    }
  }

  & ul {
    list-style-type: disc;
  }

  & ol {
    list-style-type: decimal;
  }
}
