textarea {
  width: 530px;
}

p.highlight {
  position: relative;
}


article.language div.flex {
  justify-content: left;
  gap: 10px;
  margin: 0;
}

article.language div.flex * {
  margin-bottom: 3px;
}

select.language {
  height: 20px;
  padding: auto;
  margin-top: 5px;
}

article.passages {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border: none;
  margin-top: 60px;
  margin-left: 18px;
  padding-bottom: 0;
  width: 570px;
}

article.passages div.flex {
  flex-wrap: wrap;
  margin: 0;
  justify-content: left;
  width: fit-content;
  height: min-content;
  color: #0487df;
  color: #0dcc06;
}

button.passage, button.add-passage {
  margin-right: 10px;
  margin-bottom: 0px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  border: 1px #3b3b3b solid;
}

button.passage.selected {
  border: 4px black solid;
}

article.status {
  position: relative;
}

button.generate {
  display: block;
}

p.prompt p {
  display: inline;
  cursor: pointer;
}

h4.lookup {
  margin-left: 20px;
}

button.grade {
  display: block;
}

p.attempt p {
  color: red;
  display: inline;
}

ol.corrections {
  color: white;
}

h4.perfect {
  color: green;
}

button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  padding-left: 2px;
}

button.close img {
  width: 14px;
  height: 18px;
  margin: 0;
}

button.audio {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: -25px;
  padding-top: 1px;
  padding-left: 2px;
}

button.audio img {
  width: 12px;
  height: 14px;
  margin: 0;
}

article.status, article.question {
  display: none;
}
