/* KORA editorial blog skin — reference layout support (v2.53.58)
   Scoped to ordinary single WordPress posts only. It adapts the theme's
   existing single.php shell and supports the semantic classes used by the
   supplied editorial HTML without requiring inline <style> or <script>. */

.medspa-single-post {
  --kora-blog-ink: #1B1B1B;
  --kora-blog-body: #4A4038;
  --kora-blog-muted: #6B5F54;
  --kora-blog-bronze: #7A5A30;
  --kora-blog-camel: #B08661;
  --kora-blog-paper: #FFFFFF;
  --kora-blog-base: #F3EEE7;
  --kora-blog-wash: #F7F0E5;
  --kora-blog-wash-deep: #EFE4D3;
  --kora-blog-rule: #DFD4C4;
  --kora-blog-deep: #2B241E;
  --kora-blog-alarm: #9E3B22;
  --kora-blog-alarm-wash: #FBF0EA;
  --kora-blog-alarm-line: #E8CBBB;
  --kora-blog-serif: "Source Serif 4", Georgia, serif;
  --kora-blog-sans: "Archivo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--kora-blog-base);
  color: var(--kora-blog-body);
}

.medspa-single-post .px-bar {
  background: var(--kora-blog-bronze);
  height: 3px;
}

/* ---------- Theme hero adapted to the supplied editorial reference ---------- */
.medspa-single-post .single-post-hero {
  background: var(--kora-blog-paper);
  border-bottom: 1px solid var(--kora-blog-rule);
  padding: clamp(2.9rem, 5vw, 4.35rem) 0 clamp(2.3rem, 4vw, 3.3rem);
}
.medspa-single-post .single-post-hero-inner {
  max-width: 1184px;
}
.medspa-single-post .post-label {
  margin-bottom: 1rem;
  color: var(--kora-blog-bronze);
  font-family: var(--kora-blog-sans);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: none;
}
.medspa-single-post .post-label::before { display: none; }
.medspa-single-post .single-post-title {
  max-width: 18ch;
  margin: 0 0 1.05rem;
  color: var(--kora-blog-ink);
  font-family: var(--kora-blog-sans);
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.025em;
}
.medspa-single-post .single-post-title .text-green,
.medspa-single-post .single-post-title .highlight {
  color: inherit !important;
}

/* Existing excerpt/Quick Answer becomes the editorial dek from the reference. */
.medspa-single-post .single-post-quick-answer {
  max-width: 50rem;
  margin: 0 0 1.7rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.medspa-single-post .single-post-quick-answer::before,
.medspa-single-post .single-post-quick-answer .quick-answer-label { display: none !important; }
.medspa-single-post .single-post-quick-answer p {
  margin: 0;
  color: var(--kora-blog-muted);
  font-family: var(--kora-blog-serif);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.52;
}
.medspa-single-post .single-post-meta-row {
  max-width: 50rem;
  margin-top: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--kora-blog-rule);
}
.medspa-single-post .single-post-meta-row .single-author-facts {
  gap: .45rem 1rem;
}
.medspa-single-post .single-author-pill {
  min-height: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--kora-blog-muted) !important;
  font-family: var(--kora-blog-sans);
  font-size: .8rem;
  font-weight: 500;
  white-space: normal;
}
.medspa-single-post .single-author-pill + .single-author-pill::before {
  content: "•";
  margin-right: 1rem;
  color: var(--kora-blog-camel);
}

/* ---------- Featured image ---------- */
.medspa-single-post .single-post-featured-full {
  width: min(1184px, calc(100% - 3rem));
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  border: 1px solid var(--kora-blog-rule);
  border-radius: 14px;
  background: var(--kora-blog-paper);
}

