:root {
  --pico-font-size: 85%;
}

body {
  padding-top: 10px;
  padding-left: 10px;
}

pre {
  width: auto;
  min-width: 400px;
}

:where(
  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea,
  progress,
  meter,
  fieldset
) {
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}

.tight-code-block {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.tight-code-block code {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.tight-code-block code + code {
  margin-top: 0;
}
