/* Add headings styles */
.preferences h2 {
  margin-bottom: var(--spacing-lg); /* Increase space after main heading */
  font-size: 1.4rem;
  color: var(--primary-color);
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: var(--spacing-sm);
  width: fit-content; /* Make border only as wide as the text */
  animation: fadeInUp 0.4s ease-out forwards;
}
