/* Privacy Policy and Legal Pages Styling */

.privacy-highlight {
  background-color: #f5f5f5;
  border-left: 4px solid #7c3aed;
  padding: 1.25rem;
  margin: 1rem 0;
  border-radius: 4px;
}

.privacy-highlight ul {
  margin-left: 1rem;
  padding-left: 0;
}

[data-theme="dark"] .privacy-highlight {
  background-color: #1a1a1a;
  border-left-color: #9d6fff;
}

/* Warning/Danger highlight for Prohibited Activities and similar serious notices */
.warning-highlight {
  background-color: #fef2f2;
  border-left: 4px solid #dc2626;
  padding: 1.25rem;
  margin: 1rem 0;
  border-radius: 4px;
}

.warning-highlight ul {
  margin-left: 1rem;
  padding-left: 0;
}

[data-theme="dark"] .warning-highlight {
  background-color: #2a1515;
  border-left-color: #f87171;
}

.privacy-policy-container .content h2.title {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.privacy-policy-container .content h3.title {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.privacy-policy-container .content ul {
  margin-bottom: 1rem;
}

.privacy-policy-container .content table {
  margin-bottom: 1rem;
}

.privacy-policy-container .content a {
  text-decoration: underline;
}

.privacy-policy-container .content a:hover {
  color: #7c3aed;
}

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

/* Add offset for anchor targets to account for navbar */
[id] {
  scroll-margin-top: 80px;
}
