﻿.price-filter {
  margin: 14px 0 0;
  padding: 15px 0 0;
  border: 0;
  border-top: 1px solid #e4e7ee;
}

.price-filter legend {
  padding: 0;
  margin-bottom: 10px;
  color: #17223b;
  font-weight: 750;
}

.price-inputs {
  display: grid;
  gap: 7px;
}

.price-inputs input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e4e7ee;
  border-radius: 10px;
  color: #17223b;
  font: inherit;
}

.price-inputs input:focus {
  border-color: #0284c7;
  outline: 3px solid #e0f2fe;
}

.price-filter button {
  width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: #0866d9;
  color: #fff;
  font-weight: 750;
  cursor: pointer;
}
