.pp-section {
  margin-bottom: var(--space-8);
}

.pp-section h2 {
  margin-bottom: var(--space-3);
}

.pp-section ul {
  margin-top: var(--space-2);
  margin-bottom: var(--space-4);
  color: var(--color-text-soft);
}

.pp-section li + li {
  margin-top: var(--space-1);
}

.pp-section a {
  text-decoration: underline;
  text-decoration-color: rgba(59, 130, 246, 0.6);
}

.pp-section a:hover {
  text-decoration-color: rgba(59, 130, 246, 1);
}

@media (max-width: 768px) {
  .pp-section {
    margin-bottom: var(--space-6);
  }
}
