.op-newsletter-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.op-newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 2px;
  color: var(--muted, #64748b);
  font-size: 11px;
  line-height: 1.4;
}

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

.op-newsletter-message {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.op-newsletter-message[data-type="success"] {
  color: #15803d;
}

.op-newsletter-message[data-type="error"] {
  color: #c62828;
}

.newsletter-form.is-loading .newsletter-btn,
.op-exit-form.is-loading .op-exit-btn {
  opacity: .72;
  cursor: wait;
}

.op-exit-form .op-newsletter-message {
  margin-top: 10px;
}

.op-dark-theme .op-newsletter-consent {
  color: rgba(255,255,255,.62);
}

.op-dark-theme .op-newsletter-message[data-type="success"] {
  color: #86efac;
}

.op-dark-theme .op-newsletter-message[data-type="error"] {
  color: #fca5a5;
}

.op-newsletter-site-notice {
  position: relative;
  z-index: 30;
  background: #ecfdf5;
  color: #065f46;
  border-bottom: 1px solid rgba(6,95,70,.18);
}

.op-newsletter-site-notice[data-type="error"] {
  background: #fef2f2;
  color: #991b1b;
  border-bottom-color: rgba(153,27,27,.18);
}

.op-newsletter-site-notice__inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.op-newsletter-site-notice__inner a {
  flex: 0 0 auto;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 520px) {
  .op-newsletter-site-notice__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}
