.BackInStockForm {
  width: 100%;
}

.BackInStockForm__Row {
  display: flex;
  gap: 8px;
}

.BackInStockForm__Input {
  flex: 1 1 auto;
}

.BackInStockForm__Submit {
  flex: 0 0 auto;
  width: auto;
  white-space: nowrap;
}

.BackInStockForm__Message {
  margin: 8px 0 0;
  font-size: 13px;
  color: #1B9500;
}

.BackInStockForm__Message--error {
  color: #C72E2F;
}
