:root {
  --lp-noel-header-h: 65px;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.lp-noel-page {
  --lp-noel-red: #b5121b;
  --lp-noel-red-dark: #8f0e16;
  --lp-noel-green: #175d3b;
  --lp-noel-ink: #202020;
  --lp-noel-muted: #626262;
  --lp-noel-line: #e7e0d8;
  --lp-noel-soft: #faf7f2;
  --lp-noel-white: #ffffff;
  --lp-noel-shadow: 0 14px 36px rgba(45, 35, 28, 0.1);
  color: var(--lp-noel-ink);
  background: var(--lp-noel-white);
  font-family: inherit;
}

.lp-noel-page *,
.lp-noel-page *::before,
.lp-noel-page *::after {
  box-sizing: border-box;
}

.lp-noel-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.lp-noel-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(231, 224, 216, 0.9);
  background: rgba(255, 250, 244, 0.94);
  backdrop-filter: blur(14px);
}

.lp-noel-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
}

.lp-noel-header__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.lp-noel-header__logo picture,
.lp-noel-hero__media picture,
.lp-noel-gallery__item picture {
  display: block;
}

.lp-noel-trust__track picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-noel-header__logo img {
  display: block;
  width: auto;
  height: 40px;
  max-width: 160px;
  object-fit: contain;
}

.lp-noel-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 0;
}

.lp-noel-header__nav a {
  color: #202020;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.lp-noel-header__nav a:hover,
.lp-noel-header__nav a:focus {
  color: #b5121b;
}

.lp-noel-header__cta {
  flex: 0 0 auto;
  min-height: 0;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  color: #ffffff;
  background: #b5121b;
  border-color: #b5121b;
  font-size: 0.86rem;
  box-shadow: none;
}

.lp-noel-header__cta:hover,
.lp-noel-header__cta:focus {
  color: #ffffff;
  background: #b5121b;
  border-color: #b5121b;
  transform: none;
}

.lp-noel-header .lp-noel-header__cta.lp-noel-button--primary {
  min-height: 0;
  height: 34px;
  padding: 0 16px;
  border: 1px solid #b5121b;
  border-radius: 999px;
  color: #ffffff;
  background: #b5121b;
  box-shadow: none;
}

.lp-noel-header .lp-noel-header__cta.lp-noel-button--primary:hover,
.lp-noel-header .lp-noel-header__cta.lp-noel-button--primary:focus {
  color: #ffffff;
  background: #b5121b;
  border-color: #b5121b;
  transform: none;
}

.lp-noel-page section {
  padding: 72px 0;
}

.lp-noel-hero {
  background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
  scroll-margin-top: calc(var(--lp-noel-header-h) + 16px);
}

.lp-noel-hero__grid,
.lp-noel-quote__grid {
  display: grid;
  gap: 52px;
  align-items: center;
}

.lp-noel-hero__grid {
  grid-template-columns: minmax(0, 0.45fr) minmax(500px, 0.55fr);
}

.lp-noel-quote__grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
}

.lp-noel-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(181, 18, 27, 0.22);
  border-radius: 999px;
  color: var(--lp-noel-red-dark);
  background: #fff1ef;
  font-size: 0.86rem;
  font-weight: 700;
}

.lp-noel-hero h1,
.lp-noel-heading h2,
.lp-noel-quote__intro h2 {
  margin: 0;
  color: var(--lp-noel-ink);
  line-height: 1.08;
  letter-spacing: 0;
}

.lp-noel-hero h1 {
  max-width: 560px;
  font-size: clamp(2.15rem, 4.2vw, 3.7rem);
  line-height: 1.02;
}

