
.engineering-filters[data-v-d64f3d59] {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 18px;
  border: 1px solid #d6dce3;
  border-top: 0;
  background: #f7f9fb;
}
.engineering-filters label span[data-v-d64f3d59] {
  display: block;
  margin-bottom: 7px;
  color: #67717c;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.engineering-filters input[data-v-d64f3d59],
.engineering-filters select[data-v-d64f3d59] {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #c7ced6;
  border-radius: 2px;
  background: #fff;
  color: #202a34;
}
.engineering-filters button[data-v-d64f3d59] {
  height: 42px;
  padding: 0 16px;
  border: 1px solid #9da7b2;
  background: transparent;
  color: #35404b;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 900px) {
.engineering-filters[data-v-d64f3d59] { grid-template-columns: 1fr 1fr; border-top: 1px solid #d6dce3;
}
}
@media (max-width: 540px) {
.engineering-filters[data-v-d64f3d59] { grid-template-columns: 1fr;
}
}
