.picker-heading-actions,
.future-product-actions {
  display: flex;
  gap: 10px;
}

.future-product-card {
  max-width: 620px;
}

.future-product-fields {
  display: grid;
  gap: 14px;
}

.future-product-fields label {
  font-weight: 900;
}

.future-product-fields input {
  margin-top: 6px;
}

.future-product-actions {
  justify-content: flex-end;
  margin-top: 20px;
}
