.article-main { padding: 36px 0 68px; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 64px; align-items: start; }
.article-content { min-width: 0; }
.article-sidebar { display: flex; flex-direction: column; gap: 36px; position: sticky; top: calc(var(--masthead-h, 120px) + 28px); }

.article-breadcrumb { font-family: var(--sans); font-size: 12px; color: var(--gris-moyen); margin-bottom: 20px; }
.article-breadcrumb a { color: var(--gris-moyen); text-decoration: none; }
.article-breadcrumb a:hover { color: var(--rouge); }
.article-breadcrumb span { margin: 0 6px; color: var(--gris-clair); }
.article-tags { display: flex; gap: 8px; margin-bottom: 18px; }

.article-title { font-family: var(--serif); font-weight: 600; font-size: 42px; line-height: 1.14; color: var(--noir); margin-bottom: 20px; letter-spacing: -0.01em; }
.article-chapo { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 20px; line-height: 1.5; color: var(--gris-fonce); margin-bottom: 26px; }

.article-readlist-cta { display: inline-flex; align-items: center; gap: 8px; background: none; border: 1px solid var(--bleu); color: var(--bleu); font-family: var(--sans); font-size: 13px; font-weight: 600; padding: 9px 16px; cursor: pointer; margin-bottom: 28px; transition: background 0.15s, color 0.15s, border-color 0.15s; }
.article-readlist-cta .readlist-icon { width: 15px; height: 15px; fill: none; stroke: var(--bleu); stroke-width: 1.6; stroke-linejoin: round; stroke-linecap: round; transition: fill 0.15s, stroke 0.15s; flex-shrink: 0; }
.article-readlist-cta:hover { background: var(--bleu); color: #fff; }
.article-readlist-cta:hover .readlist-icon { stroke: #fff; }
.article-readlist-cta.is-saved { border-color: var(--rouge); color: var(--rouge); }
.article-readlist-cta.is-saved .readlist-icon { fill: var(--rouge); stroke: var(--rouge); }
.article-readlist-cta.is-saved:hover { background: var(--rouge); color: #fff; }
.article-readlist-cta.is-saved:hover .readlist-icon { stroke: #fff; fill: #fff; }

.article-byline { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-top: 1px solid #e0dbd5; border-bottom: 1px solid #e0dbd5; margin-bottom: 32px; flex-wrap: wrap; gap: 14px; }
.article-byline__author { display: flex; align-items: center; gap: 12px; }
.article-byline__avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--rouge); display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-weight: 600; font-size: 14px; color: #fff; flex-shrink: 0; text-decoration: none; }
.article-byline__name { font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--encre); text-decoration: none; display: inline-block; }
.article-byline__name:hover { color: var(--rouge); }
.article-byline__role { font-family: var(--serif); font-style: italic; font-size: 12px; color: var(--bleu); }
.article-byline__infos { font-family: var(--sans); font-size: 12px; color: var(--gris-moyen); display: flex; align-items: center; gap: 8px; }
.article-byline__dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gris-clair); flex-shrink: 0; }

.article-hero-img { aspect-ratio: 16/9; margin-bottom: 8px; overflow: hidden; display: block; }
.article-hero-img__inner { width: 100%; height: 100%; }
.article-img-caption { font-family: var(--sans); font-size: 12px; color: var(--gris-moyen); font-style: italic; margin-bottom: 22px; }
.article-inline-img { aspect-ratio: 16/9; margin: 30px 0 8px; overflow: hidden; display: block; }
.article-inline-img__inner { width: 100%; height: 100%; }

.article-body { font-family: var(--serif); font-size: 19px; line-height: 1.75; color: var(--encre); }
.article-body p { margin-bottom: 24px; }
.article-body h2 { font-family: var(--serif); font-weight: 600; font-size: 27px; line-height: 1.25; color: var(--noir); margin: 26px 0 16px; }
.article-body h3 { font-family: var(--serif); font-weight: 600; font-size: 22px; line-height: 1.3; color: var(--noir); margin: 30px 0 12px; }
.article-body strong { font-weight: 600; color: var(--noir); }

.tag--nlgate { background: var(--bleu); color: #fff; display: inline-flex; align-items: center; gap: 4px; }
.nlgate-fade {
  max-height: 170px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 8%, transparent 88%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 8%, transparent 88%);
}
.nlgate-cta {
  position: relative;
  margin: -30px 0 44px;
  padding: 44px 36px 38px;
  background: var(--beige);
  border: 1px solid #e0dbd5;
  border-radius: 2px;
  text-align: center;
}
.nlgate-cta__icon { font-size: 26px; margin-bottom: 10px; }
.nlgate-cta__title { font-family: var(--serif); font-weight: 600; font-size: 24px; color: var(--noir); margin-bottom: 10px; }
.nlgate-cta__text { font-family: var(--sans); font-size: 14px; color: var(--gris-fonce); max-width: 440px; margin: 0 auto 22px; line-height: 1.6; }
.nlgate-cta__form { display: flex; gap: 10px; max-width: 420px; margin: 0 auto; }
.nlgate-cta__input { flex: 1; font-family: var(--sans); font-size: 14px; padding: 12px 16px; border: 1px solid var(--gris-clair); background: var(--blanc); color: var(--encre); outline: none; transition: border-color 0.15s; }
.nlgate-cta__input:focus { border-color: var(--bleu); }
.nlgate-cta__input::placeholder { color: var(--gris-moyen); }
.nlgate-cta .btn--primary { flex-shrink: 0; white-space: nowrap; }
.nlgate-cta__note { font-family: var(--sans); font-size: 12px; color: var(--gris-moyen); max-width: 420px; margin: 16px auto 0; line-height: 1.5; }
.nlgate-cta.is-unlocking { opacity: 0; transform: translateY(-6px); transition: opacity 0.25s, transform 0.25s; pointer-events: none; }
.article-content.is-unlocked .nlgate-fade { max-height: none; -webkit-mask-image: none; mask-image: none; }
.article-content.is-unlocked .nlgate-cta { display: none; }
.nlgate-unlocked-banner { display: none; font-family: var(--sans); font-size: 13px; color: var(--bleu); background: rgba(45,58,124,0.08); border-left: 3px solid var(--bleu); padding: 12px 16px; margin: -30px 0 44px; }
.article-content.is-unlocked .nlgate-unlocked-banner { display: block; }
body.dark-mode .nlgate-cta { background: #201e1e; border-color: #2e2a2a; }
body.dark-mode .nlgate-unlocked-banner { background: rgba(139,157,224,0.1); }
@media (max-width: 640px) {
  .nlgate-cta { padding: 32px 22px 28px; }
  .nlgate-cta__form { flex-direction: column; }
}

.article-pullquote { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 27px; line-height: 1.4; color: var(--rouge); border-left: 3px solid var(--rouge); padding: 2px 0 2px 28px; margin: 42px 0; }

.article-footer-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 44px 0 32px; padding-top: 32px; border-top: 1px solid #e0dbd5; }
.article-tag-pill { font-family: var(--sans); font-size: 12px; padding: 6px 14px; border: 1px solid #e0dbd5; border-radius: 20px; color: var(--gris-fonce); transition: 0.15s; }
.article-tag-pill:hover { border-color: var(--rouge); color: var(--rouge); }

.article-share { display: flex; align-items: center; gap: 16px; margin-bottom: 40px; }
.article-share__label { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gris-moyen); }
.article-share__icons { display: flex; gap: 10px; }

.article-avis-heading { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--noir); display: flex; align-items: center; gap: 8px; margin: 30px 0 14px; }
.article-avis-heading::before { content: ''; display: block; width: 14px; height: 1px; background: var(--rouge); }
.article-avis { display: flex; flex-direction: column; gap: 14px; }
.avis-card { display: flex; gap: 16px; padding: 22px 24px; background: var(--beige); border-left: 3px solid var(--rouge); }
.article-avis--redac .avis-card { border-left-color: var(--bleu); }
.avis-card__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--rouge); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-weight: 600; font-size: 14px; flex-shrink: 0; text-decoration: none; }
.avis-card__body { flex: 1; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.avis-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.avis-card__name { font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--encre); text-decoration: none; }
.avis-card__name:hover { color: var(--rouge); }
.avis-card__role { font-family: var(--serif); font-style: italic; font-size: 12px; color: var(--bleu); margin-left: 8px; }
.avis-card__note { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.avis-card__note-value { font-family: var(--sans); font-size: 12px; font-weight: 700; color: var(--gris-fonce); }
.avis-card__text { font-family: var(--serif); font-size: 15px; line-height: 1.6; color: var(--gris-fonce); }
.article-avis--author .avis-card__text { font-weight: 600; color: var(--encre); }
.avis-card__stars { position: relative; display: inline-block; width: 88px; height: 16px; font-size: 16px; line-height: 1; letter-spacing: 2px; color: #d8d2ce; }
.avis-card__stars::before, .avis-card__stars::after { content: "★★★★★"; position: absolute; top: 0; left: 0; white-space: nowrap; }
.avis-card__stars::after { color: var(--rouge); width: calc(var(--note) / 5 * 100%); overflow: hidden; }
body.dark-mode .avis-card { background: #201e1e; }
body.dark-mode .avis-card__stars { color: #4a4444; }

.widget__title { font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--noir); display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.widget__title::before { content: ''; display: block; width: 14px; height: 1px; background: var(--rouge); }

.widget--newsletter { background: var(--noir); padding: 28px 24px; }
.widget--newsletter .widget__title { color: var(--rouge); margin-bottom: 12px; }
.widget--newsletter p { font-family: var(--serif); font-style: italic; font-size: 18px; line-height: 1.4; color: #fff; margin-bottom: 18px; }
.widget--newsletter input { width: 100%; font-family: var(--sans); font-size: 15px; padding: 12px 14px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.07); color: #fff; outline: none; margin-bottom: 10px; }
.widget--newsletter input::placeholder { color: rgba(255,255,255,0.35); }
.widget--newsletter button { width: 100%; font-family: var(--sans); font-size: 15px; font-weight: 600; padding: 12px; background: var(--rouge); color: #fff; border: none; cursor: pointer; transition: background 0.15s; }
.widget--newsletter button:hover { background: var(--rouge-hover); }

.widget--populaire .populaire-item { display: flex; gap: 14px; align-items: baseline; padding: 16px 0; border-top: 1px solid #e0dbd5; }
.widget--populaire .populaire-item:first-child { border-top: none; padding-top: 0; }
.populaire-item__num { font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 25px; color: var(--rouge); flex-shrink: 0; width: 28px; }
.populaire-item:nth-child(3) .populaire-item__num, .populaire-item:nth-child(5) .populaire-item__num { color: var(--bleu); }
.populaire-item__body { display: flex; flex-direction: column; gap: 5px; }
.populaire-item__title { font-family: var(--serif); font-size: 17px; line-height: 1.3; color: var(--noir); transition: color 0.15s; }
.populaire-item:hover .populaire-item__title { color: var(--rouge); }
.populaire-item__rubrique { font-family: var(--sans); font-size: 12px; color: var(--gris-moyen); }

.memesujet-item { display: flex; gap: 14px; padding: 16px 0; border-top: 1px solid #e0dbd5; align-items: flex-start; }
.memesujet-item:first-child { border-top: none; padding-top: 0; }
.memesujet-item__img { width: 84px; aspect-ratio: 16/9; flex-shrink: 0; display: block; }
.memesujet-item__title { font-family: var(--serif); font-size: 16px; line-height: 1.3; color: var(--noir); transition: color 0.15s; }
.memesujet-item:hover .memesujet-item__title { color: var(--rouge); }

.widget--alsoon { padding: 22px 22px 6px; border-top: 3px solid var(--rouge); background: var(--beige); }
.widget--alsoon .memesujet-item { border-top-color: rgba(0,0,0,0.08); }

.widget--cinema { padding-top: 18px; border-top: 3px solid var(--bleu); }

.widget--goodnews { padding: 22px; background: var(--beige); }
.goodnews-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 0; border-top: 1px solid rgba(0,0,0,0.08); }
.goodnews-item:first-child { border-top: none; padding-top: 0; }
.goodnews-item__icon { font-size: 18px; line-height: 1.4; flex-shrink: 0; }
.goodnews-item__title { font-family: var(--serif); font-size: 16px; line-height: 1.4; color: var(--noir); transition: color 0.15s; }
.goodnews-item__title:hover { color: var(--rouge); }

.article-related { padding: 56px 0; border-top: 1px solid #e0dbd5; background: var(--blanc); }

body.dark-mode .article-byline { border-color: #2e2a2a; }
body.dark-mode .article-footer-tags { border-color: #2e2a2a; }
body.dark-mode .article-tag-pill { border-color: #3a3636; }
body.dark-mode .widget--populaire .populaire-item { border-color: #2e2a2a; }
body.dark-mode .memesujet-item { border-color: #2e2a2a; }
body.dark-mode .widget--alsoon .memesujet-item { border-top-color: rgba(255,255,255,0.08); }
body.dark-mode .widget--alsoon,
body.dark-mode .widget--goodnews { background: #201e1e; }
body.dark-mode .goodnews-item { border-top-color: rgba(255,255,255,0.08); }
body.dark-mode .widget--newsletter { background: #201e1e; }
body.dark-mode .widget--newsletter input { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.12); }
body.dark-mode .article-related { border-color: #2e2a2a; }

.article-signature { font-family: var(--sans); font-size: 14px; color: var(--gris-fonce); margin: 4px 0 32px; }
.article-signature__name { color: var(--rouge); font-weight: 600; text-decoration: none; }
.article-signature__name:hover { color: var(--bleu); }

.interview-block { margin: 8px 0 40px; }
.interview-question { font-family: var(--serif); font-weight: 600; font-size: 18px; line-height: 1.4; color: var(--noir); padding-left: 20px; border-left: 3px solid var(--rouge); margin-bottom: 18px; }
.interview-answer { font-family: var(--serif); font-size: 18px; line-height: 1.7; color: var(--encre); margin-bottom: 16px; }
.interview-answer:last-child { margin-bottom: 0; }
.interview-answer__name { font-family: var(--sans); font-weight: 700; font-size: 15px; color: var(--rouge); margin-right: 6px; }
.interview-answer--bleu .interview-answer__name { color: var(--bleu); }

.widget--boxed { padding: 22px 22px 6px; border-top: 3px solid var(--rouge); background: var(--beige); }
.widget--boxed .memesujet-item { border-top-color: rgba(0,0,0,0.08); }
.widget--outline { padding-top: 18px; border-top: 3px solid var(--bleu); }
body.dark-mode .widget--boxed { background: #201e1e; }

@media (max-width: 1180px) and (min-width: 1025px) {
  .article-layout { gap: 40px; grid-template-columns: minmax(0,1fr) 300px; }
}
@media (max-width: 1024px) {
  .article-layout { grid-template-columns: 1fr; gap: 48px; }
  .article-sidebar { position: static; display: flex; flex-direction: column; gap: 24px; }
  .article-title { font-size: 36px; }
}
@media (max-width: 768px) {
  .article-title { font-size: 28px; }
  .article-chapo { font-size: 17px; }
  .article-body { font-size: 17px; }
  .article-pullquote { font-size: 22px; padding-left: 20px; }
}

.nl-edito-title { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 30px; line-height: 1.25; color: var(--noir); margin-bottom: 18px; }
.nl-inline-sig { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--bleu); border-left: 2px solid var(--bleu); padding: 1px 0 1px 12px; margin: 4px 0 36px; }

.nl-sommaire { margin: 0 0 40px; padding-top: 26px; border-top: 1px solid #e0dbd5; }
.nl-sommaire__label { font-family: var(--serif); font-size: 13px; letter-spacing: 0.1em; color: var(--gris-moyen); margin-bottom: 16px; }
.nl-sommaire__row { display: flex; gap: 18px; padding: 9px 0; }
.nl-sommaire__rubrique { flex-shrink: 0; width: 96px; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: 0.09em; color: var(--rouge); line-height: 1.6; padding-top: 2px; }
.nl-sommaire__titre { font-family: var(--serif); font-size: 16px; line-height: 1.4; color: var(--encre); }

.nl-reco { margin: 0 0 4px; padding: 32px; }
.nl-reco--blanc { background: var(--blanc); }
.nl-reco--beige { background: var(--beige); }
.nl-reco__img { aspect-ratio: 16/9; display: block; margin-bottom: 8px; overflow: hidden; }
.nl-reco__img-inner { width: 100%; height: 100%; }
.nl-reco__credit { font-family: var(--sans); font-style: italic; font-size: 12px; color: var(--gris-moyen); margin-bottom: 18px; }
.nl-reco__pill { display: inline-block; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: 0.09em; color: #fff; background: var(--rouge); padding: 4px 9px; margin-bottom: 14px; }
.nl-reco__title { font-family: var(--serif); font-weight: 400; font-size: 27px; line-height: 1.22; color: var(--noir); margin-bottom: 18px; }
.nl-reco p { font-family: var(--serif); font-size: 17px; line-height: 1.75; color: var(--encre); margin-bottom: 20px; }
.nl-reco p:last-child { margin-bottom: 0; }
.nl-reco blockquote { font-family: var(--serif); font-style: italic; font-size: 20px; line-height: 1.4; color: var(--rouge); border-left: 3px solid var(--rouge); padding: 2px 0 2px 24px; margin: 4px 0 22px; }

.nl-conclusion-label { font-family: var(--serif); font-size: 13px; letter-spacing: 0.1em; color: var(--gris-moyen); margin: 40px 0 20px; }
.nl-express { background: var(--beige); border-left: 3px solid var(--bleu); padding: 22px 24px; margin-bottom: 26px; }
.nl-express__label { font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: 0.09em; color: var(--bleu); margin-bottom: 8px; }
.nl-express__text { font-family: var(--serif); font-size: 16px; line-height: 1.5; color: var(--encre); }
.nl-goodbye { font-family: var(--sans); font-size: 15px; line-height: 1.7; color: var(--gris-fonce); margin-bottom: 30px; }

.nl-final-sig { display: flex; align-items: center; gap: 14px; background: var(--beige); border-left: 3px solid var(--rouge); padding: 18px 20px; margin-bottom: 32px; }
.nl-final-sig__avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--rouge); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-weight: 600; font-size: 13px; flex-shrink: 0; }
.nl-final-sig__name { font-family: var(--sans); font-size: 14px; font-weight: 700; color: var(--encre); }
.nl-final-sig__role { font-family: var(--serif); font-style: italic; font-size: 12px; color: var(--bleu); }

.nl-archive-cta { display: inline-flex; margin: 0 0 8px; }

body.dark-mode .nl-sommaire { border-color: #2e2a2a; }
body.dark-mode .nl-reco--beige { background: #201e1e; }
body.dark-mode .nl-final-sig { background: #201e1e; }

@media (max-width: 640px) {
  .nl-reco { margin: 0 0 4px; padding: 26px 22px; }
  .nl-sommaire__row { flex-direction: column; gap: 4px; }
  .nl-sommaire__rubrique { width: auto; }
  .nl-edito-title { font-size: 25px; }
  .nl-reco__title { font-size: 22px; }
}

.article-body .nl-reco {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--encre);
}
.article-body .nl-reco p {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.article-body .nl-reco p:last-child { margin-bottom: 0; }
.article-body .nl-reco .nl-reco__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 27px;
  line-height: 1.22;
  color: var(--noir);
  margin: 0 0 18px;
}

.article-body .nl-reco blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
  color: var(--rouge);
  border-left: 3px solid var(--rouge);
  padding: 2px 0 2px 24px;
  margin: 4px 0 22px;
}
.article-body .nl-reco blockquote p {
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

.article-body .nl-reco .nl-reco__pill {
  display: inline-block;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.09em;
  color: #fff;
  background: var(--rouge);
  padding: 4px 9px;
  margin: 0 0 14px;
}
.article-body .nl-sommaire__rubrique {
  flex-shrink: 0;
  width: 96px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: var(--rouge);
  line-height: 1.6;
  padding-top: 2px;
  margin: 0;
}
.article-body .nl-sommaire__titre {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--encre);
  margin: 0;
}
.article-body .nl-final-sig__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--rouge);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
  margin: 0;
}
.article-body .nl-final-sig__name {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--encre);
  margin: 0;
}
.article-body .nl-final-sig__role {
  font-family: var(--serif);
  font-style: italic;
  font-size: 12px;
  line-height: 1.6;
  color: var(--bleu);
  margin: 0;
}

.article-body .nl-sommaire > *,
.article-body .nl-sommaire__row > *,
.article-body .nl-express > *,
.article-body .nl-final-sig > *,
.article-body .nl-final-sig > * > *,
.article-body .nl-reco > * {
  margin-block-start: 0;
}

.article-body > .nl-reco { margin-top: 0; margin-bottom: 4px; }
.article-body > .nl-sommaire { margin-top: 0; }

@media (max-width: 640px) {
  .article-body .nl-reco .nl-reco__title { font-size: 22px; }

  .article-body .nl-sommaire__rubrique { width: auto; }
}

.article-body img,
.article-body figure { max-width: 100%; height: auto; }
.article-body figure { margin: 30px 0 8px; }
.article-body figcaption {
  font-family: var(--sans);
  font-size: 12px;
  font-style: italic;
  color: var(--gris-moyen);
  margin: 8px 0 22px;
  text-align: left;
}

.article-body .wp-block-table { overflow-x: auto; }
.article-body pre { overflow-x: auto; }

.tag--abonnes { background: var(--rouge); color: #fff; display: inline-flex; align-items: center; gap: 4px; }

.nlgate-cta__note a {
  color: var(--rouge);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(159, 0, 14, 0.35);
}
.nlgate-cta__note a:hover { color: var(--rouge-hover); }
.nlgate-cta__error {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--rouge);
  max-width: 420px;
  margin: 14px auto 0;
  line-height: 1.5;
}
body.dark-mode .nlgate-cta__error { color: #e8737f; }

.article-body .nl-reco.nlgate-coupe { padding-bottom: 20px; margin-bottom: 0; }
.article-body .nl-reco.nlgate-suite { padding-top: 0; }

.no-js .nlgate-fade { max-height: none; -webkit-mask-image: none; mask-image: none; }
.no-js .nlgate-cta__form { display: none; }

@media (max-width: 640px) {
  .nlgate-cta__form .nlgate-cta__input { flex: 0 0 auto; }
}

:where(.article-body) a:where(:not(.btn, .wp-block-button__link)) {
  color: var(--rouge);
  text-decoration: underline;
  text-decoration-color: rgba(159, 0, 14, 0.35);
  text-underline-offset: 2px;
}
:where(.article-body) a:where(:not(.btn, .wp-block-button__link)):hover {
  color: var(--rouge-hover);
  text-decoration-color: currentColor;
}
