<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.range-container {
  position: relative;
  width: 80%;
  margin: 20px auto;
}

input[type="range"] {
  width: 100%;
}

.range-bubble {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
}


#galian-simulator {
  position: relative;
}

#galian-simulator  label{
  font-family: Poppins,system-ui;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
  color: rgba(0,100,100,1);
  margin-bottom: 2rem;
}
</pre></body></html>