:where([class^="ri-"])::before { content: "\f3c2"; }

/* Privacy Policy specific styles */
.policy-section {
  margin-bottom: 2rem;
}

.policy-section h3 {
  color: #0284c7;
  margin-bottom: 1rem;
}

.policy-section p {
  margin-bottom: 1rem;
}

.policy-section ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.policy-section ul li {
  margin-bottom: 0.5rem;
}

.policy-section ol {
  padding-left: 1.5rem;
  list-style-type: decimal;
  margin-bottom: 1rem;
}

.policy-section ol li {
  margin-bottom: 0.5rem;
}

.policy-updated {
  font-style: italic;
  color: #6b7280;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.data-table th,
.data-table td {
  border: 1px solid #e5e7eb;
  padding: 0.75rem;
  text-align: left;
}

.data-table th {
  background-color: #f3f4f6;
  font-weight: 600;
}