/* ============================================================
   Trupoint Health — Symptom (Trupedia) page styles
   Scoped to body.tpt-symptom-editorial to avoid theme bleed.
   Design tokens match the Fatigue Symptom Page prototype.
   ============================================================ */

body.tpt-symptom-editorial {
  /* Core palette */
  --tp-clinical-blue-d: var(--tp-accent-press);

  /* Brand accents */
  --brand-teal: var(--tp-partner-teal);
  --brand-teal-d: var(--tp-accent-press);
  --brand-teal-soft: var(--tp-accent-wash);
  --brand-red: var(--tp-danger);
  --brand-red-soft: var(--tp-danger-soft);

  /* Surfaces / neutrals */

  /* Text */

  /* Semantic */

  /* Radii */
  --r-sm: var(--tp-radius-md); --r-md: var(--tp-radius-lg); --r-lg: var(--tp-radius-card); --r-xl: var(--tp-radius-xl); --r-pill: var(--tp-radius-pill);

  /* Shadows */
  --shadow-card: var(--tp-shadow-card);
  --shadow-soft: var(--tp-shadow-soft);
  --shadow-lift: var(--tp-shadow-lift);

  /* Layout */
  --max: var(--tp-max);
  --nav-w: 248px;

  --font: var(--tp-sans);
  --font-head: var(--tp-sans);

  /* Hero */
  --hero-overlay: linear-gradient(100deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.9) 40%, rgba(245,249,248,0.5) 100%);
  --hero-pos: 50%;

  font-family: var(--font);
  color: var(--tp-text-primary);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.tpt-symptom-editorial * { box-sizing: border-box; }
body.tpt-symptom-editorial img { max-width: 100%; display: block; }
body.tpt-symptom-editorial a { color: var(--tp-clinical-blue); text-decoration: none; }
body.tpt-symptom-editorial h1,
body.tpt-symptom-editorial h2,
body.tpt-symptom-editorial h3,
body.tpt-symptom-editorial h4 {
  margin: 0;
  color: var(--tp-primary-navy);
  letter-spacing: -0.01em;
  line-height: 1.18;
}

