/* Domyślne style — szczegóły ustawiasz w Elementorze (Style). */
.bnw-wrap {
  max-width: 520px;
}

.bnw-title {
  margin: 0 0 10px;
}

.bnw-description {
  margin: 0 0 16px;
}

.bnw-field {
  margin-bottom: 12px;
}

.bnw-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.bnw-field input[type='text'],
.bnw-field input[type='email'],
.bnw-field input[type='tel'] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccd0d4;
  border-radius: 6px;
  box-sizing: border-box;
}

.bnw-consents {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.bnw-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.bnw-consent input[type='checkbox'] {
  margin-top: 4px;
  flex-shrink: 0;
}

.bnw-submit {
  min-width: 180px;
  padding: 10px 18px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: center;
  line-height: 1.25;
}

.bnw-message {
  margin-top: 10px;
  font-weight: 600;
}

.bnw-message.is-success {
  color: #0f8a46;
}

.bnw-message.is-error {
  color: #c62828;
}

.bnw-form.is-loading .bnw-submit {
  opacity: 0.7;
  pointer-events: none;
}

.bnw-notice {
  padding: 10px 12px;
  background: #fff3cd;
  border: 1px solid #ffe69c;
  border-radius: 6px;
}
