.privacy-policy-page .policy-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  line-height: 1.7;
  font-size: 0.95rem;
  color: #333;
}

.privacy-policy-page .policy-box h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1A2A47;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.privacy-policy-page .policy-box p {
  margin-bottom: 1rem;
}