.page-header {
  margin-bottom: var(--space-8);
}

.cookie-section {
  margin-bottom: var(--space-6);
}

.cookie-section h2 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-3);
}

.cookie-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: var(--space-3);
}

.cookie-list li {
  margin-bottom: 0.35rem;
}

@media (min-width: 768px) {
  .page-header {
    text-align: left;
  }
}
