.lnt-thermometer {
  display: flex;
  flex-direction: column;
}
.lnt-thermometer-prefix {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #2A0C3D;
  font-size: 18px;
  font-weight: bold;
}
.lnt-thermometer-prefix-label {
  font-weight: normal;
}
.lnt-thermometer-fill {
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #007a33;
  border-radius: 10px;
}
.lnt-thermometer-bg {
  display: flex;
  align-items: center;
  width: 100%;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.lnt-progress-bar {
  width: 100%;
  height: 40px;
}