#drs-result {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f9f9f9;
}

.drs-score {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.drs-text {
  white-space: pre-wrap;
}

.drs-flagged {
  background-color: #ffdddd;
  border-bottom: 2px solid red;
  font-weight: bold;
}