.lp-noel-hero__lead,
.lp-noel-heading p,
.lp-noel-quote__intro p {
  color: var(--lp-noel-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.lp-noel-hero__lead {
  max-width: 520px;
  margin: 24px 0 0;
}

.lp-noel-hero__actions,
.lp-noel-section-action {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.lp-noel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 19px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.lp-noel-button:hover,
.lp-noel-button:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

.lp-noel-button--primary {
  color: var(--lp-noel-white);
  background: var(--lp-noel-red);
  border-color: var(--lp-noel-red);
  box-shadow: 0 8px 18px rgba(181, 18, 27, 0.16);
}

.lp-noel-button--primary:hover,
.lp-noel-button--primary:focus {
  color: var(--lp-noel-white);
  background: var(--lp-noel-red-dark);
  border-color: var(--lp-noel-red-dark);
}

.lp-noel-button--secondary {
  color: var(--lp-noel-red-dark);
  background: var(--lp-noel-white);
  border-color: rgba(181, 18, 27, 0.28);
}

.lp-noel-proof-list,
.lp-noel-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.lp-noel-proof-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 30px 0 0;
  gap: 8px;
}

.lp-noel-proof-list li,
.lp-noel-tech-list li {
  border: 1px solid var(--lp-noel-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--lp-noel-ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.lp-noel-proof-list li {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 10px;
  font-size: 0.8125rem;
  line-height: 1.35;
  min-height: 48px;
  min-width: 0;
  text-wrap: balance;
}

.lp-noel-proof-list li:nth-child(n + 4) {
  grid-column: span 3;
}

.lp-noel-hero__media img,
.lp-noel-range-card img,
.lp-noel-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background: var(--lp-noel-soft);
}

.lp-noel-hero__media img {
  aspect-ratio: 16 / 11;
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(45, 35, 28, 0.16);
  filter: saturate(1.06) contrast(1.03);
}

.lp-noel-hero__media {
  position: relative;
}

.lp-noel-hero__media::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 34%;
  height: 20%;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(181, 18, 27, 0.82), rgba(23, 93, 59, 0.76));
  opacity: 0.2;
  pointer-events: none;
}

.lp-noel-trust {
  padding: 28px 0 34px;
  border-top: 1px solid rgba(231, 224, 216, 0.72);
  border-bottom: 1px solid rgba(231, 224, 216, 0.72);
  background: #ffffff;
}

.lp-noel-trust__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--lp-noel-line);
  border-radius: 8px;
  background: #fbfaf7;
}

.lp-noel-trust__metric {
  padding: 22px 24px;
  background: transparent;
}

.lp-noel-trust__metric + .lp-noel-trust__metric {
  border-left: 1px solid var(--lp-noel-line);
}

.lp-noel-trust__metric strong,
.lp-noel-trust__metric span {
  display: block;
}

.lp-noel-trust__metric strong {
  color: var(--lp-noel-ink);
  font-size: 1.75rem;
  line-height: 1.1;
}

.lp-noel-trust__metric span {
  margin-top: 8px;
  color: var(--lp-noel-muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.lp-noel-trust__logos {
  margin-top: 18px;
  padding: 18px 0;
  border: 1px solid var(--lp-noel-line);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.lp-noel-trust__logos p {
  margin: 0 22px 14px;
  color: var(--lp-noel-ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.lp-noel-trust__marquee {
  position: relative;
  overflow: hidden;
}

.lp-noel-trust__marquee::before,
.lp-noel-trust__marquee::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 80px;
  height: 100%;
  pointer-events: none;
}

.lp-noel-trust__marquee::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.lp-noel-trust__marquee::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.lp-noel-trust__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 22px;
  padding: 2px 22px;
  animation: lp-noel-logo-scroll 34s linear infinite;
}

.lp-noel-trust__marquee:hover .lp-noel-trust__track {
  animation-play-state: paused;
}

.lp-noel-trust__track span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 168px;
  height: 72px;
  padding: 12px 18px;
  border: 1px solid rgba(231, 224, 216, 0.78);
  border-radius: 8px;
  background: #fbfaf7;
}

.lp-noel-trust__track img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}

@keyframes lp-noel-logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-noel-trust__track {
    animation: none;
  }
}

.lp-noel-targets,
.lp-noel-inspirations {
  background: var(--lp-noel-white);
}

.lp-noel-ranges,
.lp-noel-support,
.lp-noel-quote {
  background: var(--lp-noel-soft);
}

.lp-noel-ranges,
.lp-noel-inspirations,
.lp-noel-support,
.lp-noel-quote,
.lp-noel-faq-anchor {
  scroll-margin-top: calc(var(--lp-noel-header-h) + 16px);
}

.lp-noel-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.lp-noel-heading h2,
.lp-noel-quote__intro h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.lp-noel-card-grid,
.lp-noel-range-grid,
.lp-noel-gallery {
  display: grid;
  gap: 18px;
}

.lp-noel-card-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lp-noel-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-noel-card,
.lp-noel-range-card,
.lp-noel-gallery__item,
.lp-noel-form {
  border: 1px solid var(--lp-noel-line);
  border-radius: 8px;
  background: var(--lp-noel-white);
  box-shadow: 0 10px 26px rgba(45, 35, 28, 0.06);
}

.lp-noel-card {
  padding: 22px;
}