/* ----------------------------------------------------------
   Wrap / container
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

/* ----------------------------------------------------------
   Breadcrumb
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-crumb {
  border-bottom: 1px solid var(--tp-border-soft);
  background: var(--tp-white);
}
.tpt-symptom-editorial .sym-crumb .sym-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13.5px;
  color: var(--tp-text-secondary);
  flex-wrap: wrap;
}
.tpt-symptom-editorial .sym-crumb a { color: var(--tp-text-secondary); }
.tpt-symptom-editorial .sym-crumb a:hover { color: var(--tp-clinical-blue); }
.tpt-symptom-editorial .sym-crumb .sep { color: var(--tp-on-dark-muted); }
.tpt-symptom-editorial .sym-crumb .here { color: var(--tp-primary-navy); font-weight: 600; }

/* ----------------------------------------------------------
   Hero
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-hero {
  position: relative;
  background-image: var(--hero-overlay), var(--sym-hero-bg, none);
  background-color: var(--tp-soft-grey-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center var(--hero-pos, 50%);
  border-bottom: 1px solid var(--tp-border-soft);
}
.tpt-symptom-editorial .sym-hero .sym-wrap {
  display: grid;
  grid-template-columns: 1fr 392px;
  gap: 48px;
  padding-top: 64px;
  padding-bottom: 68px;
  align-items: center;
}
.tpt-symptom-editorial .sym-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-teal-d);
  background: var(--brand-teal-soft);
  padding: 6px 12px;
  border-radius: var(--r-pill);
  margin-bottom: 20px;
}
.tpt-symptom-editorial .sym-eyebrow svg { width: 14px; height: 14px; }
.tpt-symptom-editorial .sym-hero h1 {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  font-family: var(--font-head);
}
.tpt-symptom-editorial .sym-lede {
  font-size: 19px;
  line-height: 1.6;
  color: var(--tp-text-muted);
  max-width: 38ch;
  margin-bottom: 28px;
}
.tpt-symptom-editorial .sym-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* Buttons */
.tpt-symptom-editorial .sym-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  padding: 11px 20px;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 140ms ease, color 140ms ease, border-color 140ms ease;
}
.tpt-symptom-editorial .sym-btn svg { width: 18px; height: 18px; }
.tpt-symptom-editorial .sym-btn--primary { background: var(--tp-clinical-blue); color: #fff; }
.tpt-symptom-editorial .sym-btn--primary:hover { background: var(--tp-clinical-blue-d); color: #fff; }
.tpt-symptom-editorial .sym-btn--teal { background: var(--brand-teal); color: #fff; }
.tpt-symptom-editorial .sym-btn--teal:hover { background: var(--brand-teal-d); color: #fff; }
.tpt-symptom-editorial .sym-btn--ghost {
  background: var(--tp-white);
  color: var(--tp-primary-navy);
  border-color: var(--tp-border-grey);
}
.tpt-symptom-editorial .sym-btn--ghost:hover { background: var(--tp-soft-grey-bg); }
.tpt-symptom-editorial .sym-btn--lg { padding: 14px 26px; font-size: 16px; }
.tpt-symptom-editorial .sym-btn--sm { padding: 8px 14px; font-size: 14px; }
.tpt-symptom-editorial .sym-btn--light { background: #fff; color: var(--tp-primary-navy); }
.tpt-symptom-editorial .sym-btn--light:hover { background: var(--tp-accent-wash); color: var(--tp-primary-navy); }
.tpt-symptom-editorial .sym-btn--outline-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.tpt-symptom-editorial .sym-btn--outline-light:hover { background: rgba(255,255,255,0.1); }

/* Quick facts card */
.tpt-symptom-editorial .sym-facts {
  background: var(--tp-white);
  border: 1px solid var(--tp-border-grey);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.tpt-symptom-editorial .sym-facts__head {
  padding: 16px 22px;
  border-bottom: 1px solid var(--tp-border-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tp-text-secondary);
  display: flex;
  align-items: center;
  gap: 9px;
}
.tpt-symptom-editorial .sym-facts__head svg { width: 16px; height: 16px; color: var(--brand-teal); }
.tpt-symptom-editorial .sym-facts__row {
  padding: 16px 22px;
  border-bottom: 1px solid var(--tp-border-soft);
}
.tpt-symptom-editorial .sym-facts__row:last-child { border-bottom: 0; }
.tpt-symptom-editorial .sym-facts__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tp-text-secondary);
  margin-bottom: 9px;
}
.tpt-symptom-editorial .sym-facts__value {
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-primary-navy);
}
.tpt-symptom-editorial .sym-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.tpt-symptom-editorial .sym-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--tp-text-primary);
  background: var(--tp-soft-grey-bg);
  border: 1px solid var(--tp-border-grey);
  padding: 5px 11px;
  border-radius: var(--r-pill);
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
  text-decoration: none;
}
.tpt-symptom-editorial a.sym-chip:hover {
  border-color: var(--brand-teal);
  color: var(--brand-teal-d);
  background: var(--brand-teal-soft);
}
.tpt-symptom-editorial .sym-test-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--tp-clinical-blue);
  padding: 9px 0;
  text-decoration: none;
}
.tpt-symptom-editorial .sym-test-link + .sym-test-link { border-top: 1px solid var(--tp-border-soft); }
.tpt-symptom-editorial .sym-test-link svg { width: 16px; height: 16px; flex: none; }
.tpt-symptom-editorial .sym-test-link:hover { color: var(--tp-clinical-blue-d); }

