.newsletter-cta__form {
  position: relative;
  flex-wrap: wrap;
}

.newsletter-cta__form-message {
  flex: 0 0 100%;
  margin: 0;
  padding: 0.5rem 1rem;
  color: #1b1b1b;
  font-size: 0.875rem;
  line-height: 1.4;
}

.newsletter-cta__form-message[data-status="error"] {
  color: #b42318;
}

.newsletter-cta__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.newsletter-cta__form-button:disabled {
  cursor: wait;
  opacity: 0.65;
}
