/* ==========================================================
   CONSEILS SANTÉ — ARTICLE TEST V2
   Gabarit modulaire
   ========================================================== */

.health-article{
  --article-dark:#0f2f33;
  --article-text:#041f2d;
  --article-green:#159a83;
  --article-mint:#62beaf;
  --article-muted:#60757b;
  width:100%;
  overflow:hidden;
  background:#fff;
  color:var(--article-text);
  font-family:"Roboto",Arial,sans-serif;
}

.health-article *,
.health-article *::before,
.health-article *::after{box-sizing:border-box;}

.health-article-top{padding:58px 0 46px;background:#fff;}
.health-article-top__shell{width:min(1450px,92%);margin:0 auto;}

.health-article-breadcrumb{
  display:inline-flex;align-items:center;flex-wrap:wrap;gap:10px;
  margin-bottom:62px;padding:10px 18px;border-radius:45px;background:#fff;
  box-shadow:0 6px 20px rgba(4,31,45,.08);font-size:.9rem;font-weight:600;
}
.health-article-breadcrumb,
.health-article-breadcrumb a,
.health-article-breadcrumb span{color:var(--article-green);text-decoration:none;}

.health-article-header{width:min(1000px,100%);margin:0 auto;text-align:center;}
.health-article-category{
  margin:0 0 20px;color:var(--article-green);font-size:.78rem;font-weight:800;
  letter-spacing:.16em;text-transform:uppercase;
}
.health-article-header h1{
  max-width:980px;margin:0 auto;color:var(--article-text);
  font-size:clamp(2.7rem,5.2vw,5rem);font-weight:800;line-height:.99;letter-spacing:-.045em;
}
.health-article-lead{
  max-width:760px;margin:28px auto 0;color:var(--article-muted);
  font-size:1.05rem;line-height:1.75;
}
.health-article-meta{
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:22px;
  margin-top:27px;color:#71858a;font-size:.86rem;font-weight:600;
}
.health-article-meta span{display:inline-flex;align-items:center;gap:7px;}
.health-article-meta i{color:var(--article-green);font-size:1.05rem;}

.health-article-cover{padding:18px 0 72px;}
.health-article-cover__shell{width:min(1120px,90%);margin:0 auto;}
.health-article-cover__placeholder{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;
  width:100%;height:clamp(340px,45vw,540px);overflow:hidden;border-radius:24px;
  background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.22),transparent 30%),
             linear-gradient(135deg,rgba(98,190,175,.55),rgba(15,47,51,.94));
  color:rgba(255,255,255,.85);
}
.health-article-cover__placeholder i{font-size:3rem;}
.health-article-cover__placeholder span{font-size:.72rem;font-weight:800;letter-spacing:.18em;}


/* PHOTO — même effet de déploiement que Notre démarche */
.health-photo-scroll{
  position:relative;
  height:145vh;
  background:#fff;
}

