.slider-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
input[type="range"] {
  flex: 1;
  accent-color: #4a90e2;
}
.value {
  font-size: 2.2em;
  font-weight: bold;
  color: #333;
  min-width: 60px;
  text-align: right;
}
