@import url("/assets/article-global-enhancements.css");
@import url("/assets/article-readability.css");
@import url("/assets/article-scanability.css");
@import url("/assets/article-content-depth.css");
@import url("/assets/article-visual-guide.css");

:root {
  --article-pink: #e7789a;
  --article-pink-dark: #9d3159;
  --article-pink-pale: #fff0f4;
  --article-pink-line: #efb4c5;
}

/* Article depth and clinic consultation */
.article-depth-upgrade {
  margin: 34px 0;
  padding: 24px;
  border: 1px solid #f2b5ca;
  border-radius: 14px;
  background: #fff8fb;
}
.article-depth-upgrade h2 { margin-top: 0; }
.article-depth-upgrade h3 { margin: 26px 0 12px; font-size: 19px; }
.article-depth-upgrade .compare-table th { width: 120px; color: #a62f59; background: #ffe9f1; }
.medical-alert { padding: 16px 18px; border-left: 6px solid #df5f8c; border-radius: 8px; background: #fff; line-height: 1.9; }
.sakura-consult-cta {
  margin: 36px 0;
  padding: 28px;
  border: 2px solid #e66d99;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff 0%, #fff0f6 100%);
  box-shadow: 0 8px 0 #f6c2d4;
}
.sakura-consult-cta > span { color: #c53e70; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.sakura-consult-cta h2 { margin: 8px 0 10px; padding: 0; border: 0; background: none; font-size: 23px; }
.sakura-consult-cta p { margin: 0 0 18px; line-height: 1.9; }
.sakura-consult-cta > div { display: flex; flex-wrap: wrap; gap: 10px; }
.sakura-consult-cta a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 20px; border-radius: 999px; font-weight: 900; text-decoration: none; }
.sakura-cta-primary { color: #fff !important; background: #e34e83; border: 2px solid #e34e83; }
.sakura-cta-secondary { color: #9e3158 !important; background: #fff; border: 2px solid #e9a0ba; }
.sakura-consult-cta small { display: block; margin-top: 13px; color: #70636a; line-height: 1.6; }
@media (max-width: 640px) {
  .article-depth-upgrade, .sakura-consult-cta { padding: 18px 15px; margin: 24px 0; border-radius: 12px; }
  .sakura-consult-cta h2 { font-size: 20px; }
  .sakura-consult-cta a { width: 100%; }
}

@media (min-width: 961px) {
  .article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 32px;
    width: calc(100% - 40px);
    max-width: 1360px;
    align-items: start;
  }

  .article-reviewer-inline {
    display: none;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  .article-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    width: calc(100% - 28px);
  }
}

.article-main {
  min-width: 0;
  border: 3px solid var(--ink, #29272a);
  border-radius: 10px;
  box-shadow: 6px 6px 0 var(--ink, #29272a);
}

.article-main .article-tag {
  background: var(--article-pink);
  color: #fff;
}

.article-main .answer-box {
  display: block;
  margin: 20px 0;
  padding: 18px 20px;
  border: 3px solid var(--ink, #29272a);
  border-left-width: 8px;
  border-radius: 10px;
  background: #fff3f7;
  box-shadow: 4px 4px 0 var(--ink, #29272a);
  font-size: 15px;
  line-height: 1.85;
}

.article-infographic {
  width: min(100%, 760px);
  margin: 30px auto 38px;
  padding: 12px;
  border: 1px solid var(--article-pink-line);
  border-radius: 16px;
  background: #fffaf5;
}
.article-infographic img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}
.article-infographic figcaption {
  padding: 10px 4px 2px;
  color: #66545b;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.article-main .answer-box b {
  display: block;
  margin: 0 0 6px;
  color: #9d3159;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}

.article-main .article-lead {
  margin: 24px 0;
  padding: 18px 20px;
  border: 3px solid var(--ink, #29272a);
  border-radius: 10px;
  background: #fff3f7;
  font-size: 16px;
  line-height: 1.9;
}

.article-main .article-body {
  min-width: 0;
}

.article-main .article-body > h2,
.article-main > h2 {
  overflow-wrap: anywhere;
  border-left-color: #e7789a;
  background: #fff0f4;
  color: var(--ink, #29272a);
}

.article-main .article-body > h3,
.article-main > h3 {
  border-bottom-color: #f3b3c5;
  color: var(--ink, #29272a);
}

.article-main .compare-table th {
  background: #ffe5ed;
  color: #713047;
}

.article-main .compare-table td:first-child {
  color: #8f3153;
}

.article-main .faq summary {
  background: #fff2f6;
  color: var(--ink, #29272a);
}

.article-main .article-sources {
  border-color: var(--article-pink-line);
  background: #fff8fa;
}

.article-main .underline-marker {
  display: inline;
  padding: 0 .08em;
  color: inherit;
  font-weight: 800;
  background: linear-gradient(transparent 58%, #f7abc1 58%, #f7abc1 92%, transparent 92%);
}

.article-main .underline-marker.warning {
  background-image: linear-gradient(transparent 58%, #ffd17a 58%, #ffd17a 92%, transparent 92%);
}

.article-keypoints {
  margin: 26px 0 34px;
  padding: 24px;
  border: 2px solid #ef9db6;
  border-radius: 18px;
  background: #fff8fa;
  box-shadow: 6px 6px 0 #f8d5df;
}

.article-keypoints > span,
.article-chalkboard > span {
  display: inline-block;
  margin-bottom: 7px;
  color: #a62f59;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.article-keypoints h2 {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: clamp(21px, 3vw, 28px);
}

.article-keypoints ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-keypoints li {
  padding: 15px;
  border-radius: 12px;
  background: #fff;
}

.article-keypoints b,
.article-keypoints small {
  display: block;
}

.article-keypoints b { margin-bottom: 6px; color: #9d3159; }
.article-keypoints small { color: #66545b; font-size: 13px; line-height: 1.65; }

.chapter-takeaway {
  margin: 20px 0 34px;
  padding: 18px 20px;
  border-left: 7px solid #e7789a;
  border-radius: 0 12px 12px 0;
  background: #fff0f4;
}

.chapter-takeaway.is-warning { border-left-color: #e2a026; background: #fff8e7; }
.chapter-takeaway b { display: block; margin-bottom: 4px; color: #9d3159; }
.chapter-takeaway.is-warning b { color: #8a5a00; }
.chapter-takeaway p { margin: 0; line-height: 1.8; }

.article-chalkboard {
  margin: 34px 0 42px;
  padding: clamp(24px, 4vw, 38px);
  border: 9px solid #6e5039;
  border-radius: 10px;
  background: #184c3c;
  box-shadow: inset 0 0 0 2px #e8dbc8, 7px 8px 0 rgba(42, 32, 35, .18);
  color: #fffdf2;
}

.article-chalkboard > span { color: #ffd985; }
.article-chalkboard h2 {
  margin: 0 0 20px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 2px dashed rgba(255,255,255,.45);
  background: transparent;
  color: #fff;
  font-size: clamp(22px, 3.6vw, 31px);
}
.article-chalkboard > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.article-chalkboard p { margin: 0; padding: 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; line-height: 1.65; }
.article-chalkboard p b { display: block; margin-bottom: 5px; color: #ffd985; }
.article-chalkboard > strong { display: block; margin-top: 18px; color: #ffc2d3; text-align: center; }

.article-main .article-body p {
  line-height: 2;
}

.article-main .article-body p + p {
  margin-top: 1.15em;
}

.article-final-summary {
  margin: 48px 0 38px;
  overflow: hidden;
  border: 1px solid #edb2c4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(88, 52, 65, .12);
}

.article-final-summary-head {
  display: grid;
  place-items: center;
  padding: 18px 20px 15px;
  border-bottom: 1px solid #f1d6df;
  background: #fff8fa;
  color: #d95b83;
}

.article-final-summary-head svg { width: 46px; height: 38px; margin: 0 0 4px; padding: 2px; }
.article-final-summary-head b { color: #2f292b; font-size: 20px; }
.article-final-summary-head span { color: #c05a7b; font-size: 11px; letter-spacing: .14em; }

.article-final-summary-body { padding: clamp(22px, 4vw, 34px); }
.article-final-summary-body h2 {
  margin: 0 0 18px;
  padding: 0 12px 15px;
  border: 0;
  border-bottom: 1px solid #eadde1;
  background: transparent;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.65;
  text-align: center;
  overflow-wrap: anywhere;
}
.article-final-summary-body p { margin: 0 0 18px; line-height: 1.9; }
.article-final-summary-body ul { display: grid; gap: 9px; margin: 0 0 20px; padding: 0; list-style: none; }
.article-final-summary-body li { position: relative; padding: 11px 14px 11px 38px; border-radius: 9px; background: #fff2f6; font-weight: 700; }
.article-final-summary-body li::before { content: "✓"; position: absolute; left: 14px; color: #d95b83; font-weight: 900; }
.article-final-summary-body strong {
  display: block;
  padding: 13px 15px;
  border-left: 5px solid #e7789a;
  border-radius: 0 9px 9px 0;
  color: #3f3438;
  font-size: 14px;
  line-height: 1.85;
  background: #fff5f8;
}

@media (max-width: 680px) {
  .article-keypoints { padding: 19px 16px; }
  .article-keypoints ul,
  .article-chalkboard > div { grid-template-columns: 1fr; }
  .article-chalkboard { border-width: 6px; }
  .article-final-summary { margin-top: 38px; }
  .article-final-summary-head { padding: 15px 14px 12px; }
  .article-final-summary-head b { font-size: 18px; }
  .article-final-summary-body { padding: 20px 16px 24px; }
  .article-final-summary-body h2 { padding-inline: 0; font-size: 18px; text-align: left; }
}

.article-main .decision-axis li b,
.article-main .decision-flow > div > b,
.article-main .article-visual-guide figcaption b {
  background: var(--article-pink);
  color: #fff;
}

/* Use one intentional number badge; legacy CSS also generated a second counter. */
.article-main .decision-axis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 34px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.article-main .decision-axis > li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 82px;
  margin: 0;
  padding: 15px 18px;
  border: 1px solid var(--article-pink-line);
  border-radius: 12px;
  background: #fff5f8;
}
.article-main .decision-axis > li::before,
.article-main .decision-axis > li::after {
  content: none !important;
  display: none !important;
}
.article-main .decision-axis > li > b {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--article-pink);
  font: 900 14px/1 var(--font-sans, sans-serif);
  letter-spacing: 0;
}
.article-main .decision-axis > li > span {
  min-width: 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.article-main .decision-axis > li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.article-main .plain-language,
.article-main .next-action-panel,
.article-main .checkpoint-panel {
  border-color: var(--article-pink-line);
  background: #fff8fa;
}

.article-main .plain-language > b,
.article-main .next-action-panel b {
  color: var(--article-pink-dark);
}

.article-reviewer-inline {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 16px 0 22px;
  padding: 12px 14px;
  border: 2px solid var(--article-pink-line);
  border-radius: 12px;
  background: var(--article-pink-pale);
}

.article-reviewer-inline > img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: center top;
  border: 2px solid #2b292b;
  border-radius: 50%;
}

.article-reviewer-inline > span {
  display: block;
  min-width: 0;
}

.article-reviewer-inline small,
.article-reviewer-inline b,
.article-reviewer-inline em {
  display: block;
}

.article-reviewer-inline small {
  color: var(--article-pink-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.article-reviewer-inline b {
  margin-top: 1px;
  font-size: 15px;
  font-weight: 900;
}

.article-reviewer-inline em {
  color: #6f6267;
  font-size: 10px;
  font-style: normal;
  line-height: 1.55;
}

.article-reviewer-inline > a {
  padding: 7px 10px;
  border: 2px solid #2b292b;
  border-radius: 999px;
  background: #fff;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.article-side {
  display: block;
  min-width: 0;
}

@media (min-width: 961px) {
  .article-side {
    position: sticky;
    top: 18px;
    align-self: start;
    max-height: calc(100vh - 36px);
    padding: 0 7px 5px 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: var(--article-pink) #f8e8ed;
    scrollbar-width: thin;
  }

  .article-side::-webkit-scrollbar {
    width: 8px;
  }

  .article-side::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #f8e8ed;
  }

  .article-side::-webkit-scrollbar-thumb {
    border: 2px solid #f8e8ed;
    border-radius: 999px;
    background: var(--article-pink);
  }
}

.article-side-reviewer,
.article-side-toc,
.article-side-themes,
.article-side-featured {
  flex: 0 0 auto;
  margin: 0 0 18px;
  padding: 0;
  overflow: hidden;
  border: 3px solid var(--ink, #29272a);
  border-radius: 9px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--ink, #29272a);
}

.article-side-toc { order: 1; }
.article-side-featured { order: 2; }
.article-side-themes { order: 3; }
.article-side-reviewer { order: 4; }

@media (min-width: 961px) {
  .article-side {
    display: flex;
    flex-direction: column;
  }
}

.article-side-reviewer {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 5px 13px;
  padding: 16px;
  text-align: left;
}

.article-side-reviewer > span {
  grid-column: 1 / -1;
  margin: -16px -16px 10px;
  padding: 9px 14px;
  border-bottom: 3px solid var(--ink, #29272a);
  background: var(--article-pink);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.article-side-reviewer > img {
  grid-row: 2 / 6;
  width: 72px;
  height: 72px;
  margin: 0;
  object-fit: cover;
  object-position: center top;
  border: 3px solid #2b292b;
  border-radius: 50%;
}

.article-side-reviewer > b,
.article-side-reviewer > small {
  display: block;
}

.article-side-reviewer > b {
  font-size: 15px;
  font-weight: 900;
}

.article-side-reviewer > small {
  margin: 0;
  color: #71656a;
  font-size: 10.5px;
  line-height: 1.55;
}

.article-side-reviewer > a {
  grid-column: 2;
  width: fit-content;
  padding: 2px 0;
  border-bottom: 2px solid var(--article-pink);
  color: var(--article-pink-dark);
  font-size: 11px;
  font-weight: 900;
}

.article-side-toc > b,
.article-side-themes > b,
.article-side-featured > b {
  display: block;
  margin: 0;
  padding: 11px 14px;
  border-bottom: 3px solid var(--ink, #29272a);
  background: var(--article-pink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.article-side-featured > a {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 11px;
  border-bottom: 2px solid #f1dce3;
  color: #41383b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.article-side-featured > a:last-child {
  border-bottom: 0;
}

.article-side-featured > a:hover {
  background: #fff3f7;
}

.article-side-featured img {
  width: 82px;
  height: 54px;
  object-fit: cover;
  border: 2px solid var(--ink, #29272a);
  border-radius: 5px;
}

.article-side-toc {
  counter-reset: article-toc;
}

.article-side-toc > a,
.article-side-themes > a {
  display: block;
  padding: 11px 14px;
  border-bottom: 2px solid #f1dce3;
  color: #41383b;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.6;
}

.article-side-toc > a {
  counter-increment: article-toc;
  padding-left: 44px;
  position: relative;
}

.article-side-toc > a::before {
  content: counter(article-toc, decimal-leading-zero);
  position: absolute;
  top: 11px;
  left: 13px;
  color: var(--article-pink-dark);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.article-side-toc > a:last-child,
.article-side-themes > a:last-child {
  border-bottom: 0;
}

.article-side-toc > a:hover,
.article-side-themes > a:hover {
  color: var(--article-pink-dark);
  background: #fff8fa;
}

.article-main .related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 34px;
}

.article-main .related > a {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  min-width: 0;
  min-height: 94px;
  padding: 0;
  overflow: hidden;
  border: 2px solid #e9a2b7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 3px 3px 0 #f4c5d2;
  color: var(--ink, #29272a);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}

.article-main .related > a:hover {
  border-color: #cf6687;
  background: #fff8fa;
  box-shadow: 1px 1px 0 #f4c5d2;
  transform: translate(2px, 2px);
}

.article-main .related > a > img {
  width: 116px;
  height: 100%;
  min-height: 94px;
  object-fit: cover;
  border-right: 2px solid #e9a2b7;
}

.article-main .related > a > span {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 12px 13px;
  overflow-wrap: anywhere;
}

.article-main .editor-comment {
  position: relative;
  margin: 28px 0;
  padding: 20px 22px;
  border: 2px solid #e7cfaa;
  border-left: 7px solid #e7a4b8;
  border-radius: 10px;
  background: #fffaf0;
  color: var(--ink, #29272a);
  font-size: 14px;
  line-height: 1.9;
}

.article-main .editor-comment::before {
  content: none;
}

.article-main .editor-comment > b {
  display: block;
  width: fit-content;
  margin: 0 0 10px;
  padding: 3px 10px;
  border: 2px solid var(--ink, #29272a);
  border-radius: 999px;
  background: #f5a9be;
  color: var(--ink, #29272a);
  font-size: 12px;
  font-weight: 900;
}

.article-main .editor-comment > p {
  margin: 0;
}

/* Remove the legacy green article palette from every reusable content block. */
.article-main p strong,
.article-main li strong,
.article-main td strong,
.article-main .evidence-highlight {
  text-decoration-color: #f3b3c5;
}

.article-main .optimized-deep-dive,
.article-main .decision-flow,
.article-main .medication-visual,
.article-main .visit-memo,
.article-main .summary-answer,
.article-main .decision-axis li,
.article-main .checkpoint-panel,
.article-main .editorial-summary,
.article-main .article-action,
.article-main .real-voices .voice-card,
.article-main .real-voices .voice-item > .post-reading {
  border-color: var(--article-pink-line);
  background: #fff5f8;
}

.article-main .optimized-deep-dive .section-eyebrow,
.article-main .summary-answer b,
.article-main .real-voices .voice-label,
.article-main .real-voices .post-reading span,
.article-main .checkpoint-panel b::before,
.article-main .editorial-summary-header small,
.article-main .decision-flow-header small,
.article-main .decision-axis b,
.article-main .visit-memo li::marker {
  color: var(--article-pink-dark);
}

.article-main .decision-flow > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  column-gap: 14px;
  min-height: 132px;
  padding: 18px;
  border-top-color: var(--article-pink);
  background: #fff0f4;
}

.article-main .decision-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.article-main .decision-flow b {
  position: static;
  grid-row: 1;
  grid-column: 1;
  width: 38px;
  height: 38px;
  margin: 0;
  font-size: 16px;
}

.article-main .decision-flow span {
  grid-row: 1;
  grid-column: 2;
  min-width: 0;
  font-size: 15px;
  line-height: 1.8;
}

.article-main .decision-flow strong {
  margin: 0 0 7px;
  padding: 0;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.5;
}

.article-main .decision-flow > div:not(:last-child)::after {
  content: none;
}

.article-main .decision-flow strong,
.article-main .decision-flow-header b {
  color: var(--ink, #29272a);
}

.article-main .medication-cards > div,
.article-main .evidence-cards article,
.article-main .real-voices blockquote {
  border-color: var(--article-pink-line);
  background: #fff7f9;
}

.article-main .medication-cards span,
.article-main .evidence-card-body b {
  color: var(--article-pink-dark);
}

.article-main .evidence-cards article:nth-child(1),
.article-main .evidence-cards article:nth-child(2),
.article-main .evidence-cards article:nth-child(3) {
  border-left-color: var(--article-pink);
}

.article-main .evidence-card-head,
.article-main .evidence-cards article:nth-child(2) .evidence-card-head,
.article-main .evidence-cards article:nth-child(3) .evidence-card-head,
.article-main .editorial-summary-header,
.article-main .checkpoint-panel b,
.article-main .article-qa summary {
  background: #ffeaf0;
}

.article-main .evidence-card-head span,
.article-main .article-qa summary::before,
.article-main .comparison-matrix th:first-child,
.article-main .comparison-matrix td:first-child,
.article-main .article-action a,
.article-mobile-action a {
  background: var(--article-pink);
  color: #fff;
}

.article-main .article-qa .qa-answer::before {
  border-color: var(--article-pink);
  color: var(--article-pink-dark);
}

.article-main .editorial-takeaway,
.article-main .next-action-panel {
  background: #432d36;
}

.article-main .editorial-takeaway b {
  color: #ffc7d7;
}

.article-main .next-action-panel a {
  color: var(--article-pink-dark);
}

.article-main .next-action-panel a:hover {
  background: #ffe8ef;
}

.article-main .article-action a {
  box-shadow: 0 3px 0 #9d3159;
}

.article-main .article-visual-guide figure {
  border-color: var(--article-pink-line);
  background: #fff5f8;
}

.article-main .article-visual-guide figcaption {
  color: #5e414b;
}

.article-main .real-voices .post-avatar {
  background: #ffe5ed;
  color: var(--article-pink-dark);
}

@media (max-width: 640px) {
  .article-main .decision-axis {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .article-main .decision-axis > li,
  .article-main .decision-axis > li:last-child:nth-child(odd) {
    grid-column: auto;
    min-height: 68px;
    padding: 12px 14px;
  }

  .article-main .decision-axis > li > span {
    font-size: 15px;
  }

  .article-main .decision-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .article-main .decision-flow > div {
    min-height: 0;
    padding: 15px;
  }

  .article-main .answer-box,
  .article-main .article-lead {
    margin: 16px 0;
    padding: 14px 15px;
    border-width: 2px;
    box-shadow: 3px 3px 0 var(--ink, #29272a);
    font-size: 14px;
  }

  .article-main .editor-comment {
    padding: 16px 15px;
  }

  .article-main .related {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .article-main .related > a {
    grid-template-columns: 100px minmax(0, 1fr);
    min-height: 82px;
    font-size: 13px;
  }

  .article-main .related > a > img {
    width: 100px;
    min-height: 82px;
  }

  .article-main .related > a > span {
    padding: 10px 11px;
  }
}

@media (max-width: 960px) {
  .article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .article-side {
    display: none;
  }
}

@media (max-width: 520px) {
  .article-reviewer-inline {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    padding: 11px;
  }

  .article-reviewer-inline > img {
    width: 50px;
    height: 50px;
  }

  .article-reviewer-inline > a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .article-side-toc,
  .article-side-themes {
    padding: 15px;
  }
}

/* Shared editorial typography for every current and future medical article. */
.article-main { color: #382f33; font-size: 16px; letter-spacing: .012em; }
.article-main > h1 { color: #272326; font-size: clamp(27px, 3.2vw, 40px); line-height: 1.42; letter-spacing: .01em; }
.article-main .article-body > h2,
.article-main > h2 { margin-top: clamp(38px, 6vw, 58px); padding: 15px 18px; border-left: 7px solid #e7789a; border-radius: 0 10px 10px 0; color: #2f292c; font-size: clamp(21px, 2.5vw, 27px); line-height: 1.55; }
.article-main .article-body > h3,
.article-main > h3 { margin-top: 30px; padding-bottom: 8px; color: #49363e; font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.article-main .article-body > p,
.article-main .article-body > ul,
.article-main .article-body > ol { color: #453a3f; font-size: clamp(15px, 1.45vw, 17px); }
.article-main .article-body > p { margin-block: 17px; line-height: 2.05; }
.article-main .article-body p strong,
.article-main .article-body li strong,
.article-main .answer-box p strong,
.article-main .article-lead p strong { display: inline; padding: 0 .08em; color: #332a2e; font-weight: 900; line-height: inherit; text-decoration: none; background: linear-gradient(transparent 59%, #ffc4d5 59%, #ffc4d5 91%, transparent 91%); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.article-main .is-warning p strong,
.article-main .warning-box p strong,
.article-main .caution p strong { background-image: linear-gradient(transparent 59%, #ffd77e 59%, #ffd77e 91%, transparent 91%); }
.article-main .caption,
.article-main figcaption,
.article-main .article-meta { color: #75656c; font-size: 13px; }

@media (max-width: 680px) {
  .article-main { font-size: 15px; }
  .article-main > h1 { font-size: 27px; line-height: 1.5; }
  .article-main .article-body > h2,
  .article-main > h2 { padding: 13px 14px; font-size: 21px; }
  .article-main .article-body > p { line-height: 1.95; }
}

/* Long-form decision guide used to deepen short medical articles. */
.article-editorial-depth { margin: clamp(36px, 6vw, 58px) 0; color: #453a3f; }
.article-editorial-depth > header { margin-bottom: 30px; padding: clamp(20px, 4vw, 30px); border: 2px solid #efb4c5; border-radius: 16px; background: linear-gradient(135deg, #fff 0%, #fff1f6 100%); box-shadow: 5px 5px 0 #f5cad8; }
.article-editorial-depth > header > span { color: #b53a66; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.article-editorial-depth > header > h2 { margin: 8px 0 10px; padding: 0; border: 0; background: none; color: #2f292c; font-size: clamp(21px, 2.4vw, 27px); line-height: 1.55; }
.article-editorial-depth > header > p,
.article-editorial-depth > p { color: #453a3f; font-size: clamp(15px, 1.45vw, 17px); line-height: 2; }
.article-editorial-depth > h2,
.article-related-inline > h2 { margin-top: clamp(36px, 5vw, 50px); padding: 14px 17px; border-left: 7px solid #e7789a; border-radius: 0 10px 10px 0; background: #fff2f6; color: #2f292c; font-size: clamp(20px, 2.3vw, 25px); line-height: 1.55; }
.article-check-list { display: grid; gap: 10px; margin: 20px 0 30px; padding: 0; list-style: none; }
.article-check-list > li { position: relative; padding: 13px 16px 13px 46px; border: 1px solid #efc2d0; border-radius: 10px; background: #fffafb; line-height: 1.75; }
.article-check-list > li::before { position: absolute; top: 13px; left: 15px; color: #d84f7e; font-weight: 900; content: "✓"; }
.article-related-inline { margin-top: 38px; }
.article-related-inline > ul { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.article-related-inline a { display: block; padding: 14px 16px; border: 2px solid #332e31; border-radius: 9px; color: #332e31; background: #fff; box-shadow: 3px 3px 0 #f3b8ca; font-weight: 800; line-height: 1.65; text-decoration: none; }
.article-related-inline a:hover,
.article-related-inline a:focus-visible { color: #9d3159; background: #fff4f7; }
.article-decision-faq { margin-top: 42px; }
.article-decision-faq > h2 { padding: 14px 17px; border-left: 7px solid #e7789a; border-radius: 0 10px 10px 0; background: #fff2f6; color: #2f292c; font-size: clamp(20px, 2.3vw, 25px); }
.article-decision-faq dl { display: grid; gap: 14px; margin: 18px 0 0; }
.article-decision-faq dl > div { overflow: hidden; border: 1px solid #efc2d0; border-radius: 11px; background: #fff; }
.article-decision-faq dt { padding: 13px 16px; color: #7f2949; background: #fff0f5; font-weight: 900; line-height: 1.65; }
.article-decision-faq dd { margin: 0; padding: 14px 16px; color: #453a3f; font-size: clamp(15px, 1.4vw, 16px); line-height: 1.9; }
.article-takeaway-note { margin-top: 36px; padding: 20px 22px; border: 2px solid #332e31; border-left: 8px solid #e7789a; border-radius: 10px; background: #fff9fb; box-shadow: 4px 4px 0 #f2bed0; }
.article-takeaway-note > h2 { margin: 0 0 12px; padding: 0; border: 0; background: none; color: #2f292c; font-size: clamp(19px, 2.1vw, 23px); }
.article-takeaway-note > p { margin: 10px 0 0; color: #453a3f; font-size: clamp(15px, 1.4vw, 16px); line-height: 1.95; }

@media (max-width: 680px) {
  .article-editorial-depth > header { padding: 18px 15px; border-radius: 12px; box-shadow: 3px 3px 0 #f5cad8; }
  .article-editorial-depth > header > h2 { font-size: 21px; }
  .article-editorial-depth > h2,
  .article-related-inline > h2 { padding: 12px 13px; font-size: 20px; }
  .article-check-list > li { padding: 12px 12px 12px 42px; }
}
