/* Cookie Policy Page - minimal enhancements using base.css foundation */

.legal-content {
  max-width: 900px;
}

/* Restore list markers for legal lists only */
.legal-list {
  list-style: disc inside;
  margin: var(--space-4) 0 var(--space-6);
}

.legal-list li {
  margin-bottom: var(--space-2);
}

.legal-content a {
  word-break: break-word;
}

/* Subtle emphasis for update note */
.legal-content .text-muted {
  color: var(--color-text-muted);
}
