<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.thermometer-container {
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #e2e7e9;
  position: relative;
  border-radius: 0.5rem !important;
}

.thermometer-bar {
  height: 100%;
  display: block;
  border-radius: 0.5rem !important;
}
</pre></body></html>