/* Pezo privacy policy — legal prose layout */

.privacy-policy-wrap {
  background: #fff;
  padding: 3rem 0 5rem;
}

.privacy-policy-wrap > .container {
  max-width: 820px;
}

.privacy-policy-content {
  color: #231f20;
  font-size: 1rem;
  line-height: 1.75;
}

.privacy-policy-content h1 {
  font-family: "Quicksand", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  color: #231f20;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}

.privacy-last-updated {
  display: block;
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  color: #666;
}

.privacy-policy-content h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #231f20;
  margin: 2rem 0 0.75rem;
  line-height: 1.35;
}

.privacy-policy-content h3:first-of-type {
  margin-top: 0;
}

.privacy-policy-content p {
  margin: 0 0 1rem;
}

.privacy-policy-content ul {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.privacy-policy-content li {
  margin-bottom: 0.65rem;
}

.privacy-policy-content li:last-child {
  margin-bottom: 0;
}

.privacy-policy-content ul ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.privacy-policy-content a {
  color: #231f20;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.privacy-policy-content a:hover {
  color: #555;
}

@media (max-width: 767px) {
  .privacy-policy-wrap {
    padding: 2rem 0 3.5rem;
  }

  .privacy-policy-content {
    font-size: 0.9375rem;
  }
}
