.proxy-product-line > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.proxy-product-line button {
  width: 36px;
  height: 36px;
  border: 1px solid #dbe3e1;
  border-radius: 9px;
  background: #fff;
  color: #a74332;
  font-size: 22px;
  line-height: 1;
}

.proxy-product-line input {
  width: 92px;
}

.proxy-add-product {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin: 14px 0 20px;
}

.proxy-add-product button {
  border: 1px solid #087f83;
  border-radius: 11px;
  background: #fff;
  color: #087f83;
  padding: 0 14px;
  font-weight: 800;
  white-space: nowrap;
}