@media (hover: hover) and (pointer: fine) {
  .lp-noel-targets .lp-noel-card {
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  }

  .lp-noel-targets .lp-noel-card:hover {
    transform: translateY(-4px);
    border-color: rgba(181, 18, 27, 0.3);
    box-shadow: 0 14px 30px rgba(45, 35, 28, 0.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-noel-targets .lp-noel-card {
    transition: none;
  }

  .lp-noel-targets .lp-noel-card:hover {
    transform: none;
  }
}

.lp-noel-card h3,
.lp-noel-range-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.25;
}

.lp-noel-card p,
.lp-noel-range-card p,
.lp-noel-gallery__item figcaption,
.lp-noel-form__note {
  color: var(--lp-noel-muted);
  line-height: 1.55;
}

.lp-noel-card p,
.lp-noel-range-card p {
  margin: 0;
}

.lp-noel-range-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-noel-range-card {
  overflow: hidden;
}

.lp-noel-range-card img {
  aspect-ratio: 3 / 2;
}

.lp-noel-range-card__body {
  padding: 20px;
}

.lp-noel-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-noel-gallery__item {
  margin: 0;
  overflow: hidden;
}

.lp-noel-gallery__item img {
  aspect-ratio: 7 / 5;
}

.lp-noel-gallery__item figcaption {
  padding: 14px 16px 16px;
  font-weight: 700;
}

.lp-noel-tech-list {
  margin: 26px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lp-noel-tech-list li {
  grid-column: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  text-align: center;
  line-height: 1.35;
  text-wrap: balance;
  padding: 9px 13px;
  background: var(--lp-noel-white);
}

.lp-noel-tech-list li:nth-child(n + 5) {
  grid-column: auto;
}

@media (max-width: 640px) {
  .lp-noel-tech-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-noel-tech-list li,
  .lp-noel-tech-list li:nth-child(n + 5) {
    grid-column: auto;
  }

}

.lp-noel-quote__grid {
  align-items: start;
}

.lp-noel-form {
  padding: 26px;
}

.lp-noel-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lp-noel-field,
.lp-noel-fieldset,
.lp-noel-consent {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--lp-noel-ink);
  font-weight: 800;
}

.lp-noel-field input,
.lp-noel-field select,
.lp-noel-field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d8d0c7;
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--lp-noel-ink);
  background: var(--lp-noel-white);
  font: inherit;
  font-weight: 500;
}

.lp-noel-field textarea {
  resize: vertical;
}

.lp-noel-field input:focus,
.lp-noel-field select:focus,
.lp-noel-field textarea:focus {
  outline: 3px solid rgba(181, 18, 27, 0.16);
  border-color: var(--lp-noel-red);
}

.lp-noel-fieldset {
  border: 1px solid var(--lp-noel-line);
  border-radius: 8px;
  padding: 16px;
}

.lp-noel-fieldset legend {
  width: auto;
  padding: 0 8px;
  margin: 0;
  color: var(--lp-noel-ink);
  font-size: 1rem;
}

.lp-noel-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lp-noel-checkbox-grid label,
.lp-noel-consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-weight: 600;
  line-height: 1.4;
}

.lp-noel-checkbox-grid input,
.lp-noel-consent input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.lp-noel-form__submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.lp-noel-form__note {
  margin: 14px 0 0;
  font-size: 0.92rem;
  text-align: center;
}

.lp-noel-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 700;
}

.lp-noel-alert p,
.lp-noel-alert ul {
  margin-top: 0;
}

.lp-noel-alert ul {
  margin-bottom: 0;
}

.lp-noel-alert--success {
  color: #0f5132;
  background: #e9f7ef;
  border: 1px solid #badbcc;
}

.lp-noel-alert--error {
  color: #842029;
  background: #f8d7da;
  border: 1px solid #f5c2c7;
}

.lp-noel-field--error input,
.lp-noel-field--error select,
.lp-noel-field--error textarea,
.lp-noel-fieldset.lp-noel-field--error {
  border-color: var(--lp-noel-red);
}

.lp-noel-faq-anchor {
  height: 1px;
}

.lp-noel-footer {
  padding: 44px 0;
  border-top: 1px solid #e7e0d8;
  color: #f8f3ea;
  background: #202020;
}

.lp-noel-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 36px;
}

.lp-noel-footer p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.lp-noel-footer__title {
  color: #ffffff !important;
  font-weight: 900;
}

.lp-noel-footer a {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
  text-decoration: none;
}

.lp-noel-footer a:hover,
.lp-noel-footer a:focus {
  color: #ffffff;
}

