
.text-analyser-results {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  background-color: #f9f9f9;
  font-family: '方正楷体简体', sans;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  min-height: 200px;
}

.text-to-analyse {
  resize: none; /* Désactive le redimensionnement manuel */
  overflow: hidden;
  min-height: 100px;
  font-family: '方正楷体简体', sans;
  font-size: 20px !important;
  line-height: 1.6 !important;
}

.text-analyser-unknown {
  color: red !important;
  font-weight: bold;
}

.text-analyser-passive {
  color: grey !important;
  font-weight: bold;
}