.newsletter-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-consent {
  order: 3;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 520px;
  margin: 4px auto 0;
  color: #d1d1d1;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

.newsletter-consent input {
  flex: 0 0 auto;
  margin-top: 4px;
}

.newsletter-consent a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.newsletter-status {
  color: #fff;
  font-family: inherit;
}

.newsletter-status.is-error {
  color: #ffb4ad;
}

.bll-brevo-checkout-consent {
  margin-top: 12px;
}