@media (max-width: 1100px) {
  .lp-noel-header__nav {
    gap: 14px;
  }

  .lp-noel-card-grid--five,
  .lp-noel-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --lp-noel-header-h: 99px;
  }

  .lp-noel-header {
    backdrop-filter: none;
    background: #fffaf4;
  }

  .lp-noel-header__inner {
    flex-wrap: wrap;
    gap: 4px 16px;
    min-height: 0;
    padding: 8px 0 4px;
  }

  .lp-noel-header__nav {
    order: 3;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .lp-noel-header__nav::-webkit-scrollbar {
    display: none;
  }

  .lp-noel-header__nav a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
  }

  .lp-noel-header__cta,
  .lp-noel-header .lp-noel-header__cta.lp-noel-button--primary {
    height: 40px;
  }

  .lp-noel-hero__grid,
  .lp-noel-quote__grid {
    grid-template-columns: 1fr;
  }

  .lp-noel-trust__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-noel-trust__metric + .lp-noel-trust__metric {
    border-left: 0;
  }

  .lp-noel-trust__metric:nth-child(even) {
    border-left: 1px solid var(--lp-noel-line);
  }

  .lp-noel-trust__metric:nth-child(n + 3) {
    border-top: 1px solid var(--lp-noel-line);
  }

  .lp-noel-range-grid,
  .lp-noel-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-noel-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lp-noel-header__logo {
    max-width: 142px;
  }

  .lp-noel-header__logo img {
    height: 38px;
    max-width: 142px;
  }

  .lp-noel-header__cta {
    height: 40px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .lp-noel-header .lp-noel-header__cta.lp-noel-button--primary {
    height: 40px;
    padding: 0 14px;
    border-color: #b5121b;
    color: #ffffff;
    background: #b5121b;
  }

  .lp-noel-header__nav a {
    font-size: 0.86rem;
  }

  .lp-noel-page section {
    padding: 50px 0;
  }

  .lp-noel-container {
    width: min(100% - 24px, 1180px);
  }

  .lp-noel-hero h1 {
    font-size: 1.82rem;
  }

  .lp-noel-hero__actions,
  .lp-noel-section-action {
    display: grid;
  }

  .lp-noel-trust__metrics {
    grid-template-columns: 1fr;
  }

  .lp-noel-trust__metric:nth-child(even),
  .lp-noel-trust__metric:nth-child(n + 3) {
    border-left: 0;
  }

  .lp-noel-trust__metric + .lp-noel-trust__metric {
    border-top: 1px solid var(--lp-noel-line);
  }

  .lp-noel-trust__track span {
    flex-basis: 142px;
    height: 64px;
  }

  .lp-noel-card-grid--five,
  .lp-noel-card-grid--four,
  .lp-noel-range-grid,
  .lp-noel-gallery,
  .lp-noel-form__grid,
  .lp-noel-checkbox-grid {
    grid-template-columns: 1fr;
  }

  .lp-noel-form {
    padding: 20px;
  }

  .lp-noel-checkbox-grid label,
  .lp-noel-consent {
    align-items: center;
    min-height: 44px;
  }

  .lp-noel-checkbox-grid input,
  .lp-noel-consent input {
    width: 20px;
    height: 20px;
    margin-top: 0;
  }

  .lp-noel-field input,
  .lp-noel-field select,
  .lp-noel-field textarea {
    min-height: 48px;
    font-size: 16px;
  }
}

/* ---------------------------------------------------------------------------
   Formulaire : champ piège, messages d'erreur par champ
   --------------------------------------------------------------------------- */

/* Champ piège à robots : invisible et hors du parcours clavier, sans display:none
   (certains robots ignorent les champs masqués de cette façon). */
.lp-noel-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lp-noel-field__error {
  margin: 6px 0 0;
  color: #842029;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
}

.lp-noel-consent + .lp-noel-field__error {
  margin: -8px 0 16px;
}

.lp-noel-field--error > input,
.lp-noel-field--error > select,
.lp-noel-field--error > textarea {
  border-color: var(--lp-noel-red);
  background: #fffafa;
}

/* ---------------------------------------------------------------------------
   Page de remerciement
   --------------------------------------------------------------------------- */

.lp-noel-thanks {
  max-width: 720px;
}

.lp-noel-thanks h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.lp-noel-recap {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid var(--lp-noel-line);
  border-radius: 8px;
  background: var(--lp-noel-white);
  box-shadow: var(--lp-noel-shadow);
}

.lp-noel-recap h2 {
  margin: 0 0 18px;
  font-size: 1.15rem;
}

.lp-noel-recap dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.lp-noel-recap dl > div {
  display: grid;
  grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
  gap: 4px 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--lp-noel-line);
}

.lp-noel-recap dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.lp-noel-recap dt {
  color: var(--lp-noel-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.lp-noel-recap dd {
  margin: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .lp-noel-recap {
    padding: 18px;
  }

  .lp-noel-recap dl > div {
    grid-template-columns: 1fr;
  }
}