/* ---------- Reading shell: left rail + narrow editorial column ---------- */
.medspa-single-post .single-post-layout {
  width: min(1184px, 100%);
  max-width: 1184px;
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: 0;
}
@media (min-width: 1040px) {
  .medspa-single-post .single-post-layout.has-sidebar {
    grid-template-columns: 13rem minmax(0, 39rem);
    justify-content: center;
    gap: 4rem;
  }
  .medspa-single-post .single-post-layout.has-sidebar .single-post-main-content {
    grid-column: 2;
    grid-row: 1;
  }
  .medspa-single-post .single-post-layout.has-sidebar .single-post-sidebar {
    grid-column: 1;
    grid-row: 1;
  }
}
.medspa-single-post .single-post-layout.no-sidebar {
  max-width: 39rem;
}
.medspa-single-post .single-post-main-content {
  width: 100%;
  max-width: 39rem !important;
  margin: 0 0 3rem;
  padding: clamp(2.25rem, 4vw, 3rem) clamp(1.3rem, 4vw, 3rem) clamp(3rem, 5vw, 4rem);
  border-right: 1px solid var(--kora-blog-rule);
  border-left: 1px solid var(--kora-blog-rule);
  background: var(--kora-blog-paper);
  color: var(--kora-blog-body);
  font-family: var(--kora-blog-serif);
  font-size: 1.0625rem;
  line-height: 1.72;
  font-variant-numeric: oldstyle-nums;
}
.medspa-single-post .single-post-main-content p,
.medspa-single-post .single-post-main-content li,
.medspa-single-post .single-post-main-content blockquote,
.medspa-single-post .single-post-main-content td,
.medspa-single-post .single-post-main-content th {
  font-family: var(--kora-blog-serif);
  font-size: inherit;
  line-height: inherit;
}
.medspa-single-post .single-post-main-content h2,
.medspa-single-post .single-post-main-content h3,
.medspa-single-post .single-post-main-content h4,
.medspa-single-post .single-post-main-content .u-sans {
  color: var(--kora-blog-ink);
  font-family: var(--kora-blog-sans);
  font-variant-numeric: lining-nums;
}
.medspa-single-post .single-post-main-content h2 {
  margin: 3.2rem 0 .9rem;
  padding: 0;
  border: 0;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.018em;
  scroll-margin-top: 7rem;
}
.medspa-single-post .single-post-main-content h2:first-child,
.medspa-single-post .single-post-main-content > .article > h2:first-child { margin-top: 0; }
.medspa-single-post .single-post-main-content h3 {
  margin: 2.1rem 0 .55rem;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.01em;
}
.medspa-single-post .single-post-main-content h4 {
  margin: 1.8rem 0 .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}