/* ----------------------------------------------------------
   Body layout: sticky side nav + content
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-layout { background: var(--tp-white); }
.tpt-symptom-editorial .sym-layout .sym-wrap {
  display: grid;
  grid-template-columns: var(--nav-w) 1fr;
  gap: 56px;
  padding-top: 48px;
  padding-bottom: 80px;
  align-items: start;
}

/* Side nav */
.tpt-symptom-editorial .sym-sidenav { position: sticky; top: 100px; align-self: start; }
.tpt-symptom-editorial .sym-sidenav__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tp-text-secondary);
  padding: 0 12px 12px;
}
.tpt-symptom-editorial .sym-sidenav ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: s;
}
.tpt-symptom-editorial .sym-sidenav li { counter-increment: s; }
.tpt-symptom-editorial .sym-sidenav a {
  display: flex;
  gap: 11px;
  align-items: baseline;
  padding: 8px 12px;
  border-radius: var(--r-sm);
  font-size: 14px;
  color: var(--tp-text-secondary);
  font-weight: 500;
  border-left: 2px solid transparent;
  transition: color 120ms ease, background 120ms ease;
  text-decoration: none;
}
.tpt-symptom-editorial .sym-sidenav a::before {
  content: counter(s, decimal-leading-zero);
  font-size: 11px;
  font-weight: 700;
  color: var(--tp-on-dark-muted);
  font-variant-numeric: tabular-nums;
}
.tpt-symptom-editorial .sym-sidenav a:hover {
  background: var(--tp-soft-grey-bg);
  color: var(--tp-primary-navy);
}
.tpt-symptom-editorial .sym-sidenav a.active {
  color: var(--brand-teal-d);
  background: var(--brand-teal-soft);
}
.tpt-symptom-editorial .sym-sidenav a.active::before { color: var(--brand-teal); }
.tpt-symptom-editorial .sym-sidenav__cta {
  margin-top: 22px;
  padding: 18px;
  border-radius: var(--r-md);
  background: var(--tp-primary-navy);
  color: #fff;
}
.tpt-symptom-editorial .sym-sidenav__cta p {
  margin: 0 0 14px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--tp-border-grey);
}
.tpt-symptom-editorial .sym-sidenav__cta strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 6px;
}
.tpt-symptom-editorial .sym-sidenav__cta .sym-btn { width: 100%; justify-content: center; }

/* Content */
.tpt-symptom-editorial .sym-content { min-width: 0; }

/* ----------------------------------------------------------
   Sections
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-section {
  padding-top: 8px;
  margin-bottom: 56px;
  scroll-margin-top: 120px;
}
.tpt-symptom-editorial .sym-section__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-teal-d);
  margin-bottom: 12px;
}
.tpt-symptom-editorial .sym-section > h2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  font-family: var(--font-head);
}
.tpt-symptom-editorial .sym-section__intro {
  font-size: 17px;
  color: var(--tp-text-muted);
  margin-bottom: 26px;
  max-width: 64ch;
}
.tpt-symptom-editorial .sym-section p {
  margin-bottom: 16px;
  max-width: 68ch;
  color: #303a48;
}
.tpt-symptom-editorial .sym-section p:last-child { margin-bottom: 0; }
.tpt-symptom-editorial .sym-section strong { color: var(--tp-primary-navy); font-weight: 600; }

/* Callout box */
.tpt-symptom-editorial .sym-callout {
  display: flex;
  gap: 16px;
  padding: 20px 22px;
  border-radius: var(--r-md);
  background: var(--brand-teal-soft);
  border: 1px solid #CFEAE5;
  margin: 4px 0 8px;
  max-width: 68ch;
}
.tpt-symptom-editorial .sym-callout svg { width: 22px; height: 22px; color: var(--brand-teal-d); flex: none; margin-top: 2px; }
.tpt-symptom-editorial .sym-callout h4 { font-size: 16px; margin-bottom: 5px; color: var(--brand-teal-d); }
.tpt-symptom-editorial .sym-callout p { font-size: 15px; margin: 0; color: var(--tp-navy-2); max-width: none; }

/* Media rows */
.tpt-symptom-editorial .sym-media-row {
  display: grid;
  grid-template-columns: 1fr 348px;
  gap: 38px;
  align-items: stretch;
}
.tpt-symptom-editorial .sym-media-row--reverse { grid-template-columns: 348px 1fr; }
.tpt-symptom-editorial .sym-media-row--reverse .sym-media-row__text { order: 2; }
.tpt-symptom-editorial .sym-media-figure {
  border-radius: var(--r-lg);
  min-height: 260px;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--tp-border-soft);
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--tp-accent-wash) 0%, #E7F6F3 100%);
}
.tpt-symptom-editorial .sym-media-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}
.tpt-symptom-editorial .sym-media-figure figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px 18px 12px;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(11,31,58,0.65));
}

