body {
  font-family: system-ui, sans-serif;
  margin: 2rem;
  max-width: 34rem;
}

.accordion {
  border-top: 1px solid #ccc;
}

details {
  border-bottom: 1px solid #ccc;
}

summary {
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 600;
}

details p {
  margin: 0 0 1rem;
}

/* Kein CSS für die Exklusivität nötig — das steckt komplett im
   name="faq"-Attribut in der HTML, der Browser regelt den Rest. */
