/* ======================================================
   PAGE DÉSABONNEMENT – POST SCRIPTUM HÉRITAGE
   ====================================================== */

/* Fond général */
body {
  background: #F5F7F9;
  color: #1a2a35;
}

/* Wrapper principal */
.container.wrap {
  max-width: 640px;
  margin: 40px auto;
  padding: 0 12px;
}

/* Carte centrale */
.section {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0,0,0,.05);
  padding: 28px 26px 30px;
  position: relative;
  overflow: hidden;
}

/* Barre d’accent Post Scriptum */
.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #466781, #6B8AA3, #466781);
}

/* Header + logo */
.header {
  text-align: center;
  margin-bottom: 20px;
}

.header .logo img {
  max-width: 90px;
  padding: 10px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 0 3px #e1e7ec;
}

/* Nom de marque sous le logo */
.header .logo::after {
  content: "Post Scriptum Héritage";
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #466781;
  text-align: center;
}

/* Titres */
.section h2 {
  color: #466781;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 18px;
  text-align: center;
}

/* Texte */
.section p {
  font-size: 15px;
  line-height: 1.6;
  color: #1a2a35;
  margin-bottom: 14px;
  text-align: center;
}



/* Centrage du bouton */
.unsub-form p {
  text-align: center;
}

/* Bouton principal */
.button,
#btn-unsub {
  display: inline-block;
  background: #466781;
  color: #ffffff !important;
  border: none;
  border-radius: 30px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease;
  margin: 8px auto 0;
}

.button:hover,
#btn-unsub:hover {
  background: #38566b;
}


/* Masquage bloc données + footer listmonk */
.data-form,
footer.container {
  display: none !important;
}

/* Responsive */
@media (max-width: 620px) {
  .container.wrap {
    margin: 24px auto;
  }
  .section {
    padding: 24px 18px 26px;
  }
  .section h2 {
    font-size: 20px;
  }
}
/* ======================================================
   PAGE CONFIRMATION DÉSABONNEMENT – POST SCRIPTUM HÉRITAGE
   ====================================================== */

/* Titre "Désabonné·e" */
.container.wrap > h2 {
  color: #466781;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 16px 0 10px;
}

/* Carte contenant le message de confirmation */
.container.wrap > div {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0,0,0,.05);
  padding: 22px 24px 24px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: #1a2a35;
  margin-top: 4px;
}

/* Masquer le footer listmonk aussi sur cette page */
footer.container {
  display: none !important;
}
