* {
  margin: 0;
}

.results {
  display: flex;
  flex-direction: column;
  width: 100%;
}

pre {
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  line-height: 1.428571429;
  color: #fcfcfc;
  background-color: #161616;
  border-radius: 6px;
}

code {
  border: none;
  padding: 0;
  background: 0 0;
  font-size: inherit;
}

.clipboard {
  display: inline-flex;
  align-items: center;
  gap: 1em;
}

.clipboard > spam {
  display: none;
}

#variables-form {
  padding: 1em;
  font-size: 14px;
  line-height: 1.428571429;
  color: #161616;
  background-color: #fcfcfc;
}

#variables-form > div > label {
  display: inline-block;
  font-size: 13px;
  line-height: 2em;
  color: #161616;
  background-color: #fcfcfc;
  min-width: 14em;
}

#variables-form > div > span {
  font-size: 12px;
  color: #363636;
}
