body {
  font-family: sans-serif;
  max-width: 800px;
  margin: 40px auto;
  line-height: 1.6;
}
.history {
  font-size: 0.8em;
  color: #666;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
textarea {
  width: 100%;
  height: fit-content;
  min-height: 60px;
  padding: 8px 16px;
  max-width: 448px;
}
button {
  padding: 10px 20px;
  cursor: pointer;
}
.btn-validate {
  background-color: #007bff;
  color: white;
  border: none;
}
.btn-replace {
  background-color: #28a745;
  color: white;
  border: none;
  height: fit-content;
}
.general_info {
  display: grid;
  grid-template-columns: 200px auto;
  margin-top: 20px;
  font-size: 16px;
}
.general_info > div {
  font-weight: 700;
}
.sample_sentences {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sample_sentence {
  font-size: 20px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: end;
}
.reason_better_sentence {
  display: grid;
  grid-template-columns: 300px auto;
  gap:16px;
  padding: 10px 0;
}
.btn-delete {
  background-color: rgb(146, 33, 21);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
.btn-reference {
  background-color: rgb(255, 204, 95);
  color: black;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
.error {
  color: red;
  font-size: 16px;
}
.actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}
.actions > div {
  display: flex;
  gap: 12px;
}
.navigations {
  display: flex;
  gap: 12px;
}
.initial_selection {
  display: flex;
  gap: 40px;
  margin-bottom: 12px;
  align-items: center;
}
.row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.validate_block {
  display: flex;
  flex-direction: column;
}