.footer-newsletter-form {
  margin-top: 24px;
}

.footer-newsletter-form .footer-form-block {
  margin-top: 0px;
}

.footer-newsletter-form .footer-form-field {
  min-width: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.footer-newsletter-form .footer-form-submit {
  min-width: 50px;
  padding: 0px;
  border: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.footer-newsletter-form .footer-form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.footer-newsletter-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  color: #a6a6a6;
  font-size: 12px;
  line-height: 18px;
}

.footer-newsletter-consent input {
  width: 16px;
  height: 16px;
  margin: 2px 9px 0px 0px;
  accent-color: #ed145b;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
}

.footer-newsletter-consent a,
.footer-newsletter-status a {
  color: #ed145b;
}

.footer-turnstile {
  margin-top: 16px;
}

.footer-newsletter-status {
  min-height: 18px;
  margin-top: 12px;
  margin-bottom: 0px;
  color: #a6a6a6;
  font-size: 12px;
  line-height: 18px;
}

.footer-newsletter-status.is-success {
  color: #c9e8d2;
}

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

.footer-honeypot,
.footer-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0px !important;
}
