.site-footer-submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.site-footer-input--error {
  border-color: rgba(248, 113, 113, 0.6);
}

.site-footer-input--error:focus {
  border-color: rgba(248, 113, 113, 0.6);
  --tw-ring-color: rgba(239, 68, 68, 0.2);
}

.site-footer-honeypot {
  display: none;
}

.site-footer-newsletter-status {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.625;
}

.site-footer-newsletter-status--success {
  border-radius: 0.75rem;
  border: 1px solid rgba(52, 211, 153, 0.2);
  background: rgba(16, 185, 129, 0.1);
  padding: 0.75rem 1rem;
  color: #d1fae5;
}

.site-footer-newsletter-status--error {
  color: #fca5a5;
}

.site-footer-newsletter-reset {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7dd3fc;
  text-underline-offset: 2px;
  transition: color 0.2s;
}

.site-footer-newsletter-reset:hover {
  color: #bae6fd;
  text-decoration: underline;
}

.site-footer-bottom-link-button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
