
#filtro-precio-container {
  max-width: 100%;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
  text-align: center;
}
#precio-info {
  font-size: 1rem;
  color: #222;
  font-weight: bold;
  margin-bottom: 1rem;
}
#slider-precio {
  margin: 0 auto;
  max-width: 700px;
}
.ui-slider-horizontal {
  height: 10px;
  background: #eaeaea;
  border: none;
  border-radius: 5px;
}
.ui-slider-range {
  background-color: #e85d04;
  height: 10px;
  border-radius: 5px;
}
.ui-slider-handle {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 3px solid #e85d04;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -7px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
#precio-min,
#precio-max {
  font-weight: bold;
  color: #e85d04;
}
