.wcbisn-wrapper {
  display: grid;
  gap: 12px;
}

.wcbisn-title {
  font-weight: 600;
}

.wcbisn-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.wcbisn-email {
  min-width: 260px;
  flex: 1 1 260px;
}

.wcbisn-form.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.wcbisn-message.success {
  color: #147a2e;
}

.wcbisn-message.error {
  color: #b42318;
}
