.bc-waitlist {
  margin-top: 12px;
}

.bc-waitlist__title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.bc-waitlist__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: stretch;
}

.bc-waitlist__email {
  flex: 1 1 180px;
  min-width: 0;
  max-width: 320px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 14px;
}

.bc-waitlist__submit,
.bc-waitlist__toggle {
  height: 42px;
  padding: 0 16px !important;
  border-radius: 8px !important;
  white-space: nowrap;
}

.bc-waitlist__toggle {
  font-size: 13px !important;
}

.bc-waitlist__message {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
}

.bc-waitlist__message.is-success {
  color: #047857;
}

.bc-waitlist__message.is-error {
  color: #b91c1c;
}

.bc-product-grid__waitlist {
  margin-top: 6px;
}

.bc-product-grid__waitlist .bc-waitlist__email {
  max-width: 100%;
  height: 34px;
  font-size: 12px;
}

.bc-product-grid__waitlist .bc-waitlist__submit,
.bc-product-grid__waitlist .bc-waitlist__toggle {
  height: 34px;
  padding: 0 10px !important;
  font-size: 12px !important;
}

.bc-product-grid__row.is-unavailable .bc-product-grid__qty-cell {
  vertical-align: top;
}
