/* privacy-policy.html page styles */

.privacy-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.privacy-content h1 {
  font-family: 'Spectral', serif;
  font-size: 2.5rem;
  color: #111827;
  margin-bottom: 0.5rem;
}

.privacy-content .last-updated {
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.privacy-content h2 {
  font-family: 'Spectral', serif;
  font-size: 1.5rem;
  color: #111827;
  margin: 2.5rem 0 1rem;
}

.privacy-content h3 {
  font-size: 1.1rem;
  color: #374151;
  margin: 1.5rem 0 0.75rem;
}

.privacy-content p,
.privacy-content li {
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.privacy-content ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

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

.privacy-content a {
  color: #0b3d91;
}

.privacy-content .contact-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
}

.privacy-content .contact-box h3 {
  margin-top: 0;
}