.medspa-single-post .single-post-main-content p { margin: 0 0 1.15rem; }
.medspa-single-post .single-post-main-content a {
  color: var(--kora-blog-bronze);
  text-decoration-color: currentColor;
  text-decoration-thickness: .06em;
  text-underline-offset: .18em;
}
.medspa-single-post .single-post-main-content a:hover { color: #5C4222; }
.medspa-single-post .single-post-main-content strong { color: var(--kora-blog-ink); }

/* ---------- Theme-generated left rail ---------- */
.medspa-single-post .single-post-sidebar {
  top: 2rem;
  color: var(--kora-blog-muted);
  font-family: var(--kora-blog-sans);
  font-size: .82rem;
}
.medspa-single-post .single-post-sidebar-heading {
  display: block;
  margin: 0 0 .8rem;
  padding: 0 0 .6rem;
  border-bottom: 1px solid var(--kora-blog-rule);
  color: var(--kora-blog-muted);
  font-family: var(--kora-blog-sans);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: none;
}
.medspa-single-post .single-post-sidebar-heading::after { display: none; }
.medspa-single-post .single-post-toc ul {
  padding: 0;
  border: 0;
}
.medspa-single-post .single-post-toc li {
  margin: 0 0 .1rem;
  padding: 0;
}
.medspa-single-post .single-post-toc li::before { display: none; }
.medspa-single-post .single-post-toc a {
  display: block;
  padding: .34rem .5rem .34rem .7rem;
  border-left: 2px solid transparent;
  border-radius: 0 4px 4px 0;
  color: var(--kora-blog-muted);
  font-family: var(--kora-blog-sans);
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.35;
}
.medspa-single-post .single-post-toc a:hover,
.medspa-single-post .single-post-toc a.active {
  border-left-color: var(--kora-blog-bronze);
  background: var(--kora-blog-wash);
  color: var(--kora-blog-bronze);
  font-weight: 600;
}
.medspa-single-post .single-post-toc a.active::before { display: none; }
.medspa-single-post .single-post-share { display: none; }

/* ---------- Compatibility with a full standalone reference HTML pasted into WP ----------
   The theme already supplies the masthead, title, TOC, author, CTA and footer. When those
   standalone wrappers are present inside post content, hide the duplicates but retain the
   useful swelling chart and article body. */
.medspa-single-post .single-post-main-content > .masthead,
.medspa-single-post .single-post-main-content > .progress,
.medspa-single-post .single-post-main-content > footer.site,
.medspa-single-post .single-post-main-content > .shell > .rail { display: none !important; }
.medspa-single-post .single-post-main-content > .hero {
  margin: 0 0 2rem;
  padding: 0;
  border: 0;
  background: transparent;
}
.medspa-single-post .single-post-main-content > .hero .hero__in {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0;
}
.medspa-single-post .single-post-main-content > .hero .hero__text { display: none !important; }
.medspa-single-post .single-post-main-content > .shell {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.medspa-single-post .single-post-main-content > .shell > .article,
.medspa-single-post .single-post-main-content .article {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}
.medspa-single-post .single-post-main-content .toc-m { display: none !important; }
/* Avoid duplicate end matter when the supplied standalone HTML is pasted verbatim. */
.medspa-single-post .single-post-main-content .article > .author,
.medspa-single-post .single-post-main-content .article > .cta,
.medspa-single-post .single-post-main-content .article > .legal { display: none !important; }

/* ---------- Reference component: swelling curve ---------- */
.medspa-single-post .single-post-main-content .curve {
  margin: 0 0 2.4rem;
  padding: 1.55rem 1.3rem 1.05rem;
  overflow: hidden;
  border: 1px solid var(--kora-blog-wash-deep);
  border-radius: 14px;
  background: var(--kora-blog-wash);
}
.medspa-single-post .single-post-main-content .curve__title {
  margin: 0 0 .25rem;
  color: var(--kora-blog-ink);
  font-family: var(--kora-blog-sans);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
}
.medspa-single-post .single-post-main-content .curve__lede {
  max-width: 56ch;
  margin: 0 0 1.2rem;
  color: var(--kora-blog-muted);
  font-size: .95rem;
}
.medspa-single-post .single-post-main-content .curve__note {
  margin: .8rem 0 0;
  color: var(--kora-blog-muted);
  font-family: var(--kora-blog-sans);
  font-size: .78rem;
  line-height: 1.45;
}
.medspa-single-post .single-post-main-content .curve svg { display: block; width: 100%; height: auto; }

/* ---------- Reference typography helpers ---------- */
.medspa-single-post .single-post-main-content .lede {
  color: var(--kora-blog-muted);
  font-size: 1.16rem;
  line-height: 1.62;
}
.medspa-single-post .single-post-main-content .pull {
  margin: 2rem 0;
  padding: .1rem 0 .1rem 1.3rem;
  border-left: 3px solid var(--kora-blog-camel);
  color: var(--kora-blog-bronze);
  font-family: var(--kora-blog-sans);
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.42;
}
.medspa-single-post .single-post-main-content ul.plain,
.medspa-single-post .single-post-main-content ol.plain {
  margin: 0 0 1.3rem;
  padding-left: 1.15rem;
}
.medspa-single-post .single-post-main-content ul.ticks {
  margin: 0 0 1.3rem;
  padding: 0;
  list-style: none;
}
.medspa-single-post .single-post-main-content ul.ticks li {
  position: relative;
  margin: .62rem 0;
  padding-left: 1.75rem;
}
.medspa-single-post .single-post-main-content ul.ticks li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: .1rem;
  width: .62rem;
  height: .62rem;
  border: 2px solid var(--kora-blog-bronze);
  border-radius: 50%;
  background: var(--kora-blog-paper);
}

/* ---------- First 48 hours ---------- */
.medspa-single-post .single-post-main-content .first48 {
  margin: 0 0 2.4rem;
  padding: 1.5rem 1.4rem;
  border-radius: 14px;
  background: var(--kora-blog-base);
}
.medspa-single-post .single-post-main-content .first48 > h2 {
  margin: 0 0 1.2rem;
  font-size: 1.28rem;
}
.medspa-single-post .single-post-main-content .first48__grid {
  display: grid;
  gap: 1.4rem;
}
@media (min-width: 620px) {
  .medspa-single-post .single-post-main-content .first48__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
.medspa-single-post .single-post-main-content .first48 h3 {
  margin: 0 0 .5rem;
  color: var(--kora-blog-bronze);
  font-size: .95rem;
}
.medspa-single-post .single-post-main-content .first48 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .98rem;
}
.medspa-single-post .single-post-main-content .first48 li {
  position: relative;
  margin: .45rem 0;
  padding-left: 1.4rem;
  line-height: 1.5;
}
.medspa-single-post .single-post-main-content .do li::before {
  content: "";
  position: absolute;
  top: .52em;
  left: 0;
  width: .72rem;
  height: .4rem;
  border-bottom: 2px solid var(--kora-blog-bronze);
  border-left: 2px solid var(--kora-blog-bronze);
  transform: rotate(-45deg);
}
.medspa-single-post .single-post-main-content .dont li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: .07rem;
  width: .62rem;
  height: 2px;
  background: var(--kora-blog-camel);
}

