.clean-editorial {
  --article-blue: #0b63ff;
  --article-orange: #ff5f1a;
  --article-ink: #080914;
  --article-muted: #555967;
  --article-line: rgba(8, 9, 20, 0.14);
  max-width: 1180px;
  margin: 18px auto 0;
  gap: 0;
}

.clean-editorial .nutrition-share-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(380px, 1.28fr);
  align-items: center;
  gap: clamp(30px, 5vw, 72px);
  padding: clamp(32px, 5vw, 72px) 0 clamp(42px, 6vw, 88px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.clean-editorial .nutrition-share-cover {
  order: 2;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 0;
  background: #edf3ff;
  box-shadow: none;
}

.clean-editorial .nutrition-share-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
}

.clean-editorial .nutrition-share-copy {
  order: 1;
  max-width: 460px;
  gap: 18px;
}

.clean-editorial .nutrition-share-pill {
  width: fit-content;
  min-height: 26px;
  padding: 5px 10px;
  border: 0;
  border-radius: 8px;
  background: #dff0ff;
  color: var(--article-blue);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.clean-editorial h1 {
  max-width: none;
  margin: 0;
  color: var(--article-ink);
  font-size: clamp(2rem, 3.7vw, 3.25rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.clean-editorial .nutrition-share-copy > p:not(.nutrition-share-pill) {
  max-width: 42rem;
  color: #171923;
  font-size: 1rem;
  line-height: 1.55;
}

.clean-editorial .legal-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.clean-editorial .legal-article-meta span {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111321;
  font-size: 0.78rem;
  font-weight: 650;
}

.clean-editorial .nutrition-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.clean-editorial .nutrition-share-actions .button,
.clean-editorial .nutrition-share-cta .button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.92rem;
}

.nutrition-share.legal-article.clean-editorial .legal-article-section {
  display: block;
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 36px 0;
  border: 0;
  border-top: 1px solid var(--article-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nutrition-share.legal-article.clean-editorial .legal-article-section > div {
  margin-bottom: 14px;
}

.nutrition-share.legal-article.clean-editorial .legal-article-section .nutrition-share-pill {
  margin-bottom: 12px;
  background: #fff1e9;
  color: var(--article-orange);
}

.nutrition-share.legal-article.clean-editorial .legal-article-section h2 {
  max-width: none;
  margin: 0;
  color: var(--article-ink);
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.nutrition-share.legal-article.clean-editorial .legal-article-section p {
  max-width: none;
  color: var(--article-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.clean-editorial > .nutrition-share-section:not(.legal-article-section):not(.nutrition-share-simple) {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 18px 0 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.clean-editorial > .nutrition-share-section:not(.legal-article-section):not(.nutrition-share-simple) .nutrition-share-cover {
  width: 100%;
}

.nutrition-share.legal-article.clean-editorial .nutrition-share-simple {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(240px, 320px);
  width: min(100%, 1180px);
  margin: 0 auto;
  gap: clamp(34px, 6vw, 76px);
  padding: 38px 0;
  border: 0;
  border-top: 1px solid var(--article-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nutrition-share.legal-article.clean-editorial .nutrition-share-simple h2 {
  max-width: none;
  margin: 0;
  color: var(--article-ink);
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.nutrition-share.legal-article.clean-editorial .nutrition-share-simple .nutrition-share-pill {
  margin-bottom: 12px;
  background: #f2f5ff;
  color: var(--article-blue);
}

.clean-editorial .nutrition-share-proof {
  display: grid;
  gap: 0;
}

.clean-editorial .nutrition-share-proof a {
  display: block;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(8, 9, 20, 0.12);
  border-radius: 0;
  background: transparent;
  color: #0068d9;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.clean-editorial .nutrition-share-proof a:hover {
  color: var(--article-orange);
}

.clean-editorial .nutrition-share-cta {
  width: min(100%, 760px);
  margin: 0 auto 44px;
  padding: 38px 0 0;
  border: 0;
  border-top: 1px solid var(--article-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  justify-items: start;
}

.clean-editorial .nutrition-share-cta .nutrition-share-pill {
  background: #fff1e9;
  color: var(--article-orange);
}

.clean-editorial .nutrition-share-cta h2 {
  margin: 0;
  color: var(--article-ink);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.clean-editorial .nutrition-share-cta p:not(.nutrition-share-pill) {
  max-width: 42rem;
  color: var(--article-muted);
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .clean-editorial {
    max-width: calc(100% - 32px);
    margin-top: 12px;
  }

  .clean-editorial .nutrition-share-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px 0 36px;
  }

  .clean-editorial .nutrition-share-copy,
  .clean-editorial .nutrition-share-cover {
    order: initial;
    max-width: none;
  }

  .clean-editorial h1 {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .nutrition-share.legal-article.clean-editorial .nutrition-share-simple {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 0;
  }
}

@media (max-width: 560px) {
  .clean-editorial {
    max-width: calc(100% - 24px);
  }

  .clean-editorial .nutrition-share-hero {
    padding-top: 12px;
  }

  .clean-editorial h1 {
    font-size: clamp(1.85rem, 10.5vw, 2.65rem);
    letter-spacing: -0.03em;
  }

  .clean-editorial .nutrition-share-copy > p:not(.nutrition-share-pill),
  .clean-editorial .legal-article-section p,
  .clean-editorial .nutrition-share-cta p:not(.nutrition-share-pill) {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .clean-editorial .nutrition-share-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .clean-editorial .nutrition-share-actions .button,
  .clean-editorial .nutrition-share-cta .button {
    width: 100%;
  }

  .nutrition-share.legal-article.clean-editorial .legal-article-section {
    padding: 30px 0;
  }

  .clean-editorial .nutrition-share-cover,
  .clean-editorial .nutrition-share-cover img {
    border-radius: 14px;
  }
}
