/* Shared layout for mailing subscribe / unsubscribe pages */
.mailing-prefs-main {
  max-width: 32rem;
  margin: 2rem auto 3rem;
  padding: 0 1rem;
}

.mailing-prefs-card {
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

.mailing-prefs-lead {
  color: #475569;
  line-height: 1.5;
}

.mailing-prefs-status {
  margin: 1rem 0;
  line-height: 1.5;
}

.mailing-prefs-status--ok {
  color: #166534;
}

.mailing-prefs-status--err {
  color: #b91c1c;
}

.mailing-prefs-foot {
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

.mailing-prefs-foot a + a::before {
  content: " · ";
}

/* Full-page success (replaces form / confirm flow) */
.mailing-prefs-success {
  text-align: center;
  padding: 2rem 1.25rem;
}

.mailing-prefs-success__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #dcfce7;
  color: #166534;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.mailing-prefs-success h1 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.3;
}

.mailing-prefs-success p {
  margin: 0 auto 1.25rem;
  max-width: 26rem;
  color: #475569;
  line-height: 1.55;
}

.mailing-prefs-success .mailing-prefs-foot {
  margin-top: 2rem;
}