/* ----------------------------------------------------------
   Link card grids
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-grid { display: grid; gap: 14px; }
.tpt-symptom-editorial .sym-grid--3 { grid-template-columns: repeat(3, 1fr); }
.tpt-symptom-editorial .sym-grid--4 { grid-template-columns: repeat(4, 1fr); }

.tpt-symptom-editorial .sym-link-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--tp-white);
  border: 1px solid var(--tp-border-grey);
  border-radius: var(--r-md);
  padding: 16px 18px;
  text-decoration: none;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
.tpt-symptom-editorial .sym-link-card:hover {
  border-color: var(--brand-teal);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}
.tpt-symptom-editorial .sym-link-card__icon {
  width: 42px; height: 42px; flex: none;
  border-radius: var(--r-sm);
  display: grid; place-items: center;
  background: var(--brand-teal-soft);
  color: var(--brand-teal-d);
}
.tpt-symptom-editorial .sym-link-card__icon svg { width: 21px; height: 21px; }
.tpt-symptom-editorial .sym-link-card__body { min-width: 0; }
.tpt-symptom-editorial .sym-link-card__body b { display: block; font-size: 15.5px; font-weight: 600; color: var(--tp-primary-navy); }
.tpt-symptom-editorial .sym-link-card__body span { font-size: 13px; color: var(--tp-text-secondary); }
.tpt-symptom-editorial .sym-link-card__arrow { margin-left: auto; color: var(--tp-on-dark-muted); transition: color 150ms ease, transform 150ms ease; }
.tpt-symptom-editorial .sym-link-card:hover .sym-link-card__arrow { color: var(--brand-teal); transform: translateX(2px); }
.tpt-symptom-editorial .sym-link-card--unlinked { cursor: default; }
.tpt-symptom-editorial .sym-link-card--unlinked .sym-link-card__arrow { display: none; }
.tpt-symptom-editorial .sym-link-card__arrow svg { width: 18px; height: 18px; }

/* Biomarker variant */
.tpt-symptom-editorial .sym-link-card--bm .sym-link-card__icon {
  background: #EFF6FF;
  color: var(--tp-clinical-blue);
}
.tpt-symptom-editorial .sym-link-card--bm:hover { border-color: var(--tp-clinical-blue); }
.tpt-symptom-editorial .sym-link-card--bm:hover .sym-link-card__arrow { color: var(--tp-clinical-blue); }

