.mw-roi-calculator input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  outline: none;
  margin: 15px 0 25px 0;
  background: linear-gradient(
    to right,
    #BA8C0D 0%,
    #BA8C0D var(--fill-percent, 50%),
    #f3f0e6 var(--fill-percent, 50%),
    #f3f0e6 100%
  );
}

.mw-roi-calculator select {
  width: 100%;
  padding: 12px 18px;
  border-radius: 12px;
  border: none;
  background: #1f4f66;
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 20px;
  min-height: 56px;
}



.mw-roi-calculator select option {
  color: #000000; /* keep dropdown options readable */
}

.mw-roi-calculator .mw-field label {
  color: #ffffff;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.mw-roi-calculator select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(179, 142, 49, 0.5);
}

.mw-roi-calculator #mw-horsesVal,
.mw-roi-calculator #mw-daysVal,
.mw-roi-calculator #mw-priceVal {
  color: #71C5E8; /* your blue */
  font-weight: 600;
}

.mw-roi-calculator .mw-highlight {
  color: #71C5E8;
  font-weight: 700;
}

.mw-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.mw-field > label {
  font-size: 1.3rem;
  color: #BA8C0D;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 8px;
}

#mw-machine {
  background-color: #BA8C0D;
  color: #ffffff;
  border: none;
  padding: 14px 18px;
  font-size: 1rem;
  border-radius: 6px;
  width: 100%;

}

#mw-machine {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
