.bpen-newsletter {
  width: 100%;
}

.bpen-heading {
  margin: 0 0 10px;
}

.bpen-description {
  margin: 0 0 16px;
}

.bpen-form,
.bpen-fields {
  display: flex;
  flex-direction: column;
}

.bpen-fields {
  gap: 12px;
  flex-wrap: wrap;
  align-items: stretch;
}

.bpen-input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  border: 1px solid #d5d8dc;
  border-radius: 4px;
  padding: 12px 14px;
  line-height: 1.4;
}

.bpen-button {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  padding: 12px 20px;
  line-height: 1.4;
  transition: opacity .2s ease, transform .2s ease;
}

.bpen-button:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.bpen-button.is-loading {
  opacity: .75;
}

.bpen-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  font-size: 14px;
}

.bpen-consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 3px;
}

.bpen-consent span {
  display: inline-block;
}

.bpen-consent span p {
  margin-top: 0;
}

.bpen-consent span p:last-child {
  margin-bottom: 0;
}

.bpen-message {
  margin-top: 12px;
  font-size: 14px;
}

.bpen-message.is-success {
  color: #15803d;
}

.bpen-message.is-error {
  color: #b91c1c;
}

@media (max-width: 767px) {
  .bpen-fields {
    flex-direction: column !important;
  }
}