.health-photo-sticky{
  position:sticky;
  top:0;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.health-photo-frame{
  width:min(1120px,90vw);
  height:clamp(300px,36vw,500px);
  border-radius:22px;
  overflow:hidden;
  will-change:width,height,border-radius;
  transition:border-radius .12s linear;
}

.health-photo-img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

@media(max-width:900px){
  .health-photo-scroll{height:125vh;}
  .health-photo-frame{
    width:calc(100% - 56px);
    height:clamp(280px,48vw,430px);
  }
}

@media(prefers-reduced-motion:reduce){
  .health-photo-scroll{
    height:auto;
    padding:8px 0 58px;
  }
  .health-photo-sticky{
    position:relative;
    height:auto;
  }
  .health-photo-frame{
    width:min(1120px,90vw) !important;
    border-radius:22px !important;
  }
}

@media(max-width:700px){
  .health-photo-scroll{height:125vh;}
  .health-photo-frame{
    width:calc(100% - 36px);
    height:260px;
    border-radius:17px;
  }
}

.health-article-body{padding:0 0 110px;}
.health-article-body__shell{width:min(900px,90%);margin:0 auto;}

.health-article-intro{
  margin:0 0 68px;color:var(--article-text);font-size:1.22rem;font-weight:500;line-height:1.72;
}

/* BLOCS MODULAIRES */
.health-content-block{padding:52px 0;border-top:1px solid rgba(4,31,45,.11);}
.health-content-block__eyebrow{
  margin:0 0 13px;color:var(--article-green);font-size:.75rem;font-weight:800;
  letter-spacing:.14em;text-transform:uppercase;
}
.health-content-block h2,
.health-article-conclusion h2{
  max-width:720px;margin:0 0 22px;color:var(--article-text);
  font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.06;letter-spacing:-.035em;
}
.health-content-block > p:not(.health-content-block__eyebrow),
.health-content-block > div > p:not(.health-content-block__eyebrow),
.health-article-conclusion > p:not(.health-content-block__eyebrow){
  max-width:720px;margin:0 0 18px;color:var(--article-muted);font-size:1rem;line-height:1.78;
}

.health-check-list{display:grid;gap:12px;margin:26px 0 0;padding:0;list-style:none;}
.health-check-list li{
  position:relative;padding:15px 18px 15px 46px;border-radius:13px;
  background:#f6faf9;color:var(--article-text);font-size:.96rem;line-height:1.55;
}
.health-check-list li::before{
  content:"✓";position:absolute;left:18px;top:14px;color:var(--article-green);font-weight:900;
}

.health-solutions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px;}
.health-solution{
  padding:25px;border:1px solid rgba(4,31,45,.08);border-radius:17px;background:#fff;
}
.health-solution > span{
  display:block;margin-bottom:18px;color:rgba(21,154,131,.45);font-size:1.45rem;font-weight:800;
}
.health-solution h3{margin:0 0 10px;color:var(--article-text);font-size:1.1rem;font-weight:800;}
.health-solution p{margin:0;color:var(--article-muted);font-size:.91rem;line-height:1.65;}

.health-content-block--avoid{display:grid;grid-template-columns:58px minmax(0,1fr);gap:24px;}
.health-avoid-icon{
  display:flex;align-items:center;justify-content:center;width:52px;height:52px;
  border-radius:50%;background:#fff3f1;color:#c85a4b;
}
.health-avoid-icon i{font-size:1.45rem;}

.health-pharmacist-tip{
  display:grid;grid-template-columns:64px minmax(0,1fr);gap:24px;
  margin:34px 0;padding:38px 42px;border-radius:22px;background:#f2f9f7;
}
.health-pharmacist-tip__icon{
  display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;
  background:linear-gradient(135deg,var(--article-green),var(--article-mint));color:#fff;
}
.health-pharmacist-tip__icon i{font-size:1.55rem;}
.health-pharmacist-tip__label{
  margin:2px 0 10px;color:var(--article-green);font-size:.72rem;font-weight:800;letter-spacing:.13em;
}
.health-pharmacist-tip h2{margin:0 0 13px;color:var(--article-text);font-size:1.7rem;font-weight:800;line-height:1.12;}
.health-pharmacist-tip div > p:last-child{margin:0;color:var(--article-muted);font-size:.96rem;line-height:1.72;}

.health-content-block--consult{
  margin-top:24px;padding:40px;border-top:0;border-radius:20px;background:#f7f9f9;
}

.health-article-conclusion{padding:56px 0 48px;}

