/* Text reverse converter body salary-family fresh rewrite article, 2026-06-17. */
body.postid-1734 .entry-content > article.roberin-article-body.text-reverse-body-article,
body.postid-1734 .site-main article.roberin-article-body.text-reverse-body-article,
article.roberin-article-body.text-reverse-body-article {
  --tr-body-paper: #f8efe2;
  --tr-body-card: #fffaf1;
  --tr-body-card-strong: #f4e4c9;
  --tr-body-ink: #34281f;
  --tr-body-muted: #69513f;
  --tr-body-line: #6b5745;
  --tr-body-line-soft: rgba(107, 87, 69, .38);
  --tr-body-grid: rgba(107, 87, 69, .06);
  --tr-body-green: #e2edd8;
  --tr-body-blue: #dbeaf0;
  --tr-body-amber: #f7df9d;
  --tr-body-shadow: 5px 5px 0 rgba(82, 65, 50, .2);
  --tr-body-shadow-tight: 3px 3px 0 rgba(82, 65, 50, .16);

  box-sizing: border-box;
  width: min(calc(100% - 32px), 980px);
  margin: 34px auto 42px;
  padding: 28px;
  color: var(--tr-body-ink);
  background-color: var(--tr-body-paper);
  background-image:
    linear-gradient(var(--tr-body-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--tr-body-grid) 1px, transparent 1px);
  background-size: 22px 22px;
  border: 2px solid var(--tr-body-line);
  border-radius: 0;
  box-shadow: var(--tr-body-shadow);
  letter-spacing: 0;
}

.text-reverse-body-article,
.text-reverse-body-article *,
.text-reverse-body-article *::before,
.text-reverse-body-article *::after {
  box-sizing: border-box;
}

.text-reverse-body-article__hero,
.text-reverse-body-article__section {
  position: relative;
}

.text-reverse-body-article__hero {
  padding: 2px 0 24px;
}

.text-reverse-body-article__section {
  padding: 27px 0 0;
}

.text-reverse-body-article__section + .text-reverse-body-article__section {
  margin-top: 30px;
  border-top: 1px dashed var(--tr-body-line-soft);
}

.text-reverse-body-article__kicker {
  display: inline-grid;
  min-height: 28px;
  margin: 0 0 12px;
  padding: 5px 9px 4px;
  place-items: center;
  color: var(--tr-body-ink);
  background: var(--tr-body-amber);
  border: 1px solid var(--tr-body-line);
  border-radius: 0;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, .15);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0;
}

.text-reverse-body-article h2,
.text-reverse-body-article h3 {
  color: var(--tr-body-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  letter-spacing: 0;
}

.text-reverse-body-article h2 {
  max-width: 860px;
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.24;
}

.text-reverse-body-article h3 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.34;
}

.text-reverse-body-article p,
.text-reverse-body-article li,
.text-reverse-body-article summary {
  font-size: 15px;
  line-height: 1.72;
  letter-spacing: 0;
}

.text-reverse-body-article p {
  max-width: 760px;
  margin: 13px 0 0;
  color: var(--tr-body-muted);
}

.text-reverse-body-article strong {
  color: var(--tr-body-ink);
  font-weight: 950;
}

.text-reverse-body-article__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 19px 0 0;
}

.text-reverse-body-article__nav a {
  display: inline-grid;
  min-height: 34px;
  padding: 7px 12px 6px;
  place-items: center;
  color: var(--tr-body-ink);
  background-color: var(--tr-body-card);
  border: 1px solid var(--tr-body-line);
  border-radius: 0;
  box-shadow: var(--tr-body-shadow-tight);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: 0;
}

.text-reverse-body-article__nav a:hover,
.text-reverse-body-article__nav a:focus-visible {
  transform: translate(-1px, -1px);
  outline: 2px solid var(--tr-body-amber);
  outline-offset: 2px;
}

