.ve-product-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .5rem;
  margin-top: 1rem;
}
.ve-product-trust span, .ve-loop-tools button {
  border: 1px solid #e4e9ef;
  border-radius: 8px;
  background: #f8fafc;
  padding: .65rem .75rem;
  color: #26374a;
  font-weight: 700;
}
.ve-loop-tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  padding: 0 .8rem .8rem;
}
.ve-loop-tools button {
  cursor: pointer;
  min-height: 40px;
}
.ve-loop-tools button.is-active {
  background: #12202f;
  color: white;
  border-color: #12202f;
}
.ve-filter-form {
  display: grid;
  gap: .85rem;
  padding: 1rem;
  border: 1px solid #e4e9ef;
  border-radius: 8px;
  background: white;
}
.ve-filter-form label {
  display: grid;
  gap: .35rem;
  color: #607084;
  font-weight: 700;
}
.ve-filter-form input, .ve-filter-form select {
  min-height: 44px;
  border: 1px solid #e4e9ef;
  border-radius: 8px;
  padding: .6rem .7rem;
  font: inherit;
}
.ve-form-status {
  min-height: 1.4rem;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 640px) {
  .ve-product-trust { grid-template-columns: 1fr; }
}

