/* Cookie Policy page-specific styles (lean; extends base.css) */
.policy-section { margin-top: var(--space-12); width: 100%; max-width: 100%; }
.policy-section:first-of-type { margin-top: 0; }

@media (max-width: 640px) {
  .policy-section { margin-top: var(--space-8); }
}

/* Bring back bullets for legal content lists */
.list-bullets { list-style: disc; padding-left: 1.25rem; }
.list-bullets li { margin-bottom: var(--space-2); color: var(--color-text-secondary); }

/* Minor spacing tweaks for the intro card actions */
.card .btn + .btn { margin-left: var(--space-2); }