.text-reverse-body-article__grid,
.text-reverse-body-article__formula-grid,
.text-reverse-body-article__walkthrough {
  display: grid;
  width: 100%;
  gap: 10px;
  margin: 17px 0 0;
}

.text-reverse-body-article__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.text-reverse-body-article__formula-grid,
.text-reverse-body-article__walkthrough {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.text-reverse-body-article__card,
.text-reverse-body-article__formula,
.text-reverse-body-article__walk-step,
.text-reverse-body-article__notice,
.text-reverse-body-article__faq-list details {
  color: var(--tr-body-ink);
  background-color: var(--tr-body-card);
  border: 1px solid var(--tr-body-line);
  border-radius: 0;
  box-shadow: var(--tr-body-shadow-tight);
}

.text-reverse-body-article__card,
.text-reverse-body-article__formula,
.text-reverse-body-article__walk-step {
  min-width: 0;
  padding: 16px 16px 15px;
}

.text-reverse-body-article__card p,
.text-reverse-body-article__formula p,
.text-reverse-body-article__walk-step p,
.text-reverse-body-article__notice p {
  max-width: none;
  margin-top: 7px;
}

.text-reverse-body-article__card span,
.text-reverse-body-article__formula span,
.text-reverse-body-article__walk-step span {
  display: block;
  margin-bottom: 8px;
  color: var(--tr-body-muted);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.25;
}

.text-reverse-body-article__formula {
  background-color: var(--tr-body-blue);
}

.text-reverse-body-article__walk-step {
  background-color: var(--tr-body-green);
}

.text-reverse-body-article__walk-step code {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 9px 10px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  color: var(--tr-body-ink);
  background: rgba(255, 250, 241, .74);
  border: 1px solid var(--tr-body-line-soft);
  border-radius: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0;
}

.text-reverse-body-article__notice {
  margin: 18px 0 0;
  padding: 16px;
  background-color: var(--tr-body-amber);
}

.text-reverse-body-article__steps,
.text-reverse-body-article__checklist {
  display: grid;
  gap: 9px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: text-reverse-step;
}

.text-reverse-body-article__steps > li,
.text-reverse-body-article__checklist > li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 12px 13px;
  color: var(--tr-body-muted);
  background: rgba(255, 250, 241, .74);
  border: 1px solid var(--tr-body-line-soft);
  border-radius: 0;
}

.text-reverse-body-article__steps > li {
  counter-increment: text-reverse-step;
}

.text-reverse-body-article__steps > li::before {
  content: counter(text-reverse-step);
}

.text-reverse-body-article__checklist > li::before {
  content: "";
}