/* ----------------------------------------------------------
   Cause groups — collapsible
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-cause-group {
  border: 1px solid var(--tp-border-grey);
  border-radius: var(--r-md);
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--tp-white);
}
.tpt-symptom-editorial .sym-cause-group__head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: var(--tp-white);
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: var(--tp-primary-navy);
  transition: background 140ms ease;
}
.tpt-symptom-editorial .sym-cause-group__head:hover { background: var(--tp-soft-grey-bg); }
.tpt-symptom-editorial .sym-cause-group__badge {
  width: 40px; height: 40px; flex: none;
  border-radius: var(--r-sm);
  display: grid; place-items: center;
  background: var(--brand-teal-soft);
  color: var(--brand-teal-d);
}
.tpt-symptom-editorial .sym-cause-group__badge svg { width: 20px; height: 20px; }
.tpt-symptom-editorial .sym-cause-group__title { flex: 1; min-width: 0; }
.tpt-symptom-editorial .sym-cause-group__title b { display: block; font-size: 17px; font-weight: 700; }
.tpt-symptom-editorial .sym-cause-group__title span { font-size: 13.5px; color: var(--tp-text-secondary); font-weight: 400; }
.tpt-symptom-editorial .sym-cause-group__count {
  font-size: 13px; font-weight: 600;
  color: var(--tp-text-secondary);
  background: var(--tp-soft-grey-bg);
  border-radius: var(--r-pill);
  padding: 3px 11px;
}
.tpt-symptom-editorial .sym-cause-group__chev { color: var(--tp-text-secondary); transition: transform 220ms ease; }
.tpt-symptom-editorial .sym-cause-group__chev svg { width: 20px; height: 20px; display: block; }
.tpt-symptom-editorial .sym-cause-group.open .sym-cause-group__chev { transform: rotate(180deg); }

.tpt-symptom-editorial .sym-cause-group__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms ease;
}
.tpt-symptom-editorial .sym-cause-group.open .sym-cause-group__panel { grid-template-rows: 1fr; }
.tpt-symptom-editorial .sym-cause-group__inner { overflow: hidden; }
.tpt-symptom-editorial .sym-cause-list {
  padding: 4px 16px 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.tpt-symptom-editorial .sym-cause-list a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  border-radius: var(--r-sm);
  color: var(--tp-text-primary);
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: background 130ms ease, color 130ms ease;
}
.tpt-symptom-editorial .sym-cause-list a:hover { background: var(--brand-teal-soft); color: var(--brand-teal-d); }
.tpt-symptom-editorial .sym-cause-list a svg { width: 16px; height: 16px; color: var(--brand-teal); flex: none; }
.tpt-symptom-editorial .sym-cause-list a .dim { margin-left: auto; color: var(--tp-on-dark-muted); }

/* ----------------------------------------------------------
   Investigation steps
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-steps { display: grid; gap: 14px; }
.tpt-symptom-editorial .sym-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--tp-white);
  border: 1px solid var(--tp-border-grey);
  border-radius: var(--r-md);
  padding: 20px 22px;
}
.tpt-symptom-editorial .sym-step__num {
  width: 38px; height: 38px; flex: none;
  border-radius: var(--r-pill);
  display: grid; place-items: center;
  font-weight: 800; font-size: 15px;
  background: var(--tp-primary-navy);
  color: #fff;
}
.tpt-symptom-editorial .sym-step h4 { font-size: 17px; margin-bottom: 5px; }
.tpt-symptom-editorial .sym-step p { margin: 0; font-size: 15px; color: var(--tp-text-muted); }

/* ----------------------------------------------------------
   Product cards (WooCommerce)
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.tpt-symptom-editorial .sym-product {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--tp-border-grey);
  border-radius: var(--r-lg);
  background: var(--tp-white);
  overflow: hidden;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
.tpt-symptom-editorial .sym-product:hover {
  border-color: var(--tp-clinical-blue);
  box-shadow: var(--shadow-lift);
  transform: translateY(-3px);
}
.tpt-symptom-editorial .sym-product__media {
  height: 160px;
  background: linear-gradient(135deg, var(--tp-accent-wash), #E7F6F3);
  position: relative;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--tp-border-soft);
  overflow: hidden;
}
.tpt-symptom-editorial .sym-product__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tpt-symptom-editorial .sym-product__tag {
  position: absolute;
  top: 12px; left: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-teal-d);
  background: rgba(255,255,255,0.9);
  padding: 4px 10px;
  border-radius: var(--r-pill);
  z-index: 1;
}
.tpt-symptom-editorial .sym-product__body {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tpt-symptom-editorial .sym-product__body h4 { font-size: 17px; margin-bottom: 6px; }
.tpt-symptom-editorial .sym-product__body p {
  font-size: 13.5px;
  color: var(--tp-text-secondary);
  margin: 0 0 14px;
  line-height: 1.5;
  max-width: none;
}
.tpt-symptom-editorial .sym-product__foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.tpt-symptom-editorial .sym-product__price {
  font-size: 22px;
  font-weight: 800;
  color: var(--tp-primary-navy);
}
.tpt-symptom-editorial .sym-product__price span {
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-text-secondary);
}
.tpt-symptom-editorial .sym-product__price del {
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-text-secondary);
}
.tpt-symptom-editorial .sym-product__price ins { text-decoration: none; }

/* ----------------------------------------------------------
   Lifestyle factors
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-factor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.tpt-symptom-editorial .sym-factor {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid var(--tp-border-grey);
  border-radius: var(--r-md);
  background: var(--tp-white);
}
.tpt-symptom-editorial .sym-factor__icon {
  width: 38px; height: 38px; flex: none;
  border-radius: var(--r-sm);
  display: grid; place-items: center;
  background: var(--tp-soft-grey-bg);
  color: var(--brand-teal-d);
}
.tpt-symptom-editorial .sym-factor__icon svg { width: 19px; height: 19px; }
.tpt-symptom-editorial .sym-factor b { display: block; font-size: 15px; color: var(--tp-primary-navy); margin-bottom: 2px; }
.tpt-symptom-editorial .sym-factor span { font-size: 13.5px; color: var(--tp-text-secondary); }

/* ----------------------------------------------------------
   Red flags
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-redflags {
  border: 1px solid #F3C9C9;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, #FFF7F7, var(--brand-red-soft));
  padding: 26px 28px;
  max-width: 72ch;
}
.tpt-symptom-editorial .sym-redflags__head { display: flex; gap: 13px; align-items: center; margin-bottom: 6px; }
.tpt-symptom-editorial .sym-redflags__head svg { width: 24px; height: 24px; color: var(--brand-red); }
.tpt-symptom-editorial .sym-redflags__head h3 { font-size: 20px; color: var(--brand-red); }
.tpt-symptom-editorial .sym-redflags > p { font-size: 15px; color: #7a2b2b; margin: 0 0 18px; max-width: none; }
.tpt-symptom-editorial .sym-redflags ul {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
}
.tpt-symptom-editorial .sym-redflags li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
  color: #4d2222;
}
.tpt-symptom-editorial .sym-redflags li svg { width: 17px; height: 17px; color: var(--brand-red); flex: none; margin-top: 3px; }

/* ----------------------------------------------------------
   FAQ accordion
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-faq { border-top: 1px solid var(--tp-border-grey); max-width: 76ch; }
.tpt-symptom-editorial .sym-faq__item { border-bottom: 1px solid var(--tp-border-grey); }
.tpt-symptom-editorial .sym-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 4px;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  font-size: 17.5px;
  font-weight: 600;
  color: var(--tp-primary-navy);
}
.tpt-symptom-editorial .sym-faq__q:hover { color: var(--brand-teal-d); }
.tpt-symptom-editorial .sym-faq__q .q-icon {
  margin-left: auto;
  flex: none;
  width: 30px; height: 30px;
  border-radius: var(--r-pill);
  display: grid; place-items: center;
  background: var(--tp-soft-grey-bg);
  color: var(--tp-text-secondary);
  transition: transform 220ms ease, background 160ms ease, color 160ms ease;
}
.tpt-symptom-editorial .sym-faq__q .q-icon svg { width: 17px; height: 17px; }
.tpt-symptom-editorial .sym-faq__item.open .q-icon { transform: rotate(45deg); background: var(--brand-teal); color: #fff; }
.tpt-symptom-editorial .sym-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms ease;
}
.tpt-symptom-editorial .sym-faq__item.open .sym-faq__panel { grid-template-rows: 1fr; }
.tpt-symptom-editorial .sym-faq__panel-inner { overflow: hidden; }
.tpt-symptom-editorial .sym-faq__a {
  padding: 0 4px 22px;
  font-size: 16px;
  color: var(--tp-text-muted);
  max-width: 70ch;
}
.tpt-symptom-editorial .sym-faq__a a { font-weight: 600; }

/* ----------------------------------------------------------
   Related pills
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-related-block { margin-bottom: 22px; }
.tpt-symptom-editorial .sym-pill-row { display: flex; flex-wrap: wrap; gap: 9px; }
.tpt-symptom-editorial .sym-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-primary);
  background: var(--tp-white);
  border: 1px solid var(--tp-border-grey);
  padding: 9px 15px;
  border-radius: var(--r-pill);
  text-decoration: none;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease, transform 140ms ease;
}
.tpt-symptom-editorial .sym-pill:hover {
  border-color: var(--brand-teal);
  color: var(--brand-teal-d);
  background: var(--brand-teal-soft);
  transform: translateY(-1px);
}
.tpt-symptom-editorial .sym-pill svg { width: 15px; height: 15px; color: var(--tp-text-secondary); }
.tpt-symptom-editorial .sym-pill:hover svg { color: var(--brand-teal); }
.tpt-symptom-editorial .sym-pill--unlinked { cursor: default; }

/* ----------------------------------------------------------
   References
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-refs {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 76ch;
  counter-reset: ref;
}
.tpt-symptom-editorial .sym-refs li {
  counter-increment: ref;
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--tp-border-soft);
  align-items: baseline;
}
.tpt-symptom-editorial .sym-refs li::before {
  content: counter(ref);
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-teal-d);
  background: var(--brand-teal-soft);
  width: 24px; height: 24px;
  border-radius: var(--r-pill);
  display: grid; place-items: center;
  flex: none;
}
.tpt-symptom-editorial .sym-refs__src { font-weight: 600; color: var(--tp-primary-navy); }
.tpt-symptom-editorial .sym-refs__meta { color: var(--tp-text-secondary); font-size: 14px; }
.tpt-symptom-editorial .sym-refs a { font-size: 14px; }
.tpt-symptom-editorial .sym-disclaimer {
  margin-top: 24px;
  font-size: 13px;
  color: var(--tp-text-secondary);
  background: var(--tp-soft-grey-bg);
  border: 1px solid var(--tp-border-soft);
  border-radius: var(--r-md);
  padding: 16px 18px;
  max-width: 76ch;
}

/* ----------------------------------------------------------
   Closing CTA band
   ---------------------------------------------------------- */
