.output-box {
  min-height: 180px;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow-y: auto;
}
.unsupported {
  display: none;
  color: red;
  font-weight: bold;
}
.dark-mode {
  background-color: #121212 !important;
  color: white !important;
}
.dark-mode .output-box {
  background-color: #1e1e1e;
  color: white;
}