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

.log-form[data-newsletter-form] {
  align-items: flex-start;
}

.newsletter-fields {
  display: grid;
  gap: 14px;
  width: min(440px, 90vw);
}

.newsletter-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--bone-dim);
  font-size: 12px;
  line-height: 1.55;
  text-align: left;
}

.newsletter-consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--ember);
}

.newsletter-consent a {
  color: var(--bone);
  border-bottom: 1px solid var(--hairline);
}

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

.newsletter-status {
  width: 100%;
  min-height: 1.5em;
  margin: 8px 0 0;
  color: var(--bone-dim);
  font-size: 13px;
  text-align: center;
}

.newsletter-status[data-state="accepted"] {
  color: var(--ember);
}

.newsletter-status[data-state="error"] {
  color: #ff9c8f;
}

.log-form[aria-busy="true"] button {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 640px) {
  .log-form[data-newsletter-form] {
    flex-direction: column;
    align-items: stretch;
  }

  .log-form[data-newsletter-form] button.exo-btn {
    align-self: center;
  }
}
