/* Minor overrides on top of Tailwind CDN. */
details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
