:root {
  color-scheme: light dark;
}

body {
  font-family: system-ui, sans-serif;
  max-width: 40rem;
  margin: 2rem auto;
  padding: 0 1rem;
  line-height: 1.5;
}

section {
  margin-block: 1.5rem;
  padding-block: 1rem;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
}

.actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

pre {
  background: color-mix(in srgb, currentColor 6%, transparent);
  padding: 0.75rem;
  border-radius: 0.375rem;
  overflow-x: auto;
  font-size: 0.85rem;
}

code {
  background: color-mix(in srgb, currentColor 10%, transparent);
  padding: 0.1em 0.3em;
  border-radius: 0.25rem;
}
