/*
 * Privacy Policy Page Specific Styles
 */

/* List styling for better readability */
.privacy-content ul {
  margin-bottom: 1rem;
}

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

/* Strong text styling */
.privacy-content strong {
  color: var(--primary);
  font-weight: 600;
}

/* Privacy-specific content spacing */
.privacy-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}