/* ---------- Timeline ---------- */
.medspa-single-post .single-post-main-content .tl {
  margin: 1.6rem 0 2rem;
  padding: 0 0 0 1.6rem;
  border-left: 2px solid var(--kora-blog-wash-deep);
  list-style: none;
}
.medspa-single-post .single-post-main-content .tl li {
  position: relative;
  margin: 0;
  padding: 0 0 1.55rem .3rem;
}
.medspa-single-post .single-post-main-content .tl li::before {
  content: "";
  position: absolute;
  top: .42rem;
  left: -2.05rem;
  width: .68rem;
  height: .68rem;
  border: 2.5px solid var(--kora-blog-bronze);
  border-radius: 50%;
  background: var(--kora-blog-paper);
}
.medspa-single-post .single-post-main-content .tl li.is-peak::before {
  border-color: var(--kora-blog-camel);
  background: var(--kora-blog-camel);
  transform: scale(1.25);
}
.medspa-single-post .single-post-main-content .tl__when {
  display: block;
  margin-bottom: .15rem;
  color: var(--kora-blog-bronze);
  font-family: var(--kora-blog-sans);
  font-size: .88rem;
  font-weight: 600;
}
.medspa-single-post .single-post-main-content .tl__what { margin: 0 0 .3rem; }
.medspa-single-post .single-post-main-content .tl__do {
  margin: 0;
  color: var(--kora-blog-muted);
  font-size: .95rem;
}

/* ---------- Notes/callouts ---------- */
.medspa-single-post .single-post-main-content .note {
  margin: 2rem 0;
  padding: 1.25rem 1.3rem;
  border-left: 3px solid var(--kora-blog-bronze);
  border-radius: 12px;
  background: var(--kora-blog-wash);
}
.medspa-single-post .single-post-main-content .note p:last-child { margin-bottom: 0; }
.medspa-single-post .single-post-main-content .note strong { color: var(--kora-blog-bronze); }