.tpt-symptom-editorial .sym-cta-band {
  position: relative;
  background: var(--tp-primary-navy);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.tpt-symptom-editorial .sym-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(11,31,58,0.94) 0%, rgba(11,31,58,0.82) 48%, rgba(11,31,58,0.55) 100%);
}
.tpt-symptom-editorial .sym-cta-band .sym-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 56px;
  padding-bottom: 56px;
  flex-wrap: wrap;
}
.tpt-symptom-editorial .sym-cta-band__text { max-width: 56ch; }
.tpt-symptom-editorial .sym-cta-band .sym-eyebrow { background: rgba(255,255,255,0.12); color: var(--tp-accent-wash); }
.tpt-symptom-editorial .sym-cta-band h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  font-family: var(--font-head);
}
.tpt-symptom-editorial .sym-cta-band p { color: var(--tp-border-grey); font-size: 17px; margin: 0; }
.tpt-symptom-editorial .sym-cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Mobile floating CTA */
.tpt-symptom-editorial .sym-float-cta { display: none; }

/* ----------------------------------------------------------
   Responsive
   ---------------------------------------------------------- */
@media (max-width: 1080px) {
  .tpt-symptom-editorial .sym-hero .sym-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .tpt-symptom-editorial .sym-facts { max-width: 460px; }
  .tpt-symptom-editorial .sym-layout .sym-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .tpt-symptom-editorial .sym-sidenav { display: none; }
  .tpt-symptom-editorial .sym-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .tpt-symptom-editorial .sym-media-row,
  .tpt-symptom-editorial .sym-media-row--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .tpt-symptom-editorial .sym-media-row--reverse .sym-media-row__text { order: 0; }
  .tpt-symptom-editorial .sym-media-figure { min-height: 220px; }
}
@media (max-width: 720px) {
  .tpt-symptom-editorial .sym-wrap { padding: 0 18px; }
  .tpt-symptom-editorial .sym-hero h1 { font-size: 38px; }
  .tpt-symptom-editorial .sym-lede { font-size: 17px; }
  .tpt-symptom-editorial .sym-grid--3,
  .tpt-symptom-editorial .sym-grid--4,
  .tpt-symptom-editorial .sym-products,
  .tpt-symptom-editorial .sym-factor-grid { grid-template-columns: 1fr; }
  .tpt-symptom-editorial .sym-cause-list,
  .tpt-symptom-editorial .sym-redflags ul { grid-template-columns: 1fr; }
  .tpt-symptom-editorial .sym-section > h2 { font-size: 25px; }
  .tpt-symptom-editorial .sym-cta-band h2 { font-size: 25px; }
  .tpt-symptom-editorial .sym-cta-band .sym-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .tpt-symptom-editorial .sym-float-cta {
    display: flex;
    position: fixed;
    left: 16px; right: 16px; bottom: 16px;
    z-index: 70;
    justify-content: center;
    box-shadow: var(--shadow-lift);
  }
  .tpt-symptom-editorial .sym-float-cta .sym-btn { width: 100%; justify-content: center; }
}
