.sidebar-busqueda {
  background: #fdfdfd;
  /*border: 1px solid #ddd;*/
  padding: 1.5rem;
  border-radius: 10px;
  max-width: 300px;
  font-size: 0.95rem;
  /*box-shadow: 0 2px 8px rgba(0,0,0,0.06);*/
  position: sticky;
  top: 20px;
}

.sidebar-busqueda h3 {
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffc107;
  text-align: center;
}

/* Estilo para etiquetas */
.sidebar-busqueda label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
  margin-top: 1rem;
}

/* Selects y botones */
.sidebar-busqueda select,
.sidebar-busqueda input[type="range"],
.sidebar-busqueda button {
  width: 100%;
  padding: 0.6rem 0.8rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: border 0.2s ease;
}

.sidebar-busqueda select:focus,
.sidebar-busqueda input[type="range"]:focus {
  border-color: #ffc107;
  outline: none;
}

/* Estilo del botón */
.sidebar-busqueda button {
  background: #ffc107;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.sidebar-busqueda button:hover {
  background: #8a0000;
}

/* Precio: barra + número */
#precio_valor {
  font-weight: bold;
  color: #333;
  display: inline-block;
  margin-top: -0.5rem;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .sidebar-busqueda {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
