.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section {
  width: 100%;
  padding: clamp(28px, 3.2vw, 44px) 0;
  color: var(--color-text-primary);
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 80px);
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__inner {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__eyebrow {
  margin: 0 0 6px;
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  color: #92506a;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__heading {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.3;
  color: var(--color-text-primary);
  text-wrap: balance;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__description {
  margin: 0 auto 14px;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.5;
  color: #655b5e;
  max-width: 380px;
  text-wrap: pretty;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__form {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: min(100%, 400px);
  margin: 0 auto 8px;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__input {
  flex: 1 1 auto;
  width: 100%;
  min-height: 38px;
  padding: 8px 13px;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.4;
  color: var(--color-text-primary);
  background-color: #fffdfa;
  border: 1px solid rgba(23, 22, 21, .2);
  border-radius: 0;
  outline: none;
  transition: border-color 200ms ease;
  -webkit-appearance: none;
  appearance: none;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__input::placeholder {
  color: var(--color-text-muted);
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__input:focus {
  border-color: var(--color-accent);
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__input--error, .cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__input--error:focus {
  border-color: var(--color-error);
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background-color: #171615;
  border: 1px solid #171615;
  border-radius: 0;
  cursor: pointer;
  transition:
    background-color 200ms ease,
    border-color 200ms ease,
    transform 120ms cubic-bezier(0.2, 0, 0, 1);
  white-space: nowrap;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__submit::after {
  content: "";
  position: absolute;
  inset: -4px;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__submit:hover:not(:disabled) {
  background-color: #332f2c;
  border-color: #332f2c;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__submit:active:not(:disabled) {
  transform: scale(0.96);
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__error {
  margin: 0 0 var(--space-sm);
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.5;
  color: var(--color-error);
  text-wrap: pretty;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__disclaimer {
  margin: 0;
  font-family: var(--font-body);
  font-size: 10px;
  line-height: 1.5;
  color: var(--color-text-muted);
  text-wrap: pretty;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__legal {
  margin: 4px 0 0;
  font-family: var(--font-body);
  font-size: 10px;
  line-height: 1.5;
  color: var(--color-text-muted);
  text-wrap: pretty;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__legal-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__legal-link:hover {
  color: var(--color-text-primary);
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__legal-link:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__success-icon {
  color: var(--color-success);
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__success .newsletter-section__heading {
  margin: 0;
}

.cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__success .newsletter-section__description {
  margin: 0;
}

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

@media (min-width: 768px) {
  .cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__form {
    flex-direction: row;
    gap: 0;
    align-items: stretch;
  }

  .cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
  }

  .cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__input:focus {
    border-right-width: 1px;
    margin-right: -1px;
    position: relative;
    z-index: 1;
  }

  .cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__input, .cc_liCOqq6YcZ_R6eGl6WLuY .newsletter-section__submit {
    transition: none;
  }
}
