:where([class^="ri-"])::before { content: "\f3c2"; }

/* Cookie 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;
}

/* Cookie table styles */
.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.cookie-table th,
.cookie-table td {
  border: 1px solid #e5e7eb;
  padding: 0.75rem;
  text-align: left;
}

.cookie-table th {
  background-color: #f9fafb;
  font-weight: 600;
}

.cookie-table tr:nth-child(even) {
  background-color: #f9fafb;
}

/* Cookie controls section */
.cookie-controls {
  background-color: #f3f4f6;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

/* Custom toggle switch styles */
input[type="checkbox"] + label {
  transition: background-color 0.3s ease;
}

input[type="checkbox"] + label span {
  transition: transform 0.3s ease;
}

input[type="checkbox"]:checked + label {
  background-color: #0284c7;
}

/* Primary color definition for links and buttons */
.text-primary {
  color: #0284c7;
}

.bg-primary {
  background-color: #0284c7;
}

.hover\:bg-primary\/90:hover {
  background-color: rgba(2, 132, 199, 0.9);
}

.hover\:text-primary:hover {
  color: #0284c7;
}

.focus\:border-primary:focus {
  border-color: #0284c7;
}

.focus\:ring-primary:focus {
  --tw-ring-color: #0284c7;
}

/* Button styles */
.rounded-button {
  border-radius: 0.375rem;
}