.text-reverse-body-article__steps > li::before,
.text-reverse-body-article__checklist > li::before {
  display: inline-grid;
  align-self: center;
  width: 26px;
  height: 26px;
  margin-top: 0;
  place-items: center;
  color: var(--tr-body-ink);
  background: var(--tr-body-amber);
  border: 1px solid var(--tr-body-line);
  border-radius: 0;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.text-reverse-body-article__li-text {
  display: block;
  min-width: 0;
}

.text-reverse-body-article__faq-list {
  display: grid;
  gap: 10px;
  margin: 17px 0 0;
}

.text-reverse-body-article__faq-list details {
  overflow: hidden;
}

.text-reverse-body-article__faq-list summary {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 14px 16px;
  color: var(--tr-body-ink);
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

.text-reverse-body-article__faq-list summary::-webkit-details-marker {
  display: none;
}

.text-reverse-body-article__faq-list summary::marker {
  content: "";
}

.text-reverse-body-article__faq-list summary::before {
  content: "+";
  display: inline-grid;
  align-self: center;
  width: 26px;
  height: 26px;
  margin-top: 0;
  place-items: center;
  color: var(--tr-body-ink);
  background-color: var(--tr-body-amber);
  border: 1px solid var(--tr-body-line);
  border-radius: 0;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.text-reverse-body-article__faq-list details[open] summary::before {
  content: "-";
}

.text-reverse-body-article__faq-list details p {
  max-width: none;
  margin: 0;
  padding: 0 16px 16px 56px;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) article.roberin-article-body.text-reverse-body-article,
body:is([data-theme="dark"], .dark-mode) article.roberin-article-body.text-reverse-body-article {
  --tr-body-paper: #2b2119;
  --tr-body-card: #33271d;
  --tr-body-card-strong: #241c15;
  --tr-body-ink: #f7ebd8;
  --tr-body-muted: #ead8bd;
  --tr-body-line: #a98b6b;
  --tr-body-line-soft: rgba(169, 139, 107, .42);
  --tr-body-grid: rgba(229, 196, 139, .055);
  --tr-body-green: #344a32;
  --tr-body-blue: #233c43;
  --tr-body-amber: #5a461e;
  --tr-body-shadow: 5px 5px 0 rgba(0, 0, 0, .32);
  --tr-body-shadow-tight: 3px 3px 0 rgba(0, 0, 0, .28);
}

@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] article.roberin-article-body.text-reverse-body-article {
    --tr-body-paper: #2b2119;
    --tr-body-card: #33271d;
    --tr-body-card-strong: #241c15;
    --tr-body-ink: #f7ebd8;
    --tr-body-muted: #ead8bd;
    --tr-body-line: #a98b6b;
    --tr-body-line-soft: rgba(169, 139, 107, .42);
    --tr-body-grid: rgba(229, 196, 139, .055);
    --tr-body-green: #344a32;
    --tr-body-blue: #233c43;
    --tr-body-amber: #5a461e;
    --tr-body-shadow: 5px 5px 0 rgba(0, 0, 0, .32);
    --tr-body-shadow-tight: 3px 3px 0 rgba(0, 0, 0, .28);
  }
}

@media (max-width: 760px) {
  article.roberin-article-body.text-reverse-body-article {
    width: min(calc(100% - 24px), 980px);
    margin-top: 26px;
    padding: 22px;
  }

  .text-reverse-body-article__grid,
  .text-reverse-body-article__formula-grid,
  .text-reverse-body-article__walkthrough {
    grid-template-columns: 1fr;
  }

  .text-reverse-body-article h2 {
    font-size: 24px;
    line-height: 1.28;
  }
}

@media (max-width: 520px) {
  article.roberin-article-body.text-reverse-body-article {
    width: min(calc(100% - 18px), 980px);
    margin-top: 22px;
    padding: 18px;
    box-shadow: 4px 4px 0 rgba(82, 65, 50, .18);
  }

  .text-reverse-body-article__section {
    padding-top: 24px;
  }

  .text-reverse-body-article__section + .text-reverse-body-article__section {
    margin-top: 26px;
  }

  .text-reverse-body-article__nav {
    gap: 7px;
  }

  .text-reverse-body-article__nav a {
    min-height: 32px;
    padding: 7px 10px 6px;
  }

  .text-reverse-body-article p,
  .text-reverse-body-article li,
  .text-reverse-body-article summary {
    font-size: 14px;
  }

  .text-reverse-body-article__card,
  .text-reverse-body-article__formula,
  .text-reverse-body-article__walk-step,
  .text-reverse-body-article__notice {
    padding: 14px;
  }

  .text-reverse-body-article__steps > li,
  .text-reverse-body-article__checklist > li,
  .text-reverse-body-article__faq-list summary {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-reverse-body-article__faq-list details p {
    padding: 0 12px 14px 49px;
  }
}

@media (max-width: 390px) {
  article.roberin-article-body.text-reverse-body-article {
    width: min(calc(100% - 16px), 980px);
    padding: 16px;
  }

  .text-reverse-body-article h2 {
    font-size: 22px;
  }

  .text-reverse-body-article__steps > li,
  .text-reverse-body-article__checklist > li {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.entry-content article.roberin-article-body.text-reverse-body-article,
article.roberin-article-body.text-reverse-body-article {
  width: min(calc(100% - 32px), 980px) !important;
  max-width: 980px !important;
  padding: 28px !important;
  background-color: var(--tr-body-paper) !important;
  border: 2px solid var(--tr-body-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--tr-body-shadow) !important;
}

article.roberin-article-body.text-reverse-body-article h2,
article.roberin-article-body.text-reverse-body-article h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tr-body-ink) !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

article.roberin-article-body.text-reverse-body-article h2 {
  font-size: 28px !important;
  line-height: 1.24 !important;
}

article.roberin-article-body.text-reverse-body-article h3 {
  font-size: 15px !important;
  line-height: 1.34 !important;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__nav a {
  display: inline-grid !important;
  color: var(--tr-body-ink) !important;
  background-color: var(--tr-body-card) !important;
  border: 1px solid var(--tr-body-line) !important;
  border-bottom: 1px solid var(--tr-body-line) !important;
  font-weight: 950 !important;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__steps > li,
article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__checklist > li {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 12px 13px !important;
  padding-left: 13px !important;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__steps > li::before,
article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__checklist > li::before {
  position: static !important;
  left: auto !important;
  top: auto !important;
  grid-column: 1 !important;
  align-self: center !important;
  width: 26px !important;
  height: 26px !important;
  margin-top: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__checklist > li::before {
  content: "" !important;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__li-text {
  grid-column: 2 !important;
  width: auto !important;
  min-width: 0 !important;
}

@media (max-width: 760px) {
  .entry-content article.roberin-article-body.text-reverse-body-article,
  article.roberin-article-body.text-reverse-body-article {
    width: min(calc(100% - 24px), 980px) !important;
    padding: 22px !important;
  }
}

@media (max-width: 520px) {
  .entry-content article.roberin-article-body.text-reverse-body-article,
  article.roberin-article-body.text-reverse-body-article {
    width: min(calc(100% - 18px), 980px) !important;
    padding: 18px !important;
  }
}

@media (max-width: 390px) {
  .entry-content article.roberin-article-body.text-reverse-body-article,
  article.roberin-article-body.text-reverse-body-article {
    width: min(calc(100% - 16px), 980px) !important;
    padding: 16px !important;
  }
}


/* Text reverse converter fresh body hardening, 2026-06-17. */
.text-reverse-body-article__source-cta {
  max-width: none;
  margin: 16px 0 0;
}

.text-reverse-body-article__source-cta a {
  display: inline-grid;
  min-height: 36px;
  padding: 8px 12px 7px;
  place-items: center;
  color: var(--tr-body-ink);
  background-color: var(--tr-body-card);
  border: 1px solid var(--tr-body-line);
  border-radius: 0;
  box-shadow: var(--tr-body-shadow-tight);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  text-decoration: none;
}

.text-reverse-body-article__source-cta a::after {
  content: "↗";
  margin-left: 7px;
  font-weight: 950;
}

.text-reverse-body-article__source-cta a:hover,
.text-reverse-body-article__source-cta a:focus-visible {
  transform: translate(-1px, -1px);
  outline: 2px solid var(--tr-body-amber);
  outline-offset: 2px;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__li-text {
  grid-column: 2 / -1 !important;
  min-width: 0 !important;
  width: auto !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__steps,
article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__checklist {
  counter-reset: text-reverse-step !important;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__steps > li {
  counter-increment: text-reverse-step !important;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__steps > li::before {
  content: counter(text-reverse-step) !important;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__checklist > li::before {
  content: "" !important;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__faq-list summary {
  grid-template-columns: 30px minmax(0, 1fr) !important;
  align-items: center !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__faq-list summary::before {
  position: static !important;
  grid-column: 1 !important;
  align-self: center !important;
  margin-top: 0 !important;
}

body.postid-1734:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content > article.roberin-article-body.text-reverse-body-article,
body.postid-1734:is([data-scheme="dark"], [data-scheme="inverse"]) .site-main article.roberin-article-body.text-reverse-body-article,
body:is([data-scheme="dark"], [data-scheme="inverse"]) article.roberin-article-body.text-reverse-body-article,
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body.postid-1734 .entry-content > article.roberin-article-body.text-reverse-body-article,
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body.postid-1734 .site-main article.roberin-article-body.text-reverse-body-article,
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body article.roberin-article-body.text-reverse-body-article {
  --tr-body-paper: #2b2119 !important;
  --tr-body-card: #33271d !important;
  --tr-body-card-strong: #241c15 !important;
  --tr-body-ink: #fff1dd !important;
  --tr-body-muted: #ead8bd !important;
  --tr-body-line: #caa780 !important;
  --tr-body-line-soft: rgba(202, 167, 128, 0.48) !important;
  --tr-body-grid: rgba(229, 196, 139, 0.06) !important;
  --tr-body-green: #334a31 !important;
  --tr-body-blue: #253f47 !important;
  --tr-body-amber: #5a461e !important;
  --tr-body-shadow: 5px 5px 0 rgba(0, 0, 0, 0.34) !important;
  --tr-body-shadow-tight: 3px 3px 0 rgba(0, 0, 0, 0.28) !important;
  color: var(--tr-body-ink) !important;
  -webkit-text-fill-color: var(--tr-body-ink) !important;
  background-color: var(--tr-body-paper) !important;
  background-image:
    linear-gradient(var(--tr-body-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--tr-body-grid) 1px, transparent 1px) !important;
  border-color: var(--tr-body-line) !important;
  box-shadow: var(--tr-body-shadow) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) article.roberin-article-body.text-reverse-body-article :is(h2, h3, strong, summary, a),
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body article.roberin-article-body.text-reverse-body-article :is(h2, h3, strong, summary, a) {
  color: var(--tr-body-ink) !important;
  -webkit-text-fill-color: var(--tr-body-ink) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) article.roberin-article-body.text-reverse-body-article :is(p, li, code),
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body article.roberin-article-body.text-reverse-body-article :is(p, li, code) {
  color: var(--tr-body-muted) !important;
  -webkit-text-fill-color: var(--tr-body-muted) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__card, .text-reverse-body-article__faq-list details, .text-reverse-body-article__nav a, .text-reverse-body-article__source-cta a),
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__card, .text-reverse-body-article__faq-list details, .text-reverse-body-article__nav a, .text-reverse-body-article__source-cta a) {
  background-color: var(--tr-body-card) !important;
  border-color: var(--tr-body-line) !important;
  color: var(--tr-body-ink) !important;
  -webkit-text-fill-color: var(--tr-body-ink) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__formula, .text-reverse-body-article__walk-step, .text-reverse-body-article__notice, .text-reverse-body-article__steps > li, .text-reverse-body-article__checklist > li),
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__formula, .text-reverse-body-article__walk-step, .text-reverse-body-article__notice, .text-reverse-body-article__steps > li, .text-reverse-body-article__checklist > li) {
  border-color: var(--tr-body-line-soft) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__formula,
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__formula {
  background-color: var(--tr-body-blue) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__walk-step,
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__walk-step {
  background-color: var(--tr-body-green) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__notice, .text-reverse-body-article__kicker, .text-reverse-body-article__steps > li::before, .text-reverse-body-article__checklist > li::before, .text-reverse-body-article__faq-list summary::before),
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__notice, .text-reverse-body-article__kicker, .text-reverse-body-article__steps > li::before, .text-reverse-body-article__checklist > li::before, .text-reverse-body-article__faq-list summary::before) {
  background-color: var(--tr-body-amber) !important;
  border-color: var(--tr-body-line) !important;
  color: var(--tr-body-ink) !important;
  -webkit-text-fill-color: var(--tr-body-ink) !important;
}

body:is([data-scheme="dark"], [data-scheme="inverse"]) article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__steps > li, .text-reverse-body-article__checklist > li, .text-reverse-body-article__walk-step code),
html:is([data-scheme="dark"], [data-scheme="inverse"], [data-theme="dark"]) body article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__steps > li, .text-reverse-body-article__checklist > li, .text-reverse-body-article__walk-step code) {
  background-color: rgba(51, 39, 29, 0.86) !important;
}

@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] article.roberin-article-body.text-reverse-body-article {
    --tr-body-paper: #2b2119 !important;
    --tr-body-card: #33271d !important;
    --tr-body-card-strong: #241c15 !important;
    --tr-body-ink: #fff1dd !important;
    --tr-body-muted: #ead8bd !important;
    --tr-body-line: #caa780 !important;
    --tr-body-line-soft: rgba(202, 167, 128, 0.48) !important;
    --tr-body-grid: rgba(229, 196, 139, 0.06) !important;
    --tr-body-green: #334a31 !important;
    --tr-body-blue: #253f47 !important;
    --tr-body-amber: #5a461e !important;
    --tr-body-shadow: 5px 5px 0 rgba(0, 0, 0, 0.34) !important;
    --tr-body-shadow-tight: 3px 3px 0 rgba(0, 0, 0, 0.28) !important;
    color: var(--tr-body-ink) !important;
    -webkit-text-fill-color: var(--tr-body-ink) !important;
    background-color: var(--tr-body-paper) !important;
    background-image:
      linear-gradient(var(--tr-body-grid) 1px, transparent 1px),
      linear-gradient(90deg, var(--tr-body-grid) 1px, transparent 1px) !important;
    border-color: var(--tr-body-line) !important;
    box-shadow: var(--tr-body-shadow) !important;
  }

  body[data-scheme="auto"] article.roberin-article-body.text-reverse-body-article :is(h2, h3, strong, summary, a) {
    color: var(--tr-body-ink) !important;
    -webkit-text-fill-color: var(--tr-body-ink) !important;
  }

  body[data-scheme="auto"] article.roberin-article-body.text-reverse-body-article :is(p, li, code) {
    color: var(--tr-body-muted) !important;
    -webkit-text-fill-color: var(--tr-body-muted) !important;
  }

  body[data-scheme="auto"] article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__card, .text-reverse-body-article__faq-list details, .text-reverse-body-article__nav a, .text-reverse-body-article__source-cta a) {
    background-color: var(--tr-body-card) !important;
    border-color: var(--tr-body-line) !important;
    color: var(--tr-body-ink) !important;
    -webkit-text-fill-color: var(--tr-body-ink) !important;
  }

  body[data-scheme="auto"] article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__formula, .text-reverse-body-article__walk-step, .text-reverse-body-article__notice, .text-reverse-body-article__steps > li, .text-reverse-body-article__checklist > li) {
    border-color: var(--tr-body-line-soft) !important;
  }

  body[data-scheme="auto"] article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__formula {
    background-color: var(--tr-body-blue) !important;
  }

  body[data-scheme="auto"] article.roberin-article-body.text-reverse-body-article .text-reverse-body-article__walk-step {
    background-color: var(--tr-body-green) !important;
  }

  body[data-scheme="auto"] article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__notice, .text-reverse-body-article__kicker, .text-reverse-body-article__steps > li::before, .text-reverse-body-article__checklist > li::before, .text-reverse-body-article__faq-list summary::before) {
    background-color: var(--tr-body-amber) !important;
    border-color: var(--tr-body-line) !important;
    color: var(--tr-body-ink) !important;
    -webkit-text-fill-color: var(--tr-body-ink) !important;
  }

  body[data-scheme="auto"] article.roberin-article-body.text-reverse-body-article :is(.text-reverse-body-article__steps > li, .text-reverse-body-article__checklist > li, .text-reverse-body-article__walk-step code) {
    background-color: rgba(51, 39, 29, 0.86) !important;
  }
}


/* Redo composition tuning: intent cards and no public source CTA, 2026-06-17. */
@media (min-width: 761px) {
  .text-reverse-body-article__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .text-reverse-body-article__formula-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.text-reverse-body-article__source-cta {
  display: none !important;
}