.health-article-footer{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  margin-top:20px;padding-top:34px;border-top:1px solid rgba(4,31,45,.11);
}
.health-article-footer p{margin:0;color:#71858a;font-size:.86rem;}
.health-article-footer a{
  display:inline-flex;align-items:center;gap:8px;color:var(--article-green);
  font-size:.9rem;font-weight:800;text-decoration:none;
}

@media(max-width:900px){
  .health-article-header{text-align:left;}
  .health-article-meta{justify-content:flex-start;}
}

@media(max-width:700px){
  .health-article-top{padding:36px 0 34px;}
  .health-article-top__shell{width:calc(100% - 36px);}
  .health-article-breadcrumb{margin-bottom:42px;padding:9px 16px;font-size:.78rem;}
  .health-article-header h1{font-size:clamp(2.35rem,11vw,3.25rem);line-height:1.01;}
  .health-article-lead{margin-top:22px;font-size:.98rem;line-height:1.68;}
  .health-article-meta{justify-content:flex-start;gap:13px 20px;margin-top:23px;font-size:.8rem;}
  .health-article-cover{padding:12px 0 52px;}
  .health-article-cover__shell,.health-article-body__shell{width:calc(100% - 36px);}
  .health-article-cover__placeholder{height:270px;border-radius:18px;}
  .health-article-body{padding-bottom:76px;}
  .health-article-intro{margin-bottom:48px;font-size:1.08rem;line-height:1.68;}
  .health-content-block{padding:40px 0;}
  .health-content-block h2,.health-article-conclusion h2{font-size:clamp(1.85rem,8.5vw,2.45rem);}
  .health-solutions-grid{grid-template-columns:1fr;}
  .health-content-block--avoid{display:block;}
  .health-avoid-icon{margin-bottom:20px;}
  .health-pharmacist-tip{display:block;margin:25px 0;padding:28px 25px;border-radius:18px;}
  .health-pharmacist-tip__icon{width:52px;height:52px;margin-bottom:22px;}
  .health-content-block--consult{padding:28px 24px;}
  .health-article-conclusion{padding:44px 0 36px;}
  .health-article-footer{align-items:flex-start;flex-direction:column;}
}

/* ==========================================================
   PHOTO — CORRECTION DES ESPACES HAUT / BAS
   Même réglage que la page Notre démarche.
   La structure HTML/PHP et l'animation restent inchangées.
   ========================================================== */

.health-photo-scroll{
  height:78vh;
  min-height:620px;
  margin:42px 0 0;
  padding:0;
}

.health-photo-sticky{
  position:sticky;
  top:12vh;
  height:clamp(360px,52vh,540px);
  min-height:0;
  margin:0;
  padding:0;
  overflow:hidden;
}

.health-article-body{
  position:relative;
  z-index:2;
  margin-top:-18vh;
  background:#fff;
}

@media(max-width:900px){
  .health-photo-scroll{
    height:72vh;
    min-height:540px;
    margin-top:36px;
  }

  .health-photo-sticky{
    top:10vh;
    height:clamp(330px,50vh,470px);
  }

  .health-article-body{
    margin-top:-13vh;
  }
}

@media(max-width:700px){
  .health-photo-scroll{
    height:64vh;
    min-height:460px;
    margin-top:28px;
  }

  .health-photo-sticky{
    top:9vh;
    height:330px;
  }

  .health-article-body{
    margin-top:-8vh;
  }
}


/* ==========================================================
   TRAME « ÉTAPES À SUIVRE » — STYLES FRONT / PRÉVISUALISATION
   La prévisualisation convertit .front-steps* en .health-*.
   ========================================================== */

.health-content-block--steps{
  position:relative;
  padding:52px 0;
  border-top:1px solid rgba(4,31,45,.11);
}

.health-steps-list{
  position:relative;
  display:grid;
  gap:0;
  margin-top:26px;
}

.health-steps-list::before{
  content:"";
  position:absolute;
  left:21px;
  top:21px;
  bottom:21px;
  width:1px;
  background:linear-gradient(
    to bottom,
    rgba(21,154,131,.42),
    rgba(98,190,175,.18)
  );
}

.health-step{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:0 0 28px;
}

.health-step:last-child{
  padding-bottom:0;
}

.health-step__number{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(21,154,131,.24);
  border-radius:50%;
  background:#fff;
  color:var(--article-green);
  font-size:.74rem;
  line-height:1;
  font-weight:900;
  box-shadow:0 0 0 6px #fff;
}

.health-step > div{
  min-width:0;
  padding-top:1px;
}

.health-step h3{
  margin:0 0 8px;
  color:var(--article-text);
  font-size:1.05rem;
  font-weight:800;
  line-height:1.28;
}

.health-step p{
  max-width:720px;
  margin:0;
  color:var(--article-muted);
  font-size:.95rem;
  line-height:1.7;
}

/* Préparation : même logique que le build, mais avec les classes Front. */
.health-preparation-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
  margin:26px 0 0;
  padding:0;
  list-style:none;
}