/* ---------- Comparison table ---------- */
.medspa-single-post .single-post-main-content .tw {
  max-width: 100%;
  margin: 1.5rem 0 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--kora-blog-rule);
  border-radius: 12px;
}
.medspa-single-post .single-post-main-content .tw table {
  width: 100%;
  min-width: 26rem;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  font-size: .97rem;
}
.medspa-single-post .single-post-main-content .tw caption {
  padding: .9rem 1rem .1rem;
  color: var(--kora-blog-muted);
  font-family: var(--kora-blog-sans);
  font-size: .82rem;
  text-align: left;
}
.medspa-single-post .single-post-main-content .tw th,
.medspa-single-post .single-post-main-content .tw td {
  padding: .82rem 1rem;
  border: 0;
  border-top: 1px solid var(--kora-blog-rule);
  background: transparent;
  color: inherit;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.medspa-single-post .single-post-main-content .tw thead th {
  border-top: 0;
  background: var(--kora-blog-wash);
  color: var(--kora-blog-bronze);
  font-family: var(--kora-blog-sans);
  font-size: .8rem;
  font-weight: 600;
}
.medspa-single-post .single-post-main-content .tw tbody tr:nth-child(even) { background: #FBF8F3; }
.medspa-single-post .single-post-main-content .tw td:first-child { color: var(--kora-blog-muted); }
.medspa-single-post .single-post-main-content .tw .t-flag td:last-child { color: var(--kora-blog-alarm); }

/* ---------- Safety alarm ---------- */
.medspa-single-post .single-post-main-content .alarm {
  margin: 2.4rem 0;
  padding: 1.6rem 1.4rem;
  border: 1.5px solid var(--kora-blog-alarm-line);
  border-radius: 14px;
  background: var(--kora-blog-alarm-wash);
}
.medspa-single-post .single-post-main-content .alarm h2,
.medspa-single-post .single-post-main-content .alarm h3 {
  margin-top: 0;
  color: var(--kora-blog-alarm);
}
.medspa-single-post .single-post-main-content .alarm h2 { margin-bottom: .4rem; font-size: 1.3rem; }
.medspa-single-post .single-post-main-content .alarm ul {
  margin: 1.1rem 0;
  padding: 0;
  list-style: none;
}
.medspa-single-post .single-post-main-content .alarm li {
  position: relative;
  margin: .72rem 0;
  padding-left: 1.7rem;
  line-height: 1.52;
}
.medspa-single-post .single-post-main-content .alarm li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: .15rem;
  width: .6rem;
  height: .6rem;
  background: var(--kora-blog-alarm);
  transform: rotate(45deg);
}
.medspa-single-post .single-post-main-content .alarm__foot {
  margin: 1.1rem 0 0;
  padding: .95rem 1.05rem;
  border-radius: 9px;
  background: #F6E3D8;
  color: #7C2E1A;
  font-size: .97rem;
}

/* ---------- Myths ---------- */
.medspa-single-post .single-post-main-content .myths { margin: 1.6rem 0 2rem; }
.medspa-single-post .single-post-main-content .myths dt {
  position: relative;
  margin: 1.35rem 0 .35rem;
  padding-left: 1.6rem;
  color: var(--kora-blog-ink);
  font-family: var(--kora-blog-sans);
  font-size: 1rem;
  font-weight: 600;
}
.medspa-single-post .single-post-main-content .myths dt::before {
  content: "";
  position: absolute;
  top: .42em;
  left: 0;
  width: .85rem;
  height: .85rem;
  border-radius: 50%;
  background: var(--kora-blog-camel);
  opacity: .5;
}
.medspa-single-post .single-post-main-content .myths dd {
  margin: 0 0 0 1.6rem;
  color: var(--kora-blog-muted);
  font-size: 1rem;
}

/* ---------- FAQ accordion from reference ---------- */
.medspa-single-post .single-post-main-content .faq {
  margin: 1.4rem 0 2rem;
  border-top: 1px solid var(--kora-blog-rule);
}
.medspa-single-post .single-post-main-content .faq details { border-bottom: 1px solid var(--kora-blog-rule); }
.medspa-single-post .single-post-main-content .faq summary {
  position: relative;
  padding: 1.05rem 2.2rem 1.05rem 0;
  color: var(--kora-blog-ink);
  font-family: var(--kora-blog-sans);
  font-size: 1.01rem;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
.medspa-single-post .single-post-main-content .faq summary::-webkit-details-marker { display: none; }
.medspa-single-post .single-post-main-content .faq summary::after {
  content: "";
  position: absolute;
  top: 1.45rem;
  right: .4rem;
  width: .6rem;
  height: .6rem;
  border-right: 2px solid var(--kora-blog-bronze);
  border-bottom: 2px solid var(--kora-blog-bronze);
  transform: rotate(45deg);
  transition: transform .18s ease, top .18s ease;
}
.medspa-single-post .single-post-main-content .faq details[open] summary { color: var(--kora-blog-bronze); }
.medspa-single-post .single-post-main-content .faq details[open] summary::after {
  top: 1.62rem;
  transform: rotate(-135deg);
}
.medspa-single-post .single-post-main-content .faq__a {
  padding: 0 0 1.15rem;
  color: var(--kora-blog-muted);
}
.medspa-single-post .single-post-main-content .faq__a p:last-child { margin-bottom: 0; }

/* ---------- Theme-generated disclaimer / author / CTA styled like reference ---------- */
.medspa-single-post .single-post-disclaimer-wrap,
.medspa-single-post .single-post-author-wrap,
.medspa-single-post .single-post-cta-wrap {
  max-width: 39rem;
}
.medspa-single-post .single-post-disclaimer {
  margin: 0 0 2.4rem;
  padding: 1.4rem 0 0;
  border: 0;
  border-top: 1px solid var(--kora-blog-rule);
  border-radius: 0;
  background: transparent;
}
.medspa-single-post .single-post-disclaimer-label {
  margin-bottom: .45rem;
  color: var(--kora-blog-ink);
  font-family: var(--kora-blog-sans);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.medspa-single-post .single-post-disclaimer p {
  color: var(--kora-blog-muted);
  font-family: var(--kora-blog-serif);
  font-size: .9rem;
  line-height: 1.62;
}
.medspa-single-post .single-author-bio-end {
  margin: 0 0 2.2rem;
  padding: 1.7rem 1.5rem;
  border: 0;
  border-radius: 14px;
  background: var(--kora-blog-base);
}
.medspa-single-post .single-author-bio-avatar {
  background: var(--kora-blog-deep);
  font-family: var(--kora-blog-sans);
}
.medspa-single-post .single-author-bio-label {
  color: var(--kora-blog-bronze);
  font-family: var(--kora-blog-sans);
}
.medspa-single-post .single-author-bio-name {
  color: var(--kora-blog-ink);
  font-family: var(--kora-blog-sans);
}
.medspa-single-post .single-author-bio-text {
  color: var(--kora-blog-muted);
  font-family: var(--kora-blog-serif);
  font-size: .99rem;
  line-height: 1.62;
}
.medspa-single-post .cta-box {
  margin: 0 0 2.5rem;
  padding: 2.1rem 1.7rem;
  border: 0;
  border-radius: 16px;
  background: var(--kora-blog-deep);
  box-shadow: none;
  text-align: left;
}
.medspa-single-post .cta-box-label { color: #CDBA9C; font-family: var(--kora-blog-sans); }
.medspa-single-post .cta-box h3 {
  margin: 0 0 .6rem;
  color: #fff;
  font-family: var(--kora-blog-sans);
  font-size: 1.4rem;
}
.medspa-single-post .cta-box h3 .highlight,
.medspa-single-post .cta-box h3 .text-green { color: #fff !important; }
.medspa-single-post .cta-box p {
  color: #C2B2A0;
  font-family: var(--kora-blog-serif);
  font-size: 1rem;
}
.medspa-single-post .cta-box-buttons { justify-content: flex-start; }
.medspa-single-post .cta-box .btn {
  border-radius: 999px;
  font-family: var(--kora-blog-sans);
}
.medspa-single-post .cta-box .btn-primary {
  border-color: #fff;
  background: #fff;
  color: var(--kora-blog-bronze);
}
.medspa-single-post .cta-box .btn-primary:hover {
  border-color: var(--kora-blog-wash);
  background: var(--kora-blog-wash);
  color: #5C4222;
}
.medspa-single-post .cta-box .btn-outline-white {
  border-color: #6E5B45;
  background: transparent;
  color: #fff;
}
.medspa-single-post .cta-box .btn-outline-white:hover { background: #3A3028; }

/* Related posts remain clearly separate from the narrow article. */
.medspa-single-post .related-posts { margin-top: 1rem; }
.medspa-single-post .related-posts-title { font-family: var(--kora-blog-sans); }

/* ---------- Mobile/tablet ---------- */
@media (max-width: 1039px) {
  .medspa-single-post .single-post-layout,
  .medspa-single-post .single-post-layout.has-sidebar {
    width: 100%;
    max-width: 46rem;
    padding-top: 1.35rem;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
  .medspa-single-post .single-post-sidebar { top: 72px; }
  .medspa-single-post .mobile-toc-toggle {
    border: 1px solid var(--kora-blog-rule);
    border-radius: 12px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 10px 28px rgba(43,36,30,.08);
    color: var(--kora-blog-ink);
    font-family: var(--kora-blog-sans);
  }
  .medspa-single-post .mobile-toc-label { color: var(--kora-blog-bronze); }
  .medspa-single-post .mobile-toc-icon { background: var(--kora-blog-wash); color: var(--kora-blog-bronze); }
  .medspa-single-post .single-post-sidebar.is-open .mobile-toc-toggle {
    border-color: var(--kora-blog-rule);
    background: var(--kora-blog-paper);
    box-shadow: 0 14px 32px rgba(43,36,30,.12);
  }
  .medspa-single-post .single-post-sidebar.is-open .mobile-toc-label { color: var(--kora-blog-bronze); }
  .medspa-single-post .single-post-sidebar.is-open .mobile-current-heading { color: var(--kora-blog-ink); }
  .medspa-single-post .single-post-sidebar.is-open .mobile-toc-icon { background: var(--kora-blog-wash); color: var(--kora-blog-bronze); }
  .medspa-single-post .single-post-toc {
    border: 1px solid var(--kora-blog-rule);
    background: var(--kora-blog-paper);
    box-shadow: 0 16px 36px rgba(43,36,30,.12);
  }
  .medspa-single-post .single-post-sidebar.is-open .single-post-toc a { color: var(--kora-blog-muted) !important; }
  .medspa-single-post .single-post-sidebar.is-open .single-post-toc a:hover,
  .medspa-single-post .single-post-sidebar.is-open .single-post-toc a.active {
    color: var(--kora-blog-bronze) !important;
  }
  .medspa-single-post .single-post-main-content {
    max-width: 100% !important;
    padding: 2rem clamp(1rem, 4vw, 2rem) 3rem;
  }
}

@media (max-width: 767px) {
  .medspa-single-post .single-post-hero { padding-top: 2.1rem; }
  .medspa-single-post .single-post-title { font-size: clamp(2rem, 10vw, 2.65rem); }
  .medspa-single-post .single-post-quick-answer p { font-size: 1.05rem; }
  .medspa-single-post .single-author-pill + .single-author-pill::before { margin-right: .6rem; }
  .medspa-single-post .single-post-featured-full { width: calc(100% - 2rem); }
  .medspa-single-post .single-post-main-content { border-right: 0; border-left: 0; }
  .medspa-single-post .single-post-main-content .curve { padding: 1.2rem .85rem .8rem; }
  .medspa-single-post .single-post-main-content .curve svg { min-width: 580px; }
  .medspa-single-post .single-post-main-content .curve { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .medspa-single-post .single-post-main-content .first48 { padding: 1.25rem 1rem; }
  .medspa-single-post .single-post-main-content .alarm { padding: 1.35rem 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .medspa-single-post * { transition: none !important; animation: none !important; }
}

/* ============================================================
   v2.53.58 — reusable .kora-post components
   Supports the WordPress-paste markup used by the Botox aftercare
   article while keeping every rule isolated to ordinary blog posts.
   ============================================================ */
.medspa-single-post .single-post-main-content .kora-post {
  --ink: var(--kora-blog-ink);
  --body: var(--kora-blog-body);
  --muted: var(--kora-blog-muted);
  --bronze: var(--kora-blog-bronze);
  --camel: var(--kora-blog-camel);
  --paper: var(--kora-blog-paper);
  --base: var(--kora-blog-base);
  --wash: var(--kora-blog-wash);
  --wash-deep: var(--kora-blog-wash-deep);
  --rule: var(--kora-blog-rule);
  --deep: var(--kora-blog-deep);
  --alarm: var(--kora-blog-alarm);
  --alarm-wash: var(--kora-blog-alarm-wash);
  --alarm-line: var(--kora-blog-alarm-line);
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--kora-blog-body);
  font-family: var(--kora-blog-serif);
}

.medspa-single-post .single-post-main-content .kora-post,
.medspa-single-post .single-post-main-content .kora-post *,
.medspa-single-post .single-post-main-content .kora-post *::before,
.medspa-single-post .single-post-main-content .kora-post *::after {
  box-sizing: border-box;
}

/* Four-stage restriction timeline. */
.medspa-single-post .single-post-main-content .stepper {
  margin: 1.6rem 0 2.3rem;
  padding: 1.55rem 1.4rem;
  border: 1px solid var(--kora-blog-wash-deep);
  border-radius: 14px;
  background: var(--kora-blog-wash);
}

.medspa-single-post .single-post-main-content .stepper__title {
  margin: 0 0 1.25rem;
  color: var(--kora-blog-ink);
  font-family: var(--kora-blog-sans);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.medspa-single-post .single-post-main-content .stepper__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.9rem, 2vw, 1.4rem);
}

.medspa-single-post .single-post-main-content .stepper__row::before {
  content: "";
  position: absolute;
  top: .42rem;
  right: calc(12.5% - .42rem);
  left: calc(12.5% - .42rem);
  height: 1px;
  background: var(--kora-blog-rule);
}

.medspa-single-post .single-post-main-content .stepper__node {
  position: relative;
  min-width: 0;
  padding-top: 2rem;
}

.medspa-single-post .single-post-main-content .stepper__node::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: .88rem;
  height: .88rem;
  border: 2.5px solid var(--kora-blog-bronze);
  border-radius: 50%;
  background: var(--kora-blog-paper);
}

.medspa-single-post .single-post-main-content .stepper__node.is-key::before {
  border-color: var(--kora-blog-camel);
  background: var(--kora-blog-camel);
}

.medspa-single-post .single-post-main-content .stepper__when {
  display: block;
  margin-bottom: .2rem;
  color: var(--kora-blog-bronze);
  font-family: var(--kora-blog-sans);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.3;
}

.medspa-single-post .single-post-main-content .stepper__what {
  margin: 0;
  color: var(--kora-blog-body);
  font-size: .88rem;
  line-height: 1.45;
}

/* CTA pasted inside the article body. */
.medspa-single-post .single-post-main-content .kora-post > .cta {
  margin: 2.4rem 0 0;
  padding: clamp(1.65rem, 4vw, 2.2rem) clamp(1.3rem, 4vw, 1.8rem);
  border-radius: 16px;
  background: var(--kora-blog-deep);
  color: #E7EFEA;
}

.medspa-single-post .single-post-main-content .kora-post > .cta h2 {
  margin: 0 0 .6rem;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.25;
}

.medspa-single-post .single-post-main-content .kora-post > .cta p {
  margin: 0 0 .8rem;
  color: #CDBEAD;
  font-size: .99rem;
  line-height: 1.6;
}

.medspa-single-post .single-post-main-content .kora-post > .cta p:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: .9rem 0 0;
}

.medspa-single-post .single-post-main-content .kora-post > .cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: .7rem 1.3rem;
  border-radius: 999px;
  background: #fff;
  color: var(--kora-blog-deep);
  font-family: var(--kora-blog-sans);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.medspa-single-post .single-post-main-content .kora-post > .cta .btn:hover,
.medspa-single-post .single-post-main-content .kora-post > .cta .btn:focus-visible {
  background: var(--kora-blog-wash);
  color: #5C4222;
  transform: translateY(-1px);
}

.medspa-single-post .single-post-main-content .kora-post > .cta .btn--ghost {
  background: transparent;
  box-shadow: inset 0 0 0 1.5px #75634E;
  color: #fff;
}

.medspa-single-post .single-post-main-content .kora-post > .cta .btn--ghost:hover,
.medspa-single-post .single-post-main-content .kora-post > .cta .btn--ghost:focus-visible {
  background: #3A3028;
  color: #fff;
}

@media (max-width: 760px) {
  .medspa-single-post .single-post-main-content .stepper {
    padding: 1.35rem 1.05rem;
  }

  .medspa-single-post .single-post-main-content .stepper__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem 1rem;
  }

  .medspa-single-post .single-post-main-content .stepper__row::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .medspa-single-post .single-post-main-content .stepper__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.1rem;
  }

  .medspa-single-post .single-post-main-content .stepper__node {
    padding: 0 0 0 1.65rem;
  }

  .medspa-single-post .single-post-main-content .stepper__node::before {
    top: .22rem;
  }

  .medspa-single-post .single-post-main-content .kora-post > .cta p:last-child {
    display: grid;
  }

  .medspa-single-post .single-post-main-content .kora-post > .cta .btn {
    width: 100%;
  }
}

/* ============================================================
   v2.53.56 — wider editorial canvas + WordPress-safe SVG chart
   The article column now consumes the full width remaining beside
   the desktop TOC so its right edge aligns with the featured image.
   ============================================================ */
@media (min-width: 1040px) {
  .medspa-single-post .single-post-layout.has-sidebar {
    grid-template-columns: 13rem minmax(0, 1fr);
    gap: 3.25rem;
  }

  .medspa-single-post .single-post-layout.has-sidebar .single-post-main-content {
    width: 100%;
    max-width: none !important;
  }

  .medspa-single-post .single-post-layout.no-sidebar {
    width: min(1184px, 100%);
    max-width: 1184px;
  }

  .medspa-single-post .single-post-layout.no-sidebar .single-post-main-content {
    width: 100%;
    max-width: none !important;
  }
}

/* The reference swelling chart is deliberately a wide editorial figure. */
.medspa-single-post .single-post-main-content .curve {
  width: 100%;
}
.medspa-single-post .single-post-main-content .curve > svg,
.medspa-single-post .single-post-main-content .curve svg {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 250px;
}

@media (max-width: 1039px) {
  .medspa-single-post .single-post-layout,
  .medspa-single-post .single-post-layout.has-sidebar,
  .medspa-single-post .single-post-layout.no-sidebar {
    width: min(100%, 1184px);
    max-width: 1184px;
  }
}