.health-preparation-list li{
  position:relative;
  padding:15px 18px 15px 46px;
  border-radius:13px;
  background:#f6faf9;
  color:var(--article-text);
  font-size:.96rem;
  line-height:1.55;
}

.health-preparation-list li::before{
  content:"✓";
  position:absolute;
  left:18px;
  top:14px;
  color:var(--article-green);
  font-weight:900;
}

@media(max-width:700px){
  .health-preparation-list{
    grid-template-columns:1fr;
  }

  .health-step{
    grid-template-columns:38px minmax(0,1fr);
    gap:14px;
    padding-bottom:24px;
  }

  .health-step__number{
    width:38px;
    height:38px;
    font-size:.68rem;
  }

  .health-steps-list::before{
    left:19px;
    top:19px;
    bottom:19px;
  }
}

/* ==========================================================
   SOURCE OFFICIELLE — même rendu que la prévisualisation admin
   ========================================================== */
.health-article-sources{
  margin:24px 0 0;
  padding:24px 0;
  border-top:1px solid rgba(4,31,45,.08);
  color:#8a9a9e;
  font-size:.78rem;
  line-height:1.5;
}

/* Ferme visuellement la zone Source avant la newsletter. */
.health-article-after-source-divider{
  width:100%;
  height:1px;
  margin:0;
  background:rgba(4,31,45,.11);
}

.health-article-sources > span{
  margin-right:4px;
}

.health-article-sources a{
  color:#60757b;
  font-weight:700;
  text-decoration:none;
}

.health-article-sources a:hover{
  color:var(--article-green);
  text-decoration:underline;
  text-underline-offset:3px;
}

.health-article-sources a::after{
  content:" ↗";
  font-size:.72em;
}

.health-article-sources small{
  display:inline;
  margin-left:4px;
  color:#8a9a9e;
  font:inherit;
}

@media(max-width:700px){
  .health-article-sources{
    margin-top:20px;
    padding:20px 0;
    font-size:.76rem;
  }
}



/* ==========================================================
   PARTAGE DES ARTICLES — GABARIT PUBLIC
   ========================================================== */
.health-article-share{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px 16px;
  width:100%;
  margin:30px auto 0;
  color:var(--article-text);
}
.health-article-content > .health-article-share{
  justify-content:flex-start;
  margin:42px 0 0;
  padding-top:28px;
  border-top:1px solid rgba(4,31,45,.09);
}
.health-article-share__label{
  flex:0 0 auto;
  color:#60757b;
  font-size:.82rem;
  font-weight:800;
}
.health-article-share__buttons{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
}
.health-article-content > .health-article-share .health-article-share__buttons{
  justify-content:flex-start;
}
.health-article-share__button{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:40px;
  padding:0 13px;
  border:1px solid rgba(21,154,131,.18);
  border-radius:999px;
  background:#f5faf9;
  color:var(--article-green);
  font:inherit;
  font-size:.78rem;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}
.health-article-share__button i{
  font-size:1rem;
}
.health-article-share__button:hover,
.health-article-share__button:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(21,154,131,.38);
  background:#eef8f5;
  box-shadow:0 8px 20px rgba(21,154,131,.10);
}
.health-article-share__button:focus-visible{
  outline:3px solid rgba(21,154,131,.14);
  outline-offset:2px;
}
.health-article-share__button.is-copied{
  border-color:rgba(21,154,131,.48);
  background:#e9f7f3;
}
.health-article-share__feedback{
  flex-basis:100%;
  min-height:1.1em;
  color:#71858a;
  font-size:.72rem;
  line-height:1.4;
}
.health-article-share--icons{
  gap:10px 14px;
}
.health-article-share--icons .health-article-share__buttons{
  gap:9px;
}
.health-article-share--icons .health-article-share__button{
  width:42px;
  min-width:42px;
  height:42px;
  min-height:42px;
  padding:0;
}
.health-article-share--icons .health-article-share__button span{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.health-article-share--icons .health-article-share__button i{
  font-size:1.05rem;
}

@media(max-width:900px){
  .health-article-share{
    justify-content:flex-start;
  }
  .health-article-share__buttons{
    justify-content:flex-start;
  }
}

@media(max-width:700px){
  .health-article-share{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    margin-top:25px;
  }
  .health-article-share__label{
    font-size:.78rem;
  }
  .health-article-share__buttons{
    width:100%;
    gap:7px;
  }
  .health-article-share--pills .health-article-share__button{
    min-height:39px;
    padding:0 11px;
    font-size:.74rem;
  }
  .health-article-content > .health-article-share{
    margin-top:34px;
    padding-top:24px;
  }
}

/* ==========================================================
   LIKE ARTICLE — bleu Decathlon, même cercle que le partage
   ========================================================== */
.health-article-share__like{
  --like-blue:#3643BA;
  --like-blue-rgb:54,67,186;
  position:relative;
  overflow:visible;
  isolation:isolate;
  border-color:rgba(var(--like-blue-rgb),.28);
  background:rgba(var(--like-blue-rgb),.055);
  color:var(--like-blue);
}
.health-article-share__like i{
  position:relative;
  z-index:2;
  transform-origin:50% 85%;
  transition:transform .2s ease,color .2s ease;
}
.health-article-share__like:hover,
.health-article-share__like:focus-visible{
  border-color:rgba(var(--like-blue-rgb),.58);
  background:rgba(var(--like-blue-rgb),.11);
  box-shadow:0 8px 22px rgba(var(--like-blue-rgb),.16);
}
.health-article-share__like:hover i{
  transform:translateY(-1px) rotate(-7deg) scale(1.08);
}
.health-article-share__like:focus-visible{
  outline-color:rgba(var(--like-blue-rgb),.22);
}
.health-article-share__like.is-like-pending,
.health-article-share__like.is-liked{
  border-color:var(--like-blue);
  background:var(--like-blue);
  color:#fff;
  box-shadow:
    0 9px 24px rgba(var(--like-blue-rgb),.28),
    0 0 0 4px rgba(var(--like-blue-rgb),.08);
}
.health-article-share__like:disabled{
  cursor:wait;
}
.health-article-share__like.is-liked:disabled{
  cursor:default;
}
.health-article-share__like::after{
  content:"";
  position:absolute;
  inset:-7px;
  z-index:-1;
  border:3px solid rgba(var(--like-blue-rgb),.48);
  border-radius:999px;
  opacity:0;
  transform:scale(.70);
  pointer-events:none;
}
.health-article-share__like.is-like-pop{
  animation:healthArticleLikePop .72s cubic-bezier(.16,.9,.28,1.18);
}
.health-article-share__like.is-like-pop i{
  animation:healthArticleLikeThumb .72s cubic-bezier(.16,.9,.28,1.18);
}
.health-article-share__like.is-like-pop::after{
  animation:healthArticleLikeHalo .72s ease-out;
}
@keyframes healthArticleLikePop{
  0%{transform:scale(1)}
  22%{transform:scale(1.20)}
  45%{transform:scale(.92)}
  68%{transform:scale(1.08)}
  100%{transform:scale(1)}
}
@keyframes healthArticleLikeThumb{
  0%{transform:rotate(0) scale(1)}
  24%{transform:rotate(-18deg) scale(1.28)}
  50%{transform:rotate(8deg) scale(.96)}
  72%{transform:rotate(-5deg) scale(1.10)}
  100%{transform:rotate(0) scale(1)}
}
@keyframes healthArticleLikeHalo{
  0%{opacity:.85;transform:scale(.68)}
  55%{opacity:.32}
  100%{opacity:0;transform:scale(1.65)}
}
@media(prefers-reduced-motion:reduce){
  .health-article-share__like.is-like-pop,
  .health-article-share__like.is-like-pop i,
  .health-article-share__like.is-like-pop::after{
    animation:none;
  }
}


/* ==========================================================
   NEWSLETTER — FIN D’ARTICLE
   Plus visible et clairement séparée de la zone Source.
   ========================================================== */
.health-article-newsletter{
  position:relative;
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:26px;
  margin:34px 0 14px;
  padding:38px 40px;
  overflow:hidden;
  border:1px solid rgba(21,154,131,.26);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0,rgba(98,190,175,.18),transparent 36%),
    linear-gradient(135deg,#e9f8f4 0%,#f5fbf9 56%,#eef9f6 100%);
  box-shadow:0 18px 44px rgba(15,47,51,.08);
}
.health-article-newsletter::before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:4px;
  background:linear-gradient(90deg,var(--article-green),var(--article-mint));
}
.health-article-newsletter__icon{
  display:grid;
  place-items:center;
  width:66px;
  height:66px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--article-green),var(--article-mint));
  color:#fff;
  font-size:1.6rem;
  box-shadow:0 12px 28px rgba(21,154,131,.20);
}
.health-article-newsletter__eyebrow{
  display:block;
  margin:2px 0 8px;
  color:var(--article-green);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.15em;
}
.health-article-newsletter h2{
  margin:0;
  color:var(--article-text);
  font-size:1.82rem;
  line-height:1.08;
  letter-spacing:-.03em;
}
.health-article-newsletter__content>p{
  margin:12px 0 20px;
  color:#536b71;
  font-size:.97rem;
  line-height:1.65;
}
.health-article-newsletter__row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}
.health-article-newsletter__row input[type=email]{
  min-width:0;
  padding:15px 16px;
  border:1px solid rgba(4,31,45,.16);
  border-radius:13px;
  background:#fff;
  color:var(--article-text);
  font:inherit;
  outline:0;
  box-shadow:0 5px 14px rgba(15,47,51,.03);
}
.health-article-newsletter__row input[type=email]:focus{
  border-color:rgba(21,154,131,.62);
  box-shadow:0 0 0 4px rgba(21,154,131,.09);
}
.health-article-newsletter__row button{
  padding:13px 20px;
  border:0;
  border-radius:13px;
  background:linear-gradient(135deg,#159a83,#62beaf);
  color:#fff;
  font:inherit;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(21,154,131,.17);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.health-article-newsletter__row button:hover,
.health-article-newsletter__row button:focus-visible{
  transform:translateY(-2px);
  filter:saturate(1.08);
  box-shadow:0 14px 30px rgba(21,154,131,.23);
}
.health-article-newsletter__row button:disabled{opacity:.55;cursor:wait;transform:none;box-shadow:none}
.health-article-newsletter__consent{display:flex;align-items:flex-start;gap:9px;margin-top:12px;color:#657c81;font-size:.74rem;line-height:1.5}.health-article-newsletter__consent input{margin-top:2px;accent-color:var(--article-green)}.health-article-newsletter__consent a{color:var(--article-green);font-weight:800}.health-article-newsletter__message{min-height:18px;margin:9px 0 0;color:#71858a;font-size:.76rem;font-weight:700}.health-article-newsletter__message.is-success,.health-article-newsletter__message.is-error{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px 14px;border-radius:12px;font-size:.82rem;font-weight:800;line-height:1.45}.health-article-newsletter__message.is-success{border:1px solid rgba(21,154,131,.24);background:#e8f8f4;color:#087c69;box-shadow:0 6px 18px rgba(21,154,131,.08)}.health-article-newsletter__message.is-success::before{content:"✓";display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--article-green),var(--article-mint));color:#fff;font-size:.78rem;font-weight:900}.health-article-newsletter__message.is-error{border:1px solid rgba(191,98,86,.24);background:#fff2f0;color:#a84f43}.health-article-newsletter__message.is-error::before{content:"!";display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#bf6256;color:#fff;font-size:.82rem;font-weight:900}.health-article-newsletter__honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:700px){
  .health-article-after-source-divider{margin-top:0}
  .health-article-newsletter{display:block;margin-top:28px;padding:30px 24px;border-radius:20px}
  .health-article-newsletter__icon{width:58px;height:58px;margin-bottom:20px;font-size:1.4rem}
  .health-article-newsletter h2{font-size:1.5rem}
  .health-article-newsletter__content>p{font-size:.92rem}
  .health-article-newsletter__row{grid-template-columns:1fr}
  .health-article-newsletter__row button{width:100%}
